# HG changeset patch # User Eli Carter # Date 1318951932 18000 # Node ID c2a75faf3b49d7259a0e652be829398fbcdc21fc # Parent 10b2bd7f1125104af80c4b3c7ca9b0efbfa486c6 convert: fix typo diff -r 10b2bd7f1125 -r c2a75faf3b49 hgext/convert/__init__.py --- 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. diff -r 10b2bd7f1125 -r c2a75faf3b49 tests/test-convert.t --- 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.