tests/test-parseindex2.py.out
author Augie Fackler <raf@durin42.com>
Wed, 12 Mar 2014 13:15:37 -0400
changeset 20677 0e757575aef5
parent 7110 75fdc39b6172
permissions -rw-r--r--
hgwebdir_mod: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done