--- a/hgext/convert/__init__.py Tue Oct 18 09:59:04 2011 -0500
+++ b/hgext/convert/__init__.py Tue Oct 18 10:32:12 2011 -0500
@@ -146,8 +146,8 @@
converting from and to Mercurial. Default is False.
:convert.hg.saverev: store original revision ID in changeset
- (forces target IDs to change). It takes and boolean argument
- and defaults to False.
+ (forces target IDs to change). It takes a boolean argument and
+ defaults to False.
:convert.hg.startrev: convert start revision and its descendants.
It takes a hg revision identifier and defaults to 0.
--- a/tests/test-convert.t Tue Oct 18 09:59:04 2011 -0500
+++ b/tests/test-convert.t Tue Oct 18 10:32:12 2011 -0500
@@ -132,7 +132,7 @@
Mercurial. Default is False.
convert.hg.saverev
store original revision ID in changeset (forces target IDs to
- change). It takes and boolean argument and defaults to False.
+ change). It takes a boolean argument and defaults to False.
convert.hg.startrev
convert start revision and its descendants. It takes a hg
revision identifier and defaults to 0.