changeset 171:642f07cd9c77

doc: add reference to qsync
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Tue, 27 Mar 2012 17:38:55 +0200
parents 7151691b85ef
children 9cbb6756485c
files docs/index.rst docs/qsync.rst
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst	Tue Mar 27 17:29:16 2012 +0200
+++ b/docs/index.rst	Tue Mar 27 17:38:55 2012 +0200
@@ -80,6 +80,7 @@
    evolve-faq
    from-mq
    evolve-collaboration
+   qsync
 
 Smart changeset deletion: Obselete Marker
 ==========================================
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/qsync.rst	Tue Mar 27 17:38:55 2012 +0200
@@ -0,0 +1,16 @@
+---------------------------------------------------------------------
+Qsync: Mercurial to MQ exporter
+---------------------------------------------------------------------
+
+
+People may have tools or wo-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