##// END OF EJS Templates
Demote a pull note to a debug message
Matt Mackall -
r2965:96d034d0 default
parent child Browse files
Show More
@@ -1105,7 +1105,7 b' class localrepository(repo.repository):'
1105 else:
1105 else:
1106 raise util.Abort(_("repository is unrelated"))
1106 raise util.Abort(_("repository is unrelated"))
1107
1107
1108 self.ui.note(_("found new changesets starting at ") +
1108 self.ui.debug(_("found new changesets starting at ") +
1109 " ".join([short(f) for f in fetch]) + "\n")
1109 " ".join([short(f) for f in fetch]) + "\n")
1110
1110
1111 self.ui.debug(_("%d total queries\n") % reqcnt)
1111 self.ui.debug(_("%d total queries\n") % reqcnt)
General Comments 0
You need to be logged in to leave comments. Login now