~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-02 15:39:06 UTC
  • mfrom: (4393.2.2 bzr.ls-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20090602153906-1q6bresxw669b34i
(Mattias Eriksson) Clear the terminal before outputing 'bzr ls'
        results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
Compatibility Breaks
13
13
********************
14
14
 
 
15
* Display prompt on stderr (instead of stdout) when querying users so
 
16
  that the output of commands can be safely redirected.
 
17
  (Vincent Ladeuil, #376582)
 
18
 
 
19
 
15
20
New Features
16
21
************
17
22
 
18
23
Improvements
19
24
************
20
25
 
 
26
 
 
27
* ``--development6-rich-root`` can now stack. (Modulo some smart-server
 
28
  bugs with stacking and non default formats.)
 
29
  (John Arbash Meinel, #373455)
 
30
 
21
31
* Numerous operations are now faster for huge projects, i.e. those
22
32
  with a large number of files and/or a large number of revisions,
23
33
  particularly when the latest development format is used. These
30
40
 
31
41
  (Ian Clatworthy)
32
42
 
33
 
* ``--development6-rich-root`` can now stack. (Modulo some smart-server
34
 
  bugs with stacking and non default formats.)
35
 
  (John Arbash Meinel, #373455)
36
 
 
37
43
 
38
44
Bug Fixes
39
45
*********
45
51
  ``RemoteRepository`` was handling fallbacks along with the
46
52
  ``_real_repository``. (Andrew Bennetts, John Arbash Meinel, #375496)
47
53
 
 
54
* Fix a small bug with fetching revisions w/ ghosts into a new stacked
 
55
  branch. Not often triggered, because it required ghosts to be part of
 
56
  the fetched revisions, not in the stacked-on ancestry.
 
57
  (John Arbash Meinel)
 
58
 
48
59
 
49
60
Documentation
50
61
*************