Rev 2850: (robertc) Tweak index -Devil tracing. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Sun Sep 23 22:08:28 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2850
revision-id: pqm at pqm.ubuntu.com-20070923210826-t3ymvo1l68z96in1
parent: pqm at pqm.ubuntu.com-20070923202533-vzfy37j7bpkwo21z
parent: robertc at robertcollins.net-20070923203327-o2pztijk7aysuw9w
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sun 2007-09-23 22:08:26 +0100
message:
(robertc) Tweak index -Devil tracing.
modified:
bzrlib/index.py index.py-20070712131115-lolkarso50vjr64s-1
------------------------------------------------------------
revno: 2849.1.1
merged: robertc at robertcollins.net-20070923203327-o2pztijk7aysuw9w
parent: pqm at pqm.ubuntu.com-20070923202533-vzfy37j7bpkwo21z
committer: Robert Collins <robertc at robertcollins.net>
branch nick: index
timestamp: Mon 2007-09-24 06:33:27 +1000
message:
Tweak index -Devil tracing.
=== modified file 'bzrlib/index.py'
--- a/bzrlib/index.py 2007-09-20 07:37:57 +0000
+++ b/bzrlib/index.py 2007-09-23 20:33:27 +0000
@@ -324,7 +324,7 @@
the most efficient order for the index.
"""
if 'evil' in debug.debug_flags:
- trace.mutter_callsite(2,
+ trace.mutter_callsite(3,
"iter_all_entries scales with size of history.")
if self._nodes is None:
self._buffer_all()
@@ -615,7 +615,7 @@
efficient order for the index (in this case dictionary hash order).
"""
if 'evil' in debug.debug_flags:
- trace.mutter_callsite(2,
+ trace.mutter_callsite(3,
"iter_all_entries scales with size of history.")
if self.reference_lists:
for key, (absent, references, value) in self._nodes.iteritems():
More information about the bazaar-commits
mailing list