# HG changeset patch # User Martin Geisler # Date 2010-09-09 22:36:01 # Node ID 3417b3d95b05530361411d2855030a38620e97c2 # Parent 6a94459b7afabb0755aa12b808d8d0d7e47831d2 convert: help string cleanups diff --git a/hgext/convert/__init__.py b/hgext/convert/__init__.py --- a/hgext/convert/__init__.py +++ b/hgext/convert/__init__.py @@ -67,10 +67,10 @@ def convert(ui, src, dest=None, revmapfi If the file doesn't exist, it's automatically created. It's - updated on each commit copied, so convert-repo can be interrupted + updated on each commit copied, so :hg:`convert` can be interrupted and can be run repeatedly to copy new commits. - The [username mapping] file is a simple text file that maps each + The username mapping file is a simple text file that maps each source commit author to a destination commit author. It is handy for source SCMs that use unix logins to identify authors (eg: CVS). One line per author mapping and the line format is:: diff --git a/tests/test-convert.out b/tests/test-convert.out --- a/tests/test-convert.out +++ b/tests/test-convert.out @@ -48,10 +48,10 @@ convert a foreign SCM repository to a Me If the file doesn't exist, it's automatically created. It's updated on - each commit copied, so convert-repo can be interrupted and can be run + each commit copied, so "hg convert" can be interrupted and can be run repeatedly to copy new commits. - The [username mapping] file is a simple text file that maps each source + The username mapping file is a simple text file that maps each source commit author to a destination commit author. It is handy for source SCMs that use unix logins to identify authors (eg: CVS). One line per author mapping and the line format is: