##// END OF EJS Templates
push: return 0 when updating bookmarks
Matt Mackall -
r16021:7f47873d stable
parent child Browse files
Show More
@@ -4448,6 +4448,7 b' def push(ui, repo, dest=None, **opts):'
4448 4448 ui.warn(_('updating bookmark %s failed!\n') % b)
4449 4449 if not result:
4450 4450 result = 2
4451 result = 0
4451 4452
4452 4453 return result
4453 4454
General Comments 0
You need to be logged in to leave comments. Login now