Mercurial > hg
view tests/test-hgrc @ 5032:6dbd40b6307c
Update expected test output
It's no longer a "problem" to have the same name listed with no prefix
and a "hgext." prefix.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 30 Jul 2007 20:48:50 -0700 |
parents | 7a7d4937272b |
children | e51c0f41f271 |
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:"