view tests/test-help @ 816:8674b7803714

Warn on pushing unsynced repo or adding new heads By popular demand
author mpm@selenic.com
date Mon, 01 Aug 2005 23:17:22 -0800
parents 0902ffece4b4
children 8933ef744325 c2e77581bc84
line wrap: on
line source

#!/bin/sh

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

exit 0