Mercurial > hg
changeset 7931:026bcd12a0ad
issue1582: improve description of splicemap syntax in help.
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Tue, 31 Mar 2009 15:52:48 -0400 |
parents | 072df47d84c1 |
children | 96501a4abbec |
files | hgext/convert/__init__.py tests/test-convert.out |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)