##// END OF EJS Templates
test: enable sparse-revlog for test-wireproto-caching.t...
test: enable sparse-revlog for test-wireproto-caching.t We are about to enable sparse-revlog globally. To help with reviewing the tests change, we isolate them in individual changesets. Differential Revision: https://phab.mercurial-scm.org/D5341

File last commit:

r40918:bcf70058 default
r40950:cebaaa38 default
Show More
narrow-library.sh
8 lines | 122 B | application/x-sh | BashLexer
/ tests / narrow-library.sh
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
Pulkit Goyal
tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh...
r40918 ssh=python "$RUNTESTDIR/dummyssh"
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 [experimental]
changegroup3 = True
EOF