Mercurial > hg
view tests/test-install @ 10885:9e4d120e3c32 stable
convert/subversion: fix default URL checker prototype
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 12 Apr 2010 21:19:53 +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