diff -r 25897d778738 -r a2f7e0ba57a6 mercurial/localrepo.py --- 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')