mercurial/localrepo.py
changeset 2972 96d034d02d61
parent 2961 5bb65c3945a3
child 2974 eef469259745
--- 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)