##// END OF EJS Templates
cmdutils: fix code style
Martin Geisler -
r11634:09147c06 default
parent child Browse files
Show More
@@ -1063,7 +1063,7 b' def walkchangerevs(repo, match, opts, pr'
1063 1063 def filerevgen(filelog, last):
1064 1064 cl_count = len(repo)
1065 1065 revs = []
1066 for j in xrange(0, last+1):
1066 for j in xrange(0, last + 1):
1067 1067 linkrev = filelog.linkrev(j)
1068 1068 if linkrev < minrev:
1069 1069 continue
General Comments 0
You need to be logged in to leave comments. Login now