tests/test-help
author Matt Mackall <mpm@selenic.com>
Fri, 21 Apr 2006 15:33:51 -0500
changeset 2108 30c7564f6dfc
parent 896 01215ad04283
permissions -rwxr-xr-x
Move empty local repo logic for pull into findincoming This fixes a silly attempt to pull a changegroup from an empty repo.

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