##// END OF EJS Templates
pull: with -u and -r, update to the first revision given...
r10358:d42821cd default
Show More
test-install
10 lines | 137 B | text/plain | TextLexer
#!/bin/sh
echo '% hg debuginstall'
hg debuginstall
echo '% hg debuginstall with no username'
HGUSER= hg debuginstall
# Happy End
true