author | Matt Mackall <mpm@selenic.com> |
Sun, 20 Aug 2006 21:59:51 -0500 | |
changeset 2965 | 96d034d02d61 |
parent 2964 | 26c8d37496c2 |
child 2966 | fb493241d7f6 |
--- 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)