tests/test-parseindex2.py.out
author Durham Goode <durham@fb.com>
Mon, 08 Dec 2014 15:41:54 -0800
branchstable
changeset 23501 424d669118d3
parent 7110 75fdc39b6172
permissions -rw-r--r--
log: fix log revset instability The log/graphlog revset was not producing stable results since it was iterating over a dict. Now we sort before iterating to guarantee a fixed order. This fixes some potential flakiness in the tests.
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