Rev 4465: Remove the accidental commit of the test hack to knit.py in http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate
John Arbash Meinel
john at arbash-meinel.com
Thu Jun 18 19:59:15 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate
------------------------------------------------------------
revno: 4465
revision-id: john at arbash-meinel.com-20090618185855-9b9u711hgm7vtfkz
parent: john at arbash-meinel.com-20090618184833-sbl535idwmrhh833
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.17-rework-annotate
timestamp: Thu 2009-06-18 13:58:55 -0500
message:
Remove the accidental commit of the test hack to knit.py
-------------- next part --------------
=== modified file 'bzrlib/knit.py'
--- a/bzrlib/knit.py 2009-06-18 18:39:06 +0000
+++ b/bzrlib/knit.py 2009-06-18 18:58:55 +0000
@@ -3560,7 +3560,7 @@
:param key: The key to annotate.
"""
- if True or len(self._knit._fallback_vfs) > 0:
+ if len(self._knit._fallback_vfs) > 0:
# stacked knits can't use the fast path at present.
return self._simple_annotate(key)
while True:
More information about the bazaar-commits
mailing list