Mercurial > hg
graph
-
changegroup: the node list might be an empty generator (fix issue1678)Wed, 27 May 2009 02:46:59 +0200, by Benoit Boissinot
-
store encoding: .i/.d encoding for non-store repo (broken by 810387f59696)Tue, 26 May 2009 23:49:53 +0200, by Benoit Boissinot
-
replace "i in range(len(xs))" with "i, x in enumerate(xs)"Tue, 26 May 2009 22:59:52 +0200, by Martin Geisler