Mercurial > hg-stable
view tests/test-install @ 11480:57afaabc87c5 stable
merge with stable
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Tue, 29 Jun 2010 12:18:42 -0300 |
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