Fails to completely suppress server-side format deprecation warning over bzr+http
Bug #498739 reported by
Matt Nordhoff
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
I run a bzr+http server using CGI, and I have a couple of standalone branches (intentionally) still using dirstate-tags. Without suppress_warnings, "bzr log -n 1 -r -1 http://..." dumps 2 format deprecation warnings into the server's log file. With suppress_warnings enabled in branch.conf, it still dumps 1!
Sorry, I don't have any more detailed information. Hopefully you can reproduce this yourself and investigate to your heart's content. :P
bzr+ssh OTOH behaves as it should: Without suppress_warnings, there is 1 warning in ~/.bzr.log, and with it, there are none.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: format-infrastructure hpss |
tags: | added: check-for-breezy |
To post a comment you must log in.