##// END OF EJS Templates
convert: help string cleanups
Martin Geisler -
r12186:3417b3d9 stable
parent child Browse files
Show More
@@ -67,10 +67,10 def convert(ui, src, dest=None, revmapfi
67 67 <source ID> <destination ID>
68 68
69 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 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 74 source commit author to a destination commit author. It is handy
75 75 for source SCMs that use unix logins to identify authors (eg:
76 76 CVS). One line per author mapping and the line format is::
@@ -48,10 +48,10 convert a foreign SCM repository to a Me
48 48 <source ID> <destination ID>
49 49
50 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 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 55 commit author to a destination commit author. It is handy for source SCMs
56 56 that use unix logins to identify authors (eg: CVS). One line per author
57 57 mapping and the line format is:
General Comments 0
You need to be logged in to leave comments. Login now