~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Marius Kruger
  • Date: 2010-04-30 10:28:36 UTC
  • mto: This revision was merged to the branch mainline in revision 5209.
  • Revision ID: marius.kruger@enerweb.co.za-20100430102836-tcsftjlr0svnwj09
fix andrew's nits

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  (Martin <gzlist@googlemail.com>, Parth Malwankar, #376388)
36
36
 
37
37
* ``bzr rm`` should not refuse to delete directories which contained a file
38
 
  which have been moved elsewhere in the tree after the previous commit.
 
38
  which has been moved elsewhere in the tree after the previous commit.
39
39
  (Marius Kruger, Daniel Watkins, #129880)
40
40
 
41
41
* ``bzr selftest --parallel=fork`` wait for its children avoiding zombies.