author | Matt Mackall <mpm@selenic.com> |
Thu, 25 Jun 2015 17:51:32 -0500 | |
changeset 25841 | a2f7e0ba57a6 |
parent 25840 | 25897d778738 |
child 25842 | fa3f0301cf91 |
--- 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')