comparison tests/test-help.out @ 10454:37b735d27347

tests: update help for add
author Matt Mackall <mpm@selenic.com>
date Sat, 13 Feb 2010 23:24:27 -0600
parents a565a2445eb5
children 75361931884d
comparison
equal deleted inserted replaced
10453:7edc649f9f7e 10454:37b735d27347
272 $ hg status 272 $ hg status
273 ? foo.c 273 ? foo.c
274 $ hg add 274 $ hg add
275 adding foo.c 275 adding foo.c
276 $ hg status 276 $ hg status
277 A foo.c
277 278
278 options: 279 options:
279 280
280 -I --include include names matching the given patterns 281 -I --include include names matching the given patterns
281 -X --exclude exclude names matching the given patterns 282 -X --exclude exclude names matching the given patterns