convert: fix typos in docstring stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Wed, 16 Feb 2011 21:02:19 -0200
branchstable
changeset 13429 0079fb98e8d0
parent 13428 5ef29e0dd418
child 13430 ed720c7cc97d
convert: fix typos in docstring
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)