convert: document convert.hg.startrev stable
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 29 Jul 2015 21:31:56 -0400
branchstable
changeset 25880 6fb55c6c6562
parent 25879 99e88320d665
child 25881 9de443515f1d
convert: document convert.hg.startrev
hgext/convert/__init__.py
tests/test-convert.t
--- a/hgext/convert/__init__.py	Thu Jul 30 06:22:09 2015 +0900
+++ b/hgext/convert/__init__.py	Wed Jul 29 21:31:56 2015 -0400
@@ -192,6 +192,9 @@
         (forces target IDs to change). It takes a boolean argument and
         defaults to False.
 
+    :convert.hg.startrev: specify the initial Mercurial revision.
+        The default is 0.
+
     :convert.hg.revs: revset specifying the source revisions to convert.
 
     CVS Source
--- a/tests/test-convert.t	Thu Jul 30 06:22:09 2015 +0900
+++ b/tests/test-convert.t	Wed Jul 29 21:31:56 2015 -0400
@@ -143,6 +143,8 @@
                     store original revision ID in changeset (forces target IDs
                     to change). It takes a boolean argument and defaults to
                     False.
+      convert.hg.startrev
+                    specify the initial Mercurial revision. The default is 0.
       convert.hg.revs
                     revset specifying the source revisions to convert.