Mercurial > hg
view tests/test-install @ 10843:b91c1804008e
templater: directly parse templates, no regexes
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 05 Apr 2010 14:33:41 -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