~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

The Repository API ``make_working_trees`` is now permitted to return
False when ``set_make_working_trees`` is not implemented - previously
an unimplemented ``set_make_working_trees`` implied the result True
from ``make_working_trees``. This has been changed to accomodate the
smart server, where it does not make sense (at this point) to ever
make working trees by default. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      so that a seperate LockableFiles instance can share a lock if it has the
16
16
      right token.  (Andrew Bennetts, Robert Collins)
17
17
 
 
18
    * The Repository API ``make_working_trees`` is now permitted to return
 
19
      False when ``set_make_working_trees`` is not implemented - previously
 
20
      an unimplemented ``set_make_working_trees`` implied the result True
 
21
      from ``make_working_trees``. This has been changed to accomodate the
 
22
      smart server, where it does not make sense (at this point) to ever
 
23
      make working trees by default. (Robert Collins)
 
24
 
18
25
  TESTING:
19
26
 
20
27
    * Added ``bzrlib.strace.strace`` which will strace a single callable and