~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Mattias Eriksson
  • Date: 2009-06-02 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 4398.
  • Revision ID: snaggen@acc.umu.se-20090602091826-r55iaxfwy9fn1up3
Fix to avoid possible race conditions if import ordering is changed.

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
 
 
20
15
New Features
21
16
************
22
17
 
23
18
Improvements
24
19
************
25
20
 
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
 
 
31
21
* Numerous operations are now faster for huge projects, i.e. those
32
22
  with a large number of files and/or a large number of revisions,
33
23
  particularly when the latest development format is used. These
40
30
 
41
31
  (Ian Clatworthy)
42
32
 
 
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
 
43
37
 
44
38
Bug Fixes
45
39
*********
51
45
  ``RemoteRepository`` was handling fallbacks along with the
52
46
  ``_real_repository``. (Andrew Bennetts, John Arbash Meinel, #375496)
53
47
 
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
 
 
59
48
 
60
49
Documentation
61
50
*************