tests/test-issue436
author Martijn Pieters <mj@zopatista.com>
Wed, 29 Apr 2009 11:39:49 +0200
changeset 8241 dd1b47e17d7e
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Fix typeerror when specifying both --rebase and --pull

#!/bin/sh

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