# HG changeset patch # User timeless # Date 1287561774 -7200 # Node ID c6b55be14461e022971d19b91ef4c83781aac2c5 # Parent c3316b6a32198a2a8257691a1233a9231222e503 convert: fix typo in comment diff -r c3316b6a3219 -r c6b55be14461 hgext/convert/convcmd.py --- 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'),