tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 08 Dec 2006 22:01:05 -0200
changeset 3835 d1ce5461beed
parent 896 01215ad04283
permissions -rwxr-xr-x
Allow the user to specify the fallback encoding for the changelog Example: use EUC-JP instead of ISO-8859-1: [ui] fallbackencoding = EUC-JP

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