##// END OF EJS Templates
Declare bzr TERM=dumb to silence progress bars...
Declare bzr TERM=dumb to silence progress bars In theory, one could set BZR_PROGRESS_BAR=none but it does not work in 1.14rc2

File last commit:

r6800:cc7114d9 default
r8211:5b4ff21c default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
#!/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