comparison tests/test-convert.out @ 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 62c700736b0d
comparison
equal deleted inserted replaced
6237:4a85a9077136 6238:aac270593ef7
1 hg convert [OPTION]... SOURCE [DEST [MAPFILE]] 1 hg convert [OPTION]... SOURCE [DEST [REVMAP]]
2 2
3 Convert a foreign SCM repository to a Mercurial one. 3 Convert a foreign SCM repository to a Mercurial one.
4 4
5 Accepted source formats: 5 Accepted source formats:
6 - Mercurial 6 - Mercurial
20 20
21 If no destination directory name is specified, it defaults to the 21 If no destination directory name is specified, it defaults to the
22 basename of the source with '-hg' appended. If the destination 22 basename of the source with '-hg' appended. If the destination
23 repository doesn't exist, it will be created. 23 repository doesn't exist, it will be created.
24 24
25 If <MAPFILE> isn't given, it will be put in a default location 25 If <REVMAP> isn't given, it will be put in a default location
26 (<dest>/.hg/shamap by default). The <MAPFILE> is a simple text 26 (<dest>/.hg/shamap by default). The <REVMAP> is a simple text
27 file that maps each source commit ID to the destination ID for 27 file that maps each source commit ID to the destination ID for
28 that revision, like so: 28 that revision, like so:
29 <source ID> <destination ID> 29 <source ID> <destination ID>
30 30
31 If the file doesn't exist, it's automatically created. It's updated 31 If the file doesn't exist, it's automatically created. It's updated