comparison tests/test-help.out @ 429:688d03d6997a

Pull from TAH -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pull from TAH manifest hash: 600d04efbd836d555d11a3bd9d821d1d8c0a9790 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuPFxywK+sNU5EO8RAjfzAKC18Zc2EOkXhy1zcpgGnyPHnFMdmgCfW5Ut I5HSWqZMt8H0WJx1Or7ajNc= =27D5 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 21 Jun 2005 21:04:49 -0800
parents af4848f83e68 25afb21d97ba
children 22b5aaeb3637
comparison
equal deleted inserted replaced
428:183c87d4e1a0 429:688d03d6997a
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
44 revision 44 revision
45 45
46 diff working directory (or selected files) 46 diff working directory (or selected files)
47 + hg help foo 47 + hg help foo
48 hg: unknown command foo 48 hg: unknown command foo
49 + hg commands 49 + hg -q commands
50 hg: unknown command 'commands' 50 hg: unknown command 'commands'
51 hg commands: 51 hg commands:
52 52
53 add add the specified files on the next commit 53 add add the specified files on the next commit
54 addremove add all new files, delete all missing files 54 addremove add all new files, delete all missing files