comparison hgext/convert/__init__.py @ 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
65 revision, like so:: 65 revision, like so::
66 66
67 <source ID> <destination ID> 67 <source ID> <destination ID>
68 68
69 If the file doesn't exist, it's automatically created. It's 69 If the file doesn't exist, it's automatically created. It's
70 updated on each commit copied, so convert-repo can be interrupted 70 updated on each commit copied, so :hg:`convert` can be interrupted
71 and can be run repeatedly to copy new commits. 71 and can be run repeatedly to copy new commits.
72 72
73 The [username mapping] file is a simple text file that maps each 73 The username mapping file is a simple text file that maps each
74 source commit author to a destination commit author. It is handy 74 source commit author to a destination commit author. It is handy
75 for source SCMs that use unix logins to identify authors (eg: 75 for source SCMs that use unix logins to identify authors (eg:
76 CVS). One line per author mapping and the line format is:: 76 CVS). One line per author mapping and the line format is::
77 77
78 source author = destination author 78 source author = destination author