branch | stable |
changeset 11507 | 35e2d453cf0d |
parent 11488 | f786fc4b8764 |
child 11508 | fbab0875fd09 |
--- a/mercurial/commands.py Sat Jul 03 01:56:09 2010 +0200 +++ b/mercurial/commands.py Sun Jul 04 17:05:17 2010 +0900 @@ -42,6 +42,8 @@ adding foo.c $ hg status A foo.c + + Returns 0 if all files are successfully added. """ bad = [] @@ -2732,6 +2734,8 @@ :hg:`bundle`) operations. See :hg:`help urls` for more information. + + Returns 0 on success. """ if search: for name, path in ui.configitems("paths"):