diff --git a/tests/test-issue436 b/tests/test-issue436 new file mode 100755 --- /dev/null +++ b/tests/test-issue436 @@ -0,0 +1,6 @@ +#!/bin/sh + +hg init a +cd a +hg -v log -v x +true