##// END OF EJS Templates
Merge with i18n
Merge with i18n

File last commit:

r9734:36c388a1 default
r10308:4aa619c4 merge 1.4.3 stable
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