tests/test-issue436
author Brendan Cully <brendan@kublai.com>
Sat, 18 Oct 2008 13:22:29 -0700
changeset 7142 88f1b8081f1c
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Prevent import over an applied patch (closes issue795)

#!/bin/sh

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