changeset 16021:7f47873d7484 stable

push: return 0 when updating bookmarks
author Matt Mackall <mpm@selenic.com>
date Mon, 30 Jan 2012 11:23:17 -0600
parents 7460f3a1fd6c
children 04604d1a9fc3
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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