comparison tests/test-help.out @ 914:8c850b81798b

Fix up help test
author mpm@selenic.com
date Tue, 16 Aug 2005 10:44:04 -0800
parents 891b6a262c4b
children 5a034646e472
comparison
equal deleted inserted replaced
913:46581ad4bd27 914:8c850b81798b
112 update update or merge working directory 112 update update or merge working directory
113 verify verify the integrity of the repository 113 verify verify the integrity of the repository
114 version output version and copyright information 114 version output version and copyright information
115 + hg add -h 115 + hg add -h
116 hg add: option -h not recognized 116 hg add: option -h not recognized
117 hg add [FILE]... 117 hg add [OPTION]... [FILE]...
118 118
119 add the specified files on the next commit 119 add the specified files on the next commit
120 120
121 options: 121 options:
122 122
124 include path in search 124 include path in search
125 -X --exclude 125 -X --exclude
126 exclude path from search 126 exclude path from search
127 + hg add --skjdfks 127 + hg add --skjdfks
128 hg add: option --skjdfks not recognized 128 hg add: option --skjdfks not recognized
129 hg add [FILE]... 129 hg add [OPTION]... [FILE]...
130 130
131 add the specified files on the next commit 131 add the specified files on the next commit
132 132
133 options: 133 options:
134 134
135 -I --include 135 -I --include
136 include path in search 136 include path in search
137 -X --exclude 137 -X --exclude
138 exclude path from search 138 exclude path from search
139 + hg help diff 139 + hg help diff
140 hg diff [-r REV1 [-r REV2]] [FILE]... 140 hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
141 141
142 diff working directory (or selected files) 142 diff working directory (or selected files)
143 143
144 options: 144 options:
145 145
148 -I --include 148 -I --include
149 include path in search 149 include path in search
150 -X --exclude 150 -X --exclude
151 exclude path from search 151 exclude path from search
152 + hg help status 152 + hg help status
153 hg status [FILE]... 153 hg status [OPTION]... [FILE]...
154 154
155 show changed files in the working directory 155 show changed files in the working directory
156 156
157 M = modified 157 M = modified
158 A = added 158 A = added
172 -I --include 172 -I --include
173 include path in search 173 include path in search
174 -X --exclude 174 -X --exclude
175 exclude path from search 175 exclude path from search
176 + hg -q help status 176 + hg -q help status
177 hg status [FILE]... 177 hg status [OPTION]... [FILE]...
178 178
179 show changed files in the working directory 179 show changed files in the working directory
180 + hg help foo 180 + hg help foo
181 hg: unknown command 'foo' 181 hg: unknown command 'foo'
182 Mercurial Distributed SCM 182 Mercurial Distributed SCM