I have a repository in Mercurial with a couple of months of history. In the history I can see the user in form FIRST_NAME SURNAME . My EMAIL changed in the meanwhile. Is it possible to "update" the history to this new email I have now?
Asked
Active
Viewed 1,350 times
1 Answers
3
If you have already published your history (pushed to a remote repo which can be cloned by others), then it wouldn't be recommended.
If not published, as explained in "Can I change the username on a mercurial changeset?", the --author
parameter of the Convert Extension let you remap your author
information, including the email.