Mercurial > hg-stable
changeset 15300:c2a75faf3b49 stable
convert: fix typo
author | Eli Carter <eli.carter@tektronix.com> |
---|---|
date | Tue, 18 Oct 2011 10:32:12 -0500 |
parents | 10b2bd7f1125 |
children | a0583f984fd1 |
files | hgext/convert/__init__.py tests/test-convert.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.