convert: fix typo stable
authorEli Carter <eli.carter@tektronix.com>
Tue, 18 Oct 2011 10:32:12 -0500
branchstable
changeset 15300 c2a75faf3b49
parent 15299 10b2bd7f1125
child 15301 a0583f984fd1
convert: fix typo
hgext/convert/__init__.py
tests/test-convert.t
--- 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.