~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-12-16 06:24:14 UTC
  • mfrom: (5538.2.4 bzr-docs-textfixes)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: mbp@sourcefrog.net-20101216062414-y14p9t3otmmbtpsw
merge uppercasing of acronyms

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
:Released: 2008-09-17
58
58
 
59
59
A few bug fixes from 1.7rc1. The biggest change is a new
60
 
``RemoteBranch.get_stacked_on_url`` rpc. This allows clients that are
 
60
``RemoteBranch.get_stacked_on_url`` RPC. This allows clients that are
61
61
trying to access a Stacked branch over the smart protocol, to properly
62
62
connect to the stacked-on location.
63
63
 
116
116
Improvements
117
117
************
118
118
 
119
 
* A url like ``log+file:///tmp`` will log all access to that Transport
 
119
* A URL like ``log+file:///tmp`` will log all access to that Transport
120
120
  to ``.bzr.log``, which may help in debugging or profiling.
121
121
  (Martin Pool)
122
122