~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-11-24 13:15:51 UTC
  • mfrom: (6240.4.5 rmbranch-colo)
  • Revision ID: pqm@pqm.ubuntu.com-20111124131551-u7xzxgto1p1yfz57
(gz) Support removing colocated branches in 'bzr rmbranch' (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
* ``bzr revno`` now takes a ``--revision`` argument.
157
157
  (Jelmer Vernooij, #870649)
158
158
 
 
159
* ``bzr rmbranch`` can now remove colocated branches.
 
160
  (Jelmer Vernooij, #831464)
 
161
 
159
162
* ``bzr serve`` now can serve from URLs rather than just from the
160
163
  file system. I.e.: ``bzr serve -d lp:bzr`` or
161
164
  ``bzr serve -d file:///data/bzr`` (Jelmer Vernooij)