docs/qsync.rst
author Patrick Mezard <patrick@mezard.eu>
Thu, 21 Jun 2012 19:24:19 +0200
changeset 297 590ac023c536
parent 232 adb7e29cb2bd
child 357 b398e9c2dbd1
permissions -rw-r--r--
rebase: improve invalid revisions filtering - Filter rebasestate nullmerge and unrebased revision before considering updating obsolete. This simplifies the handling of obsolete and make it ignore unrebased revision rather than extinguishing them. - Apply obsolete markers only if rebasestate is not empty, testing rebasetarget was 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