~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-29 11:26:30 UTC
  • mfrom: (4343.3.39 1.15-gc-stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20090529112630-p1bfpivkz3igjzn2
(jam) Fix bug #373455, allow --dev6 repos to stack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
====================
 
1
####################
2
2
Bazaar Release Notes
3
 
====================
 
3
####################
4
4
 
5
5
 
6
6
.. contents:: List of Releases
30
30
 
31
31
  (Ian Clatworthy)
32
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
 
 
37
 
33
38
Bug Fixes
34
39
*********
35
40
 
36
41
* Better message in ``bzr add`` output suggesting using ``bzr ignored`` to
37
42
  see which files can also be added.  (Jason Spashett, #76616)
38
43
 
 
44
* Clarify the rules for locking and fallback repositories. Fix bugs in how
 
45
  ``RemoteRepository`` was handling fallbacks along with the
 
46
  ``_real_repository``. (Andrew Bennetts, John Arbash Meinel, #375496)
 
47
 
 
48
 
39
49
Documentation
40
50
*************
41
51
 
81
91
New Features
82
92
************
83
93
 
 
94
* New command ``bzr dpush`` that can push changes to foreign 
 
95
  branches (svn, git) without setting custom bzr-specific metadata.
 
96
  (Jelmer Vernooij)
 
97
 
 
98
* The new development format ``--development6-rich-root`` now supports
 
99
  stacking. We chose not to use a new format marker, since old clients
 
100
  will just fail to open stacked branches, the same as if we used a new
 
101
  format flag. (John Arbash Meinel, #373455)
 
102
 
84
103
* Plugins can now define their own annotation tie-breaker when two revisions
85
104
  introduce the exact same line. See ``bzrlib.annotate._break_annotation_tie``
86
105
  Be aware though that this is temporary, private (as indicated by the leading