# HG changeset patch # User Wagner Bruna # Date 1297897339 7200 # Node ID 0079fb98e8d0180a45cfcef05d6e6fc5ab05f2bc # Parent 5ef29e0dd4188c9c6a7b1c477c5b34c6fdcc7a8e convert: fix typos in docstring diff -r 5ef29e0dd418 -r 0079fb98e8d0 hgext/convert/__init__.py --- 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)