comparison tests/test-convert.out @ 6976:b072266a83d1

convert: document source and sink identifiers, fix error message
author Patrick Mezard <pmezard@gmail.com>
date Tue, 02 Sep 2008 22:21:19 +0200
parents ebf1462f2145
children 209ef5f3534c
comparison
equal deleted inserted replaced
6975:5e1a867e5d65 6976:b072266a83d1
1 hg convert [OPTION]... SOURCE [DEST [REVMAP]] 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 [identifiers]:
6 - Mercurial 6 - Mercurial [hg]
7 - CVS 7 - CVS [cvs]
8 - Darcs 8 - Darcs [darcs]
9 - git 9 - git [git]
10 - Subversion 10 - Subversion [svn]
11 - Monotone 11 - Monotone [mtn]
12 - GNU Arch 12 - GNU Arch [gnuarch]
13 13
14 Accepted destination formats: 14 Accepted destination formats [identifiers]:
15 - Mercurial 15 - Mercurial [hg]
16 - Subversion (history on branches is not preserved) 16 - Subversion [svn] (history on branches is not preserved)
17 17
18 If no revision is given, all revisions will be converted. Otherwise, 18 If no revision is given, all revisions will be converted. Otherwise,
19 convert will only import up to the named revision (given in a format 19 convert will only import up to the named revision (given in a format
20 understood by the source). 20 understood by the source).
21 21