* Ivan Krylov <i...@azulsystems.com> [2015-04-09 10:11]: > Oops, I didn't mean to be the "author" of the fix. > For future reference, what is the proper set of hg commands for propagating > JDK7-9 changes unmodified into opendjk6 so that the original "author" info > is retained?
You can use 'hg commit -u <name of author>' to set the commit author. Or, if the changeset is identical between 7-9 and 6, you can use 'hg export' and 'hg import' combo to pull the changeset exactly as it is (including commit date and author and so on). Thanks, Omair -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681