[Buildbot-commits] [Buildbot] #1758: hgbuildbot.py should always use ui.status and ui.warn for output

Buildbot nobody at buildbot.net
Mon Jan 10 19:47:48 UTC 2011


#1758: hgbuildbot.py should always use ui.status and ui.warn for output
------------------------+-------------------
Reporter:  mjw          |      Owner:  mjw
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.4
 Version:  0.8.3p1      |   Keywords:  hg
------------------------+-------------------
 hgbuildbot.py uses Sender.printSuccess and Sender.printFailure as
 callbacks. These unconditionally print to stdout. The hook should use
 ui.status and ui.warn for output so it can be better filtered or
 suppressed (when hg -q is used in some background script for example).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1758>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list