--- a/hgext/convert/__init__.py Wed Mar 12 21:59:22 2008 +0100
+++ b/hgext/convert/__init__.py Wed Mar 12 23:21:01 2008 +0100
@@ -33,8 +33,8 @@
basename of the source with '-hg' appended. If the destination
repository doesn't exist, it will be created.
- If <MAPFILE> isn't given, it will be put in a default location
- (<dest>/.hg/shamap by default). The <MAPFILE> is a simple text
+ If <REVMAP> isn't given, it will be put in a default location
+ (<dest>/.hg/shamap by default). The <REVMAP> is a simple text
file that maps each source commit ID to the destination ID for
that revision, like so:
<source ID> <destination ID>
@@ -140,7 +140,7 @@
('s', 'source-type', '', 'source repository type'),
('', 'splicemap', '', 'splice synthesized history into place'),
('', 'datesort', None, 'try to sort changesets by date')],
- 'hg convert [OPTION]... SOURCE [DEST [MAPFILE]]'),
+ 'hg convert [OPTION]... SOURCE [DEST [REVMAP]]'),
"debugsvnlog":
(debugsvnlog,
[],
--- a/tests/test-convert.out Wed Mar 12 21:59:22 2008 +0100
+++ b/tests/test-convert.out Wed Mar 12 23:21:01 2008 +0100
@@ -1,4 +1,4 @@
-hg convert [OPTION]... SOURCE [DEST [MAPFILE]]
+hg convert [OPTION]... SOURCE [DEST [REVMAP]]
Convert a foreign SCM repository to a Mercurial one.
@@ -22,8 +22,8 @@
basename of the source with '-hg' appended. If the destination
repository doesn't exist, it will be created.
- If <MAPFILE> isn't given, it will be put in a default location
- (<dest>/.hg/shamap by default). The <MAPFILE> is a simple text
+ If <REVMAP> isn't given, it will be put in a default location
+ (<dest>/.hg/shamap by default). The <REVMAP> is a simple text
file that maps each source commit ID to the destination ID for
that revision, like so:
<source ID> <destination ID>