# HG changeset patch # User Patrick Mezard # Date 1205360461 -3600 # Node ID aac270593ef7cff8553db866b3351098ad1f6a16 # Parent 4a85a90771362dd0912c2f01c6da2b6549f52f50 convert: rename MAPFILE into REVMAP to disambiguate with filemap diff -r 4a85a9077136 -r aac270593ef7 hgext/convert/__init__.py --- 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 isn't given, it will be put in a default location - (/.hg/shamap by default). The is a simple text + If isn't given, it will be put in a default location + (/.hg/shamap by default). The is a simple text file that maps each source commit ID to the destination ID for that revision, like so: @@ -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, [], diff -r 4a85a9077136 -r aac270593ef7 tests/test-convert.out --- 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 isn't given, it will be put in a default location - (/.hg/shamap by default). The is a simple text + If isn't given, it will be put in a default location + (/.hg/shamap by default). The is a simple text file that maps each source commit ID to the destination ID for that revision, like so: