Mercurial > evolve
view docs/qsync.rst @ 298:f597421662f7
obsolete: unify collapsed revisions markers handling
When collapsing A, B and C into D, amend was registering:
A -> D
B -> D
A -> B
C -> D
A -> C
while the rebase wrapper was doing:
A -> D
B -> D
C -> D
At this point, I have no argument to favor one or another or even a new
one like:
A -> B
B -> C
C -> D
so I am aligning the rebase implementation on the older amend one. At
least we can now change them all at once.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Thu, 21 Jun 2012 19:58:57 +0200 |
parents | adb7e29cb2bd |
children | b398e9c2dbd1 |
line wrap: on
line source
--------------------------------------------------------------------- Qsync: Mercurial to MQ exporter --------------------------------------------------------------------- People may have tools or co-worker that export to receive mutable history using versionned mq repository. For this purpose you can use the ``qsync`` extension: To enable the evolve extension use:: $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/ $ mutable-history/iqsync-enable.sh >> ~/.hgrc $ hg help qsync