Mercurial > hg
view tests/test-install @ 11300:24eeca1f2791
merge with stable
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Mon, 07 Jun 2010 16:29:06 +0200 |
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