Changing Name Associated With Past Commits In Mercurial
Posted
by Sean M
on Stack Overflow
See other posts from Stack Overflow
or by Sean M
Published on 2010-03-18T04:30:34Z
Indexed on
2010/03/18
4:31 UTC
Read the original article
Hit count: 366
version-control
|mercurial
A friend recently had the occasion for a legal name change, which made me wonder about how to cope with that in a development environment, especially in regards to source control.
Their legal name changed, so naturally their login name and associated identity stuff changed. If they were a team member of mine, I'd like to change the record of their past commits to the project to be consistent with their new name. Is that possible in Mercurial? In other version control systems?
© Stack Overflow or respective owner