tests/test-help
author Matt Mackall <mpm@selenic.com>
Wed, 06 Jul 2005 22:23:27 -0800
changeset 638 35f7adfefa69
parent 596 9a8daeff0ffa
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
Add a scheme for handling remote locking This adds an object that remembers to unlock the remote repo on destruction and lock/unlock functions for the ssh protocol. The remote repository should also unlock itself when the connection goes down.

#!/bin/sh

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

exit 0