diff hgext/convert/__init__.py @ 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 963000ed8cac
children 2f9de4aaea9e
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,
          [],