view tests/test-help @ 3816:fc5ba0ab7f45

Add --date support to log Add --date opt Filter log with matchdate Fix "-{days}" match format
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Dec 2006 15:29:17 -0600
parents 01215ad04283
children
line wrap: on
line source

#!/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