view tests/test-help @ 2204:eb5fa83ffcfa

fix doc comments for revert command. people found them confusing.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 04 May 2006 15:23:58 -0700
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