Mercurial > hg
view tests/test-hgrc @ 1966:f8b0e73e320f
hg status cleanups: Don't translate long options, remove stray semicolon.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 17 Mar 2006 18:19:05 +0100 |
parents | 7d66ce9895fa |
children | 7a7d4937272b |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo "invalid" > .hg/hgrc hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"