issue1582: improve description of splicemap syntax in help.
authorGreg Ward <greg-hg@gerg.ca>
Tue, 31 Mar 2009 15:52:48 -0400
changeset 7931 026bcd12a0ad
parent 7930 072df47d84c1
child 7932 96501a4abbec
issue1582: improve description of splicemap syntax in help.
hgext/convert/__init__.py
tests/test-convert.out
--- a/hgext/convert/__init__.py	Tue Mar 31 23:11:11 2009 +0200
+++ b/hgext/convert/__init__.py	Tue Mar 31 15:52:48 2009 -0400
@@ -79,7 +79,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)
--- a/tests/test-convert.out	Tue Mar 31 23:11:11 2009 +0200
+++ b/tests/test-convert.out	Tue Mar 31 15:52:48 2009 -0400
@@ -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)