##// END OF EJS Templates
hgk: use Ttk instead of plain Tk...
hgk: use Ttk instead of plain Tk Use Ttk (themed Tk) for most of the widgets. Default to xpnative theme on Windows, clam otherwise. Provide a shim for Tk 8.4 without Tile/Ttk.

File last commit:

r16913:f2719b38 default
r17958:0f93bbe8 default
Show More
test-hgk.t
20 lines | 322 B | text/troff | Tads3Lexer
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
$ cd ..