mercurial/localrepo.py
changeset 25841 a2f7e0ba57a6
parent 25840 25897d778738
child 25878 800e090e9c64
--- 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')