obsolete: make rebase abort with --keep
obsolete modifies rebase to mark rebased changesets obsolete instead of
stripping them, which makes --keep irrelevant.
---------------------------------------------------------------------
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