mercurial/branchmap.py
changeset 21789 15baed3f24ee
parent 21788 c20843aee8a4
child 22059 d5cef58d8ec8
--- a/mercurial/branchmap.py	Mon Jun 23 13:46:42 2014 -0500
+++ b/mercurial/branchmap.py	Mon Jun 23 13:50:44 2014 -0500
@@ -58,7 +58,7 @@
             if repo.filtername is not None:
                 msg += ' (%s)' % repo.filtername
             msg += ': %s\n'
-            repo.ui.warn(msg % inst)
+            repo.ui.debug(msg % inst)
         partial = None
     return partial