comparison tests/test-help.out @ 736:1e84f1014f33

Update tests to reflect walk changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 20 Jul 2005 03:43:05 -0800
parents c6b912f8b5b2
children 8db4d406b3d3
comparison
equal deleted inserted replaced
735:3433b228bbb3 736:1e84f1014f33
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 FILE... 36 hg add [OPTIONS] [FILES]
37
38 -I --include
39 include path in search
40 -X --exclude
41 exclude path from search
37 42
38 add the specified files on the next commit 43 add the specified files on the next commit
39 hg add: option --skjdfks not recognized 44 hg add: option --skjdfks not recognized
40 hg add FILE... 45 hg add [OPTIONS] [FILES]
46
47 -I --include
48 include path in search
49 -X --exclude
50 exclude path from search
41 51
42 add the specified files on the next commit 52 add the specified files on the next commit
43 hg diff [-r REV1 [-r REV2]] [FILE]... 53 hg diff [-r REV1 [-r REV2]] [FILE]...
44 54
55 -I --include
56 include path in search
57 -X --exclude
58 exclude path from search
45 -r --rev 59 -r --rev
46 revision 60 revision
47 61
48 diff working directory (or selected files) 62 diff working directory (or selected files)
49 hg: unknown command foo 63 hg: unknown command foo