# HG changeset patch # User timeless # Date 2010-10-20 08:02:54 # Node ID c6b55be14461e022971d19b91ef4c83781aac2c5 # Parent c3316b6a32198a2a8257691a1233a9231222e503 convert: fix typo in comment diff --git a/hgext/convert/convcmd.py b/hgext/convert/convcmd.py --- a/hgext/convert/convcmd.py +++ b/hgext/convert/convcmd.py @@ -350,8 +350,8 @@ class converter(object): 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'),