Mercurial > hg
changeset 11634:09147c065711
cmdutils: fix code style
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 21 Jul 2010 09:43:45 +0200 |
parents | 6b7b99867ada |
children | 4da35e02b67c |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Tue Jul 20 23:29:49 2010 +0530 +++ b/mercurial/cmdutil.py Wed Jul 21 09:43:45 2010 +0200 @@ -1063,7 +1063,7 @@ def filerevgen(filelog, last): cl_count = len(repo) revs = [] - for j in xrange(0, last+1): + for j in xrange(0, last + 1): linkrev = filelog.linkrev(j) if linkrev < minrev: continue