changeset 6238:aac270593ef7

convert: rename MAPFILE into REVMAP to disambiguate with filemap
author Patrick Mezard <pmezard@gmail.com>
date Wed, 12 Mar 2008 23:21:01 +0100
parents 4a85a9077136
children 6679405e95da
files hgext/convert/__init__.py tests/test-convert.out
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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>