Rev 4678: NEWS about fixing bug #374730 in http://bazaar.launchpad.net/~jameinel/bzr/2.0.1-faster-log-dir-bug374730

John Arbash Meinel john at arbash-meinel.com
Fri Sep 25 19:04:33 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.0.1-faster-log-dir-bug374730

------------------------------------------------------------
revno: 4678
revision-id: john at arbash-meinel.com-20090925180415-0prwwtfplb13y9h3
parent: john at arbash-meinel.com-20090924200936-g1iyerqko1bb6tel
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0.1-faster-log-dir-bug374730
timestamp: Fri 2009-09-25 13:04:15 -0500
message:
  NEWS about fixing bug #374730
  There is more to be done, but at least now 'bzr log DIR' is faster
  in 2a than it was in knitpack, rather than being *slower*.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-09-17 17:39:34 +0000
+++ b/NEWS	2009-09-25 18:04:15 +0000
@@ -8,6 +8,11 @@
 Bug Fixes
 *********
 
+* Improve the time for ``bzr log DIR`` for 2a format repositories.
+  We had been using the same code path as for <2a formats, which required
+  iterating over all objects in all revisions.
+  (John Arbash Meinel, #374730)
+
 * Make sure that we unlock the tree if we fail to create a TreeTransform
   object when doing a merge, and there is limbo, or pending-deletions
   directory.  (Gary van der Merwe, #427773)



More information about the bazaar-commits mailing list