[PATCH] issue1582: improve description of splicemap syntax in help

Greg Ward greg-hg at gerg.ca
Mon Apr 6 08:14:26 CDT 2009


# HG changeset patch
# User Greg Ward <greg-hg at gerg.ca>
# Date 1238529168 14400
# Node ID 6835ddaf3668bf984523cec2f91e0dbee7978db0
# Parent  6ea0318daf75b0b0b998f22f0cc33a8c2ba22905
issue1582: improve description of splicemap syntax in help.

diff --git a/hgext/convert/__init__.py b/hgext/convert/__init__.py
--- a/hgext/convert/__init__.py
+++ b/hgext/convert/__init__.py
@@ -78,7 +78,7 @@
     useful if you want to e.g. give a Subversion merge two parents, or
     graft two disconnected series of history together.  Each entry
     contains a key, followed by a space, followed by one or two
-    values, separated by spaces.  The key is the revision ID in the
+    comma-separated values.  The key is the revision ID in the
     source revision control system whose parents should be modified
     (same format as a key in .hg/shamap).  The values are the revision
     IDs (in either the source or destination revision control system)
diff --git a/tests/test-convert.out b/tests/test-convert.out
--- a/tests/test-convert.out
+++ b/tests/test-convert.out
@@ -64,7 +64,7 @@
     useful if you want to e.g. give a Subversion merge two parents, or
     graft two disconnected series of history together.  Each entry
     contains a key, followed by a space, followed by one or two
-    values, separated by spaces.  The key is the revision ID in the
+    comma-separated values.  The key is the revision ID in the
     source revision control system whose parents should be modified
     (same format as a key in .hg/shamap).  The values are the revision
     IDs (in either the source or destination revision control system)


More information about the Mercurial-devel mailing list