##// END OF EJS Templates
bookmarks: mark internal-only config option
Matt Mackall -
r25836:dede675d default
parent child Browse files
Show More
@@ -438,6 +438,8 b' def _pushcheckoutgoing(pushop):'
438 raise util.Abort(mso % ctx)
438 raise util.Abort(mso % ctx)
439 elif ctx.troubled():
439 elif ctx.troubled():
440 raise util.Abort(mst[ctx.troubles()[0]] % ctx)
440 raise util.Abort(mst[ctx.troubles()[0]] % ctx)
441
442 # internal config: bookmarks.pushing
441 newbm = pushop.ui.configlist('bookmarks', 'pushing')
443 newbm = pushop.ui.configlist('bookmarks', 'pushing')
442 discovery.checkheads(unfi, pushop.remote, outgoing,
444 discovery.checkheads(unfi, pushop.remote, outgoing,
443 pushop.remoteheads,
445 pushop.remoteheads,
General Comments 0
You need to be logged in to leave comments. Login now