Mercurial > hg
view tests/test-install @ 9877:d266aa7606ce
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 18 Nov 2009 00:19:42 +0100 |
parents | 36c388a1aa51 |
children |
line wrap: on
line source
#!/bin/sh echo '% hg debuginstall' hg debuginstall echo '% hg debuginstall with no username' HGUSER= hg debuginstall # Happy End true