tests/test-issue436
author Joel Rosdahl <joel@rosdahl.net>
Mon, 04 Jun 2007 21:48:59 +0200
changeset 4504 c68e6486f295
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Add test reproducing a bug in "hg serve -v"

#!/bin/sh

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