tests/test-issue436
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 28 Jun 2007 16:18:09 +0200
changeset 4735 8d4fac0a9df7
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Make hg glog abort if unused arguments are given.

#!/bin/sh

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