comparison hgext/gpg.py @ 10394:4612cded5176

fix coding style (reported by pylint)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Feb 2010 15:36:34 +0100
parents 08a0f04b56bd
children f77f3383c666
comparison
equal deleted inserted replaced
10393:217703f760d1 10394:4612cded5176
88 ln = 1 88 ln = 1
89 for l in fileiter: 89 for l in fileiter:
90 if not l: 90 if not l:
91 continue 91 continue
92 yield (l.split(" ", 2), (context, ln)) 92 yield (l.split(" ", 2), (context, ln))
93 ln +=1 93 ln += 1
94 94
95 # read the heads 95 # read the heads
96 fl = repo.file(".hgsigs") 96 fl = repo.file(".hgsigs")
97 for r in reversed(fl.heads()): 97 for r in reversed(fl.heads()):
98 fn = ".hgsigs|%s" % hgnode.short(r) 98 fn = ".hgsigs|%s" % hgnode.short(r)