~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-13 00:25:44 UTC
  • mfrom: (4902.1.9 2.1.0rc1-unshelve-preview)
  • Revision ID: pqm@pqm.ubuntu.com-20100113002544-mztf6nwrfgqienjc
(salgado) bug # 308122, Implement 'bzr unshelve --preview'

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 unshelve --preview`` can now be used to show how a patch on the
 
27
  shelf would be applied to the working tree.
 
28
  (Guilherme Salgado, #308122)
 
29
 
26
30
* ``bzr update`` now takes a ``--revision`` argument. This lets you
27
31
  change the revision of the working tree to any revision in the
28
32
  ancestry of the current or master branch. (Matthieu Moy, Mark Hammond,