Mercurial > hg-stable
changeset 25841:a2f7e0ba57a6
bookmarks: mark internal-only option
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jun 2015 17:51:32 -0500 |
parents | 25897d778738 |
children | fa3f0301cf91 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Thu Jun 25 17:51:02 2015 -0500 +++ b/mercurial/localrepo.py Thu Jun 25 17:51:32 2015 -0500 @@ -1872,6 +1872,7 @@ if not streamreqs - self.supportedformats: self.stream_in(remote, streamreqs) + # internal config: ui.quietbookmarkmove quiet = self.ui.backupconfig('ui', 'quietbookmarkmove') try: self.ui.setconfig('ui', 'quietbookmarkmove', True, 'clone')