##// END OF EJS Templates
tests: unify test-mq
tests: unify test-mq

File last commit:

r9734:36c388a1 default
r11894:a15936ac default
Show More
test-install
10 lines | 137 B | text/plain | TextLexer
Matt Mackall
Add debuginstall command to do basic install tests
r3844 #!/bin/sh
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 echo '% hg debuginstall'
Alexis S. L. Carvalho
change tests to use simplemerge by default
r4365 hg debuginstall
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734
echo '% hg debuginstall with no username'
HGUSER= hg debuginstall
# Happy End
true