Mercurial > hg
view tests/test-install @ 10654:153dd9139b0e
any is not available for python2.4
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 11 Mar 2010 19:09:35 +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