issue1582: improve description of splicemap syntax in help.
--- 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)