tests/test-help
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 12 Nov 2008 14:36:16 +0100
changeset 7354 cad454f295b0
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
patchbomb: extract a bunch of nested functions - clarifies dependencies on variables - extracts potentially useful utility functions - no need for separate confirm() function - error message style conformance - PEP 8 conformance

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