2

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?

kovica
  • 2,443
  • 3
  • 21
  • 25

1 Answers1

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250