sapling/mercurial/pure
Martin Geisler 5b4e5428df replace "i in range(len(xs))" with "i, x in enumerate(xs)"
The remaining occurrences should be the ones where "xs" is mutated or
where "i" is used for index arithmetic.
2009-05-26 22:59:52 +02:00
..
base85.py replace "i in range(len(xs))" with "i, x in enumerate(xs)" 2009-05-26 22:59:52 +02:00
bdiff.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
diffhelpers.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
mpatch.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
osutil.py posixfile: remove posixfile_nt and fix import bug in windows.py 2009-05-13 21:36:16 +02:00
parsers.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00