Mercurial > hg
view tests/test-install @ 11419:3cc2e34d7a7d
tests: extend revset test
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 21 Jun 2010 13:26:13 -0500 |
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