Mercurial > hg
changeset 19864:1ce3f56b879f
convert: fix description of 'convert --rev'
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Fri, 19 Jul 2013 02:32:36 +0200 |
parents | daeab82fa644 |
children | ba6577a19656 |
files | hgext/convert/__init__.py tests/test-convert.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/__init__.py Wed Oct 02 19:46:48 2013 +0200 +++ b/hgext/convert/__init__.py Fri Jul 19 02:32:36 2013 +0200 @@ -311,7 +311,7 @@ ('d', 'dest-type', '', _('destination repository type'), _('TYPE')), ('r', 'rev', '', - _('import up to target revision REV'), _('REV')), + _('import up to source revision REV'), _('REV')), ('A', 'authormap', '', _('remap usernames using this file'), _('FILE')), ('', 'filemap', '',
--- a/tests/test-convert.t Wed Oct 02 19:46:48 2013 +0200 +++ b/tests/test-convert.t Fri Jul 19 02:32:36 2013 +0200 @@ -262,7 +262,7 @@ -s --source-type TYPE source repository type -d --dest-type TYPE destination repository type - -r --rev REV import up to target revision REV + -r --rev REV import up to source revision REV -A --authormap FILE remap usernames using this file --filemap FILE remap file names using contents of file --splicemap FILE splice synthesized history into place