tests/test-parseindex2.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 07 Feb 2018 20:20:11 -0800
changeset 36106 56fe8a3b2d52
parent 7110 75fdc39b6172
permissions -rw-r--r--
wireprotoserver: remove redirect() and restore() (API) These methods on the protocol handler interface are no longer used in core. .. api:: redirect() and restore() have been removed from the wire protocol handler interface. Use mayberedirectstdio() instead. Differential Revision: https://phab.mercurial-scm.org/D2083
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