diff mercurial/branchmap.py @ 21789:15baed3f24ee

branchmap: don't use ui.warn for debug message
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Jun 2014 13:50:44 -0500
parents c20843aee8a4
children d5cef58d8ec8
line wrap: on
line diff
--- 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