Rev 3729: Update NEWS based on the current algorithm. in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

John Arbash Meinel john at arbash-meinel.com
Sun Sep 21 14:59:01 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

------------------------------------------------------------
revno: 3729
revision-id: john at arbash-meinel.com-20080921135843-wnwpal216u3zt2ni
parent: john at arbash-meinel.com-20080919035127-okaoylx3tcrtn65w
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lighter_log_file
timestamp: Sun 2008-09-21 08:58:43 -0500
message:
  Update NEWS based on the current algorithm.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-09-18 16:15:58 +0000
+++ b/NEWS	2008-09-21 13:58:43 +0000
@@ -13,11 +13,13 @@
 
   IMPROVEMENTS:
 
-    * The per-file log algorithm now uses a lighter-weight way of tracking
-      when changes to a file are merged into another revision. The old
-      method created a new set at every merge point, which was wasteful
-      when the merge did not introduce new revisions.
-      (John Arbash Meinel)
+    * ``bzr log file`` has been changed. It now uses a different method
+      for determining which revisions to show as merging the changes to
+      the file. It now only shows revisions which merged the change
+      towards your mainline. (The old one would also show revisions which
+      then merged your mainline back, and got the new change.) This
+      simplifies the output, makes it faster, and reduces memory
+      consumption.  (John Arbash Meinel)
 
   BUG FIXES:
 



More information about the bazaar-commits mailing list