comparison tests/test-help.out @ 423:25afb21d97ba

Support for 'hg --version'. setup.py stores version from hg repository. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Support for 'hg --version'. setup.py stores version from hg repository. manifest hash: c69058298ea12035f2cf356f987ba2fb5ff4bbae -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCtD6ZW7P1GVgWeRoRAnGHAKCLscthht2UlBEMDmxL9cku4PlcswCffOVo wTOhYkW4Ie5+8bdmL8EqsvY= =uGpn -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 18 Jun 2005 16:32:41 +0100
parents 6f43778f26da
children 688d03d6997a
comparison
equal deleted inserted replaced
396:8f8bb77d560e 423:25afb21d97ba
1 + hg help 1 + hg -q help
2 hg commands: 2 hg commands:
3 3
4 add add the specified files on the next commit 4 add add the specified files on the next commit
5 addremove add all new files, delete all missing files 5 addremove add all new files, delete all missing files
6 annotate show changeset information per file line 6 annotate show changeset information per file line
43 revision 43 revision
44 44
45 diff working directory (or selected files) 45 diff working directory (or selected files)
46 + hg help foo 46 + hg help foo
47 hg: unknown command foo 47 hg: unknown command foo
48 + hg commands 48 + hg -q commands
49 hg: unknown command 'commands' 49 hg: unknown command 'commands'
50 hg commands: 50 hg commands:
51 51
52 add add the specified files on the next commit 52 add add the specified files on the next commit
53 addremove add all new files, delete all missing files 53 addremove add all new files, delete all missing files