~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-30 22:13:39 UTC
  • mfrom: (3460.1.4 revno_no_history)
  • Revision ID: pqm@pqm.ubuntu.com-20080530221339-0l4zj40k4dknzaqw
(jam) Change RevisionSpec_revno so that it no longer needs
        Branch.revision_history()

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      should make something like ``bzr branch -r -100`` in a shared, no-trees
40
40
      repository much snappier. (John Arbash Meinel)
41
41
 
 
42
    * ``bzr log --short -r X..Y`` no longer needs to access the full revision
 
43
      history. This makes it noticeably faster when logging the last few
 
44
      revisions. (John Arbash Meinel)
 
45
 
42
46
    * ``bzr ls`` now accepts ``-V`` as an alias for ``--versioned``. 
43
47
      (Jerad Cramp, #165086)
44
48
 
153
157
      ``bzrlib.revision``  deprecated before bzrlib 1.5 have been removed.
154
158
      (Robert Collins)
155
159
 
 
160
    * ``RevisionSpec.wants_revision_history`` can be set to False for a given
 
161
      ``RevisionSpec``. This will disable the existing behavior of passing in
 
162
      the full revision history to ``self._match_on``. Useful for specs that
 
163
      don't actually need access to the full history. (John Arbash Meinel)
 
164
 
156
165
    * The constructors of ``SmartClientMedium`` and its subclasses now require a
157
166
      ``base`` parameter.  ``SmartClientMedium`` implementations now also need
158
167
      to provide a ``remote_path_from_transport`` method.  (Andrew Bennetts)