##// END OF EJS Templates
commit: inform the commiter when resurrecting a closed changeset
commit: inform the commiter when resurrecting a closed changeset

File last commit:

r9734:36c388a1 default
r11164:e84600b0 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