~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-10-18 14:50:22 UTC
  • mfrom: (6220.3.5 809728-move-root)
  • Revision ID: pqm@pqm.ubuntu.com-20111018145022-q5crzwqjwu6z33ue
(jr) ``bzr mv`` does not crash when attempting to move the root of a branch.
 (Jonathan Riddell, #809728) (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
* ``bzr mkdir --quiet`` now does not print a line for every created
52
52
  directory. (Martin von Gagern, #869915)
53
53
 
 
54
* ``bzr mv`` does not crash when attempting to move the root of a
 
55
  branch. (Jonathan Riddell, #809728)
 
56
 
54
57
* ``bzr shelve`` now use ``UIFactory.choose`` for input handling, making
55
58
  it usable when creating a custom ``UIFactory`` implementation. (Benoît
56
59
  Pierre)