tests/test-issue436
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 02 Oct 2007 13:48:52 -0700
changeset 5354 4fbd27bf04b1
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
convert: fail properly if we can't read a source hg repository

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true