tests/test-issue436
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 15 Feb 2007 10:15:08 -0200
changeset 4085 719488a98ebe
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Fix hg showconfig traceback with values that aren't strings

#!/bin/sh

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