view tests/test-help @ 5780:0ae953487255

Obfuscate (instead of just escape) contact/owner in gitweb summary. This could contain an email address.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 01 Jan 2008 17:12:37 +0100
parents 01215ad04283
children 9ed13f718e53
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