~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-08-25 21:09:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4650.
  • Revision ID: robertc@robertcollins.net-20090825210917-dq2i8k6n4z63pneh
Support shelve and unshelve on windows - bug 305006.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
* ``bzr push`` locally on windows will no longer give a locking error with
64
64
  dirstate based formats. (Robert Collins)
65
65
 
 
66
* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
 
67
  (Robert Collins, #305006)
 
68
 
66
69
Documentation
67
70
*************
68
71
 
72
75
API Changes
73
76
***********
74
77
 
 
78
* ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its
 
79
  classes changed to manage lock lifetime of the trees they open in a way
 
80
  consistent with reader-exclusive locks. (Robert Collins, #305006)
 
81
 
75
82
Internals
76
83
*********
77
84