~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.6.txt

  • Committer: Patch Queue Manager
  • Date: 2012-10-25 11:13:27 UTC
  • mfrom: (6570.1.6 rubberstamp)
  • Revision ID: pqm@pqm.ubuntu.com-20121025111327-p0ylql0nh9fla0rs
(gz) Set approved revision and vote "Approve" when using lp-propose
 --approve (Jonathan Lange)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
.. These may require users to change the way they use Bazaar.
17
17
 
 
18
* ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge
 
19
  proposal.  (Jonathan Lange)
 
20
 
18
21
New Features
19
22
************
20
23
 
43
46
 
44
47
* Local configurations files (i.e. accessed on the local file system like
45
48
  ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the
46
 
  number of IOs when querying a configuation option. (Vincent Ladeuil, #832042)
 
49
  number of IOs when querying a configuation option. (Vincent Ladeuil,
 
50
  #832042)
 
51
 
 
52
* ``bzr lp-propose --approve`` now correctly specifies the approved revision
 
53
  and provides an "Approve" vote from the proposer, allowing for smoother
 
54
  interaction with downstream merge tools.  (Jonathan Lange)
47
55
 
48
56
Bug Fixes
49
57
*********