~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-15 04:49:48 UTC
  • mfrom: (3984.5.22 switch-r-183559)
  • Revision ID: pqm@pqm.ubuntu.com-20100115044948-yxz5m3vchxapbq22
(andrew) Add --revision option to 'bzr switch'. (#184559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
* ``bzr branch`` now takes a ``--bind`` option. This lets you
24
24
  branch and bind all in one command. (Ian Clatworthy)
25
25
 
 
26
* ``bzr switch`` now takes a ``--revision`` option, to allow switching to
 
27
  a specific revision of a branch. (Daniel Watkins, #183559)
 
28
 
26
29
* ``bzr unshelve --preview`` can now be used to show how a patch on the
27
30
  shelf would be applied to the working tree.
28
31
  (Guilherme Salgado, #308122)