--- 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.