changeset 25836:dede675dc0c1

bookmarks: mark internal-only config option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:47:32 -0500
parents 34ffe4c29782
children d343806dcf68
files mercurial/exchange.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,