##// END OF EJS Templates
scmutil: add join method to opener to construct path relative to base...
scmutil: add join method to opener to construct path relative to base Useful when we only have the opener without the base path used when it was constructed.

File last commit:

r12431:d911aa2b default
r16199:8181bd80 stable
Show More
test-hgk.t
18 lines | 311 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
committer test 0 0
revision 0
branch default
adda