~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge in the branch with the extracted lock_write token changes, resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      bzrlib/transport/remote.py contains just the Transport classes that used
42
42
      to be in bzrlib/transport/smart.py.  (Andrew Bennetts)
43
43
 
44
 
    * ``LockableFiles.lock_write()`` now accepts a ``token`` keyword argument,
45
 
      so that a seperate LockableFiles instance can share a lock if it has the
46
 
      right token.  (Andrew Bennetts, Robert Collins)
47
 
 
48
44
    * The Repository API ``make_working_trees`` is now permitted to return
49
45
      False when ``set_make_working_trees`` is not implemented - previously
50
46
      an unimplemented ``set_make_working_trees`` implied the result True
52
48
      smart server, where it does not make sense (at this point) to ever
53
49
      make working trees by default. (Robert Collins)
54
50
 
 
51
    * The ``lock_write`` method of ``LockableFiles``, ``Repository`` and
 
52
     ``Branch`` now accept a ``token`` keyword argument, so that separate
 
53
     instances of those objects can share a lock if it has the right token.
 
54
     (Andrew Bennetts, Robert Collins)
 
55
 
55
56
  BUGFIXES:
56
57
 
57
58
    * Don't fail bundle selftest if email has 'two' embedded.