tests/test-help
author Matt Mackall <mpm@selenic.com>
Tue, 17 Oct 2006 18:31:18 -0500
changeset 3432 028fff46a4ac
parent 896 01215ad04283
permissions -rwxr-xr-x
Add branchtags function with cache - cache stores tipmost node and rev and node,label pairs - if cache is out of date, scan new changesets - write new cache out after scan

#!/bin/sh

hg
hg -q
hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help status
hg -q help status
hg help foo
hg skjdfks

exit 0