# HG changeset patch # User Matt Mackall # Date 1156129191 18000 # Node ID 96d034d02d6113be4a93cda606b30d560f5faa43 # Parent 26c8d37496c259520139b112fa2bc942057a0e8e Demote a pull note to a debug message diff -r 26c8d37496c2 -r 96d034d02d61 mercurial/localrepo.py --- a/mercurial/localrepo.py Sun Aug 20 02:21:59 2006 -0300 +++ b/mercurial/localrepo.py Sun Aug 20 21:59:51 2006 -0500 @@ -1105,7 +1105,7 @@ 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)