##// END OF EJS Templates
test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve'...
test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve' A bug introduced in 0c1d10351869 did that a part of the test never was run.

File last commit:

r17959:542d133e default
r18228:1528ff6a default
Show More
test-hgk.t
19 lines | 301 B | text/troff | Tads3Lexer
Matt Mackall
tests: unify test-hgk
r12431 Minimal hgk check
$ echo "[extensions]" >> $HGRCPATH
$ echo "hgk=" >> $HGRCPATH
$ hg init repo
$ cd repo
$ echo a > a
$ hg ci -Am adda
adding a
$ hg debug-cat-file commit 0
tree a0c8bcbbb45c
parent 000000000000
author test 0 0
revision 0
branch default
adda
Mads Kiilerich
tests: add missing trailing 'cd ..'...
r16913
$ cd ..