# HG changeset patch # User Greg Ward # Date 2009-03-31 19:52:48 # Node ID 026bcd12a0adba249c2e1e1b43ccd4a8207c2e57 # Parent 072df47d84c16d432bc4f041194184901fea1ac2 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 @@ -79,7 +79,7 @@ def convert(ui, src, dest=None, revmapfi 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 @@ convert a foreign SCM repository to a Me 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)