~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-17 10:41:28 UTC
  • mfrom: (2696.3.10 default-format)
  • Revision ID: pqm@pqm.ubuntu.com-20070817104128-30oe09d0jeoii7fx
(mbp) Set default forrmat to dirstate-tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
 
3
  CHANGES:
 
4
 
 
5
   * The default branch and repository format has changed to 
 
6
     ``dirstate-tags``, so tag commands are active by default.
 
7
     This format is compatible with Bazaar 0.15 and later.
 
8
     (Martin Pool)
 
9
 
3
10
  FEATURES:
4
11
 
5
12
    * New option ``--author`` in ``bzr commit`` to specify the author of the
18
25
    * ``pull -v`` no longer includes deltas, making it much faster.
19
26
      (Aaron Bentley)
20
27
 
21
 
  API CHANGES:
 
28
  API BREAKS:
 
29
 
 
30
   * ``Branch.append_revision`` is removed altogether; please use 
 
31
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
 
32
 
 
33
  aPI CHANGES:
22
34
 
23
35
    * ``Transport.should_cache`` has been removed.  It was not called in the
24
36
      previous release.  (Martin Pool)