tests/test-issue436
author Matt Mackall <mpm@selenic.com>
Sat, 13 Feb 2010 17:37:44 -0600
changeset 10449 7c8266c1d15a
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
parsers: fix some signed comparison issues (spotted by Steve Borho)

#!/bin/sh

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