comparison tests/test-help.out @ 707:116b2d3f4554

Changed command synopsises to match style of common UNIX tools. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changed command synopsises to match style of common UNIX tools. manifest hash: cf62235e46f5c06ac5a3c88cb61e9b57d35fe222 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC13YhW7P1GVgWeRoRAnSOAKCOtrYHZ2XMTjpphY/G2UZHcJcZeQCdFsgv D5Hu+s9ahVX8hns2ZbQpriI= =g6NW -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 15 Jul 2005 09:38:57 +0100
parents 9a8daeff0ffa
children c6b912f8b5b2 8db4d406b3d3 d2422f10c136
comparison
equal deleted inserted replaced
706:5107a7b6b14a 707:116b2d3f4554
31 revert revert modified files or dirs back to their unmodified states 31 revert revert modified files or dirs back to their unmodified states
32 serve export the repository via HTTP 32 serve export the repository via HTTP
33 status show changed files in the working directory 33 status show changed files in the working directory
34 update update or merge working directory 34 update update or merge working directory
35 hg add: option -h not recognized 35 hg add: option -h not recognized
36 hg add [files] 36 hg add FILE...
37 37
38 add the specified files on the next commit 38 add the specified files on the next commit
39 hg add: option --skjdfks not recognized 39 hg add: option --skjdfks not recognized
40 hg add [files] 40 hg add FILE...
41 41
42 add the specified files on the next commit 42 add the specified files on the next commit
43 hg diff [-r A] [-r B] [files] 43 hg diff [-r REV1 [-r REV2]] [FILE]...
44 44
45 -r --rev 45 -r --rev
46 revision 46 revision
47 47
48 diff working directory (or selected files) 48 diff working directory (or selected files)