Discussed changes
Wouter van Heyst
larstiq at larstiq.dyndns.org
Thu Aug 18 12:37:35 BST 2005
On Tue, Aug 16, 2005 at 08:00:53PM -0700, Robey Pointer wrote:
<snip>
> By the way, I mentioned this before but I think it got lost in the
> noise: ".bzr.log" is NOT being written to anymore.
I suppose this is because bzrlib/trace.py currently contains:
def _write_trace(msg):
if 0:
if _tracefile:
_tracefile.write(_logprefix + msg + '\n')
which looks to me as if it snuck in on the r949 update-hashes commit.
Wouter van Heyst
More information about the bazaar
mailing list