diff mercurial/localrepo.py @ 2972:96d034d02d61

Demote a pull note to a debug message
author Matt Mackall <mpm@selenic.com>
date Sun, 20 Aug 2006 21:59:51 -0500
parents 5bb65c3945a3
children eef469259745
line wrap: on
line diff
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1105,7 +1105,7 @@ class localrepository(repo.repository):
             else:
                 raise util.Abort(_("repository is unrelated"))
 
-        self.ui.note(_("found new changesets starting at ") +
+        self.ui.debug(_("found new changesets starting at ") +
                      " ".join([short(f) for f in fetch]) + "\n")
 
         self.ui.debug(_("%d total queries\n") % reqcnt)