##// END OF EJS Templates
commands: correct example in add help text
Martin Geisler -
r10448:6e5a4739 default
parent child Browse files
Show More
@@ -41,6 +41,7 b' def add(ui, repo, *pats, **opts):'
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 = []
General Comments 0
You need to be logged in to leave comments. Login now