push: return 0 when updating bookmarks stable
authorMatt Mackall <mpm@selenic.com>
Mon, 30 Jan 2012 11:23:17 -0600
branchstable
changeset 16021 7f47873d7484
parent 16020 7460f3a1fd6c
child 16022 04604d1a9fc3
push: return 0 when updating bookmarks
mercurial/commands.py
--- a/mercurial/commands.py	Mon Jan 30 11:15:34 2012 -0600
+++ b/mercurial/commands.py	Mon Jan 30 11:23:17 2012 -0600
@@ -4448,6 +4448,7 @@
                 ui.warn(_('updating bookmark %s failed!\n') % b)
                 if not result:
                     result = 2
+            result = 0
 
     return result