Mercurial > hg
changeset 12768:c6b55be14461
convert: fix typo in comment
author | timeless <timeless@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 10:02:54 +0200 |
parents | c3316b6a3219 |
children | daa8dc6e1f66 |
files | hgext/convert/convcmd.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/convcmd.py Mon Oct 18 18:31:38 2010 -0200 +++ b/hgext/convert/convcmd.py Wed Oct 20 10:02:54 2010 +0200 @@ -350,8 +350,8 @@ if "\n" in desc: desc = desc.splitlines()[0] # convert log message to local encoding without using - # tolocal() because encoding.encoding conver() use it as - # 'utf-8' + # tolocal() because the encoding.encoding convert() + # uses is 'utf-8' self.ui.status("%d %s\n" % (num, recode(desc))) self.ui.note(_("source: %s\n") % recode(c)) self.ui.progress(_('converting'), i, unit=_('revisions'),