comparison mercurial/commands.py @ 10448:6e5a47398fc5

commands: correct example in add help text
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Feb 2010 22:10:31 +0100
parents a565a2445eb5
children bb508b312359
comparison
equal deleted inserted replaced
10447:e957cc7cbd14 10448:6e5a47398fc5
39 $ hg status 39 $ hg status
40 ? foo.c 40 ? foo.c
41 $ hg add 41 $ hg add
42 adding foo.c 42 adding foo.c
43 $ hg status 43 $ hg status
44 A foo.c
44 """ 45 """
45 46
46 bad = [] 47 bad = []
47 names = [] 48 names = []
48 m = cmdutil.match(repo, pats, opts) 49 m = cmdutil.match(repo, pats, opts)