~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2012-09-25 08:26:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6566.
  • Revision ID: robertc@robertcollins.net-20120925082601-sykhddmq2sxdt6oq
* ``bzr help env-variables`` now points users at ``bzr help configuration``
  which has much more detailed information on the same stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
Improvements
31
31
************
32
32
 
 
33
* ``bzr help env-variables`` now points users at ``bzr help configuration``
 
34
  which has much more detailed information on the same stuff.
 
35
  (Robert Collins)
 
36
 
33
37
* ``bzr lp-find-proposal`` now only cares about the revision-id that is
34
38
  specified, not the branch you use.  This was enabled by a new API call in
35
39
  Launchpad's web service.  (Aaron Bentley)