comparison tests/test-help.out @ 2418:99835097bca9

update test-help output after new options.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 09 Jun 2006 09:14:52 -0700
parents abd70a92e06f
children 5b426676f616
comparison
equal deleted inserted replaced
2417:3a4ae3970af3 2418:99835097bca9
134 134
135 options: 135 options:
136 136
137 -I --include include names matching the given patterns 137 -I --include include names matching the given patterns
138 -X --exclude exclude names matching the given patterns 138 -X --exclude exclude names matching the given patterns
139 -n --dry-run do not perform actions, just print output
139 hg add: option --skjdfks not recognized 140 hg add: option --skjdfks not recognized
140 hg add [OPTION]... [FILE]... 141 hg add [OPTION]... [FILE]...
141 142
142 add the specified files on the next commit 143 add the specified files on the next commit
143 144
149 150
150 options: 151 options:
151 152
152 -I --include include names matching the given patterns 153 -I --include include names matching the given patterns
153 -X --exclude exclude names matching the given patterns 154 -X --exclude exclude names matching the given patterns
155 -n --dry-run do not perform actions, just print output
154 hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]... 156 hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
155 157
156 diff repository (or selected files) 158 diff repository (or selected files)
157 159
158 Show differences between revisions for the specified files. 160 Show differences between revisions for the specified files.