##// END OF EJS Templates
push: set bkresult when pushing bookmarks through bundle2
Pierre-Yves David -
r22649:1d7a2422 default
parent child Browse files
Show More
@@ -489,6 +489,8 b' def _pushb2bookmarks(pushop, bundler):'
489 pushop.ui.status(_("updating bookmark %s\n") % book)
489 pushop.ui.status(_("updating bookmark %s\n") % book)
490 else:
490 else:
491 pushop.ui.warn(_('updating bookmark %s failed!\n') % book)
491 pushop.ui.warn(_('updating bookmark %s failed!\n') % book)
492 if pushop.bkresult is not None:
493 pushop.bkresult = 1
492 return handlereply
494 return handlereply
493
495
494
496
General Comments 0
You need to be logged in to leave comments. Login now