comparison tests/test-convert.out @ 12186:3417b3d95b05 stable

convert: help string cleanups
author Martin Geisler <mg@lazybytes.net>
date Fri, 10 Sep 2010 00:36:01 +0200
parents 6a94459b7afa
children 6045d467abd7
comparison
equal deleted inserted replaced
12185:6a94459b7afa 12186:3417b3d95b05
46 so: 46 so:
47 47
48 <source ID> <destination ID> 48 <source ID> <destination ID>
49 49
50 If the file doesn't exist, it's automatically created. It's updated on 50 If the file doesn't exist, it's automatically created. It's updated on
51 each commit copied, so convert-repo can be interrupted and can be run 51 each commit copied, so "hg convert" can be interrupted and can be run
52 repeatedly to copy new commits. 52 repeatedly to copy new commits.
53 53
54 The [username mapping] file is a simple text file that maps each source 54 The username mapping file is a simple text file that maps each source
55 commit author to a destination commit author. It is handy for source SCMs 55 commit author to a destination commit author. It is handy for source SCMs
56 that use unix logins to identify authors (eg: CVS). One line per author 56 that use unix logins to identify authors (eg: CVS). One line per author
57 mapping and the line format is: 57 mapping and the line format is:
58 58
59 source author = destination author 59 source author = destination author