##// END OF EJS Templates
ui: cleanup _is_trusted a bit
ui: cleanup _is_trusted a bit

File last commit:

r2990:61fcd9fa default
r8141:e40b629b default
Show More
test-mq-qsave
15 lines | 176 B | text/plain | TextLexer
Brendan Cully
Add basic qsave/qrestore test.
r2817 #!/bin/sh
Thomas Arendsen Hein
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc...
r2990 echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH
Brendan Cully
Add basic qsave/qrestore test.
r2817
hg init a
cd a
echo 'base' > base
hg ci -Ambase -d '1 0'
hg qnew -mmqbase mqbase
hg qsave
hg qrestore 2