comparison tests/test-help @ 596:9a8daeff0ffa

A bunch of parsing/help updates -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A bunch of parsing/help updates more explanation of how to get non-basic commands shorten names of debug functions and add docstrings add undo long docstring promote anotate, export, and revert make the global opts array global refactor parsing kill two unused arguments to fancyopts update test-help manifest hash: 459ae2273aaf54f71b4576677a681dc53ab2908c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyEDhywK+sNU5EO8RAr0DAJ9LTu8Fc2quLRtuwLPTQzWqlOJWKwCbBpZk pnMkYnshsutVYljcil1P46I= =Sleg -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sun, 03 Jul 2005 11:47:45 -0800
parents 4fc63e22b1fe
children ec85f9e6f3b1 8f5637f0a0c0 0902ffece4b4
comparison
equal deleted inserted replaced
595:c2c2c6d617bd 596:9a8daeff0ffa
1 #!/bin/sh 1 #!/bin/sh
2 2
3 set -x 3 hg help
4
5 hg -q help 4 hg -q help
6 hg add -h 5 hg add -h
6 hg add --skjdfks
7 hg help diff 7 hg help diff
8 hg help foo 8 hg help foo
9 hg -q commands 9 hg -q commands
10 10
11 exit 0 11 exit 0