Rev 3463: NEWS in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/revno_no_history

John Arbash Meinel john at arbash-meinel.com
Fri May 30 14:45:44 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/revno_no_history

------------------------------------------------------------
revno: 3463
revision-id: john at arbash-meinel.com-20080530134519-mpgetc0aho9c60z5
parent: john at arbash-meinel.com-20080530010318-z02yqa2mz048jwb4
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: revno_no_history
timestamp: Fri 2008-05-30 08:45:19 -0500
message:
  NEWS
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-05-29 21:00:00 +0000
+++ b/NEWS	2008-05-30 13:45:19 +0000
@@ -34,6 +34,10 @@
 
   IMPROVEMENTS:
 
+    * ``bzr log --short -r X..Y`` no longer needs to access the full revision
+      history. This makes it noticeably faster when logging the last few
+      revisions. (John Arbash Meinel)
+
     * ``bzr ls`` now accepts ``-V`` as an alias for ``--versioned``. 
       (Jerad Cramp, #165086)
 
@@ -146,6 +150,11 @@
       ``bzrlib.revision``  deprecated before bzrlib 1.5 have been removed.
       (Robert Collins)
 
+    * ``RevisionSpec.wants_revision_history`` can be set to False for a given
+      ``RevisionSpec``. This will disable the existing behavior of passing in
+      the full revision history to ``self._match_on``. Useful for specs that
+      don't actually need access to the full history. (John Arbash Meinel)
+
     * The constructors of ``SmartClientMedium`` and its subclasses now require a
       ``base`` parameter.  ``SmartClientMedium`` implementations now also need
       to provide a ``remote_path_from_transport`` method.  (Andrew Bennetts)



More information about the bazaar-commits mailing list