How to change revisions history ?

Benoit Boissinot bboissin at gmail.com
Tue Jul 18 17:32:00 UTC 2006


On 7/18/06, Sébastien Pierre <sebastien at xprima.com> wrote:
> Hi all,
>
> I vaguely recall this being already asked on the list, but I would like
> to know how to properly change commit messages or user names in a
> revision history (whether by Python or hg comand-line).
>
> My objective is to "clean up" an existing project history, by correcting
> typos in commit desc and user name.
>

There are no way to change the history, hg considers it as immutable,
the only thing you can do is to rerun your conversion tool, or reapply
the faulty changesets.

regards,

Benoit




More information about the Mercurial mailing list