Mercurial > hg-stable
changeset 13429:0079fb98e8d0 stable
convert: fix typos in docstring
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Wed, 16 Feb 2011 21:02:19 -0200 |
parents | 5ef29e0dd418 |
children | ed720c7cc97d |
files | hgext/convert/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/__init__.py Wed Feb 16 11:53:48 2011 -0600 +++ b/hgext/convert/__init__.py Wed Feb 16 21:02:19 2011 -0200 @@ -145,7 +145,7 @@ Use it to fix Mercurial repositories with missing revlogs, by converting from and to Mercurial. Default is False. - :convert.hg.saverev: store original. revision ID in changeset + :convert.hg.saverev: store original revision ID in changeset (forces target IDs to change). It takes and boolean argument and defaults to False. @@ -249,7 +249,7 @@ It is possible to limit the amount of source history to be converted by specifying an initial Perforce revision: - :convert.p4.startrev: specify initial Perforce revision, a + :convert.p4.startrev: specify initial Perforce revision (a Perforce changelist number). Mercurial Destination @@ -264,7 +264,7 @@ ``default``. :convert.hg.usebranchnames: preserve branch names. The default is - True + True. """ return convcmd.convert(ui, src, dest, revmapfile, **opts)