Mercurial > hg
changeset 12769:daa8dc6e1f66
convert: kill trailing whitespace
author | timeless <timeless@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 10:07:38 +0200 |
parents | c6b55be14461 |
children | 614f0d8724ab |
files | hgext/convert/convcmd.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/convcmd.py Wed Oct 20 10:02:54 2010 +0200 +++ b/hgext/convert/convcmd.py Wed Oct 20 10:07:38 2010 +0200 @@ -344,7 +344,7 @@ c = None self.ui.status(_("converting...\n")) - for i, c in enumerate(t): + for i, c in enumerate(t): num -= 1 desc = self.commitcache[c].desc if "\n" in desc: