[Python-Dev] Mercurial migration: help needed
Dirkjan Ochtman
dirkjan at ochtman.nl
Sat Sep 5 17:27:24 CEST 2009
On 05/09/2009 16:59, Stephen J. Turnbull wrote:
> git has a nice filter-branch command, which would allow you to
> automatically repair the problem (it works basically by checking out
> each changeset and rerecording it with the appropriate commands). I
> know bzr is growing something similar, so presumably it is or will
> soon be available in hg.
That means you change hashes on the server side, without human feedback.
Let's try not to subvert the immutability design that Mercurial tries to
encourage.
Cheers,
Dirkjan
More information about the Python-Dev
mailing list