tests/test-parseindex2.py.out
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 01 May 2014 14:07:04 -0700
branchstable
changeset 21217 2195ac506c6a
parent 7110 75fdc39b6172
permissions -rw-r--r--
revset: directly use __contains__ instead of a lambda We get rid of lambda in a bunch of other place. This is equivalent and much faster. (no new timing as this is the same change as three other changesets)
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