changeset 25880:6fb55c6c6562 stable

convert: document convert.hg.startrev
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 29 Jul 2015 21:31:56 -0400
parents 99e88320d665
children 9de443515f1d
files hgext/convert/__init__.py tests/test-convert.t
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.