sapling/tests/testlib
Matt Harbison dd6ac04d2c testlib: move the prune alias into a shell script for Windows
Cramming all of this directly into an alias doesn't play nicely on Windows.
Various test-exchange-obsmarkers-case-XX.t were failing with:

    abort: cannot select revision when creating marker

It turned out that inside debugcommands.debugobsolete(), the following differed
from Linux (where they were empty, at least in the case I debugged):

    'rev': ['.`;'],
    'template': "'{node}\\n'"
2017-04-16 00:29:38 -04:00
..
exchange-obsmarker-util.sh testlib: move the prune alias into a shell script for Windows 2017-04-16 00:29:38 -04:00
push-checkheads-util.sh obsolescence: add test utility for the "branch replacement" logic during push 2017-04-13 16:22:25 +02:00