~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-17 03:46:52 UTC
  • mfrom: (3118.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071217034652-jime7u7tuudfvy18
diff on branches without working trees (Ian Clatworthy, #6700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
  CHANGES:
11
11
   
 
12
   * The syntax ``bzr diff branch1 branch2`` is no longer supported.
 
13
     Use ``bzr diff branch1 --new branch2`` instead. This change has
 
14
     been made to remove the ambiguity where ``branch2`` is in fact a
 
15
     specific file to diff within ``branch1``.
 
16
 
12
17
  FEATURES:
13
18
 
14
19
  IMPROVEMENTS:
15
20
 
 
21
   * ``bzr diff`` now works on branches without working trees. Tree-less
 
22
     branches can also be compared to each other and to working trees using
 
23
     the new diff options ``--old`` and ``--new``. Diffing between branches,
 
24
     with or without trees, now supports specific file filtering as well.
 
25
     (Ian Clatworthy, #6700)
 
26
 
16
27
   * ``bzr pack`` now orders revision texts in topological order, with newest
17
28
     at the start of the file, promoting linear reads for ``bzr log`` and the
18
29
     like. This partially fixes #154129. (Robert Collins)
26
37
 
27
38
  BUGFIXES:
28
39
 
29
 
   * Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
30
 
 
31
40
   * Transform failures no longer cause ImmortalLimbo errors (Aaron Bentley,
32
41
     #137681)
33
42