##// END OF EJS Templates
ui: refactor option setting...
ui: refactor option setting No more passing options as constructor keywords. Basic options are now always stored in the overlay for simplicity and consistency.

File last commit:

r6800:cc7114d9 default
r8136:6b5522cb default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
Patrick Mezard
hgk: ctx.parents() problem introduced by 2d54e7c1e69d
r6800 #!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH
hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0