docs/qsync.rst
author Patrick Mezard <patrick@mezard.eu>
Tue, 12 Jun 2012 13:28:39 +0200
changeset 265 24943df310d4
parent 232 adb7e29cb2bd
child 357 b398e9c2dbd1
permissions -rw-r--r--
amend: do not traceback on no-ops If rewrite() generated changeset happened to be an existing one, the call would traceback when trying to obsolete the changeset with itself. Instead, leave gracefully, marking any intermediate changeset extinct.

---------------------------------------------------------------------
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