# HG changeset patch # User Matt Mackall # Date 1435272452 18000 # Node ID dede675dc0c155df92c7c5066c819a38f4b61e0b # Parent 34ffe4c29782c06f673ed0d9752a44f6b5adb8b1 bookmarks: mark internal-only config option diff -r 34ffe4c29782 -r dede675dc0c1 mercurial/exchange.py --- a/mercurial/exchange.py Thu Jun 25 17:46:55 2015 -0500 +++ b/mercurial/exchange.py Thu Jun 25 17:47:32 2015 -0500 @@ -438,6 +438,8 @@ raise util.Abort(mso % ctx) elif ctx.troubled(): raise util.Abort(mst[ctx.troubles()[0]] % ctx) + + # internal config: bookmarks.pushing newbm = pushop.ui.configlist('bookmarks', 'pushing') discovery.checkheads(unfi, pushop.remote, outgoing, pushop.remoteheads,