~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-22 11:39:16 UTC
  • mfrom: (4991.1.7 rmbranch)
  • Revision ID: pqm@pqm.ubuntu.com-20100322113916-cwzfq5olk75uzs20
(Jelmer) Add rmbranch command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
New Features
38
38
************
39
39
 
 
40
* Added ``bzr remove-branch`` command that can remove a local or remote 
 
41
  branch. (Jelmer Vernooij, #276295)
 
42
 
40
43
* ``bzr export`` now takes an optional argument ``--per-file-timestamps``
41
44
  to set file mtimes to the last timestamp of the last revision in which
42
45
  they were changed rather than the current time. (Jelmer Vernooij)