/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      requires an explicit action using a ChrootServer.
12
12
      (Robert Collins, Andrew Bennetts)
13
13
 
 
14
    * Deprecate Branch.get_root_id() because branches don't have root ids,
 
15
      rather than fixing bug #96847.  (Aaron Bentley)
 
16
 
14
17
    * ``LockableFiles.lock_write()`` now accepts a ``token`` keyword argument,
15
18
      so that a seperate LockableFiles instance can share a lock if it has the
16
19
      right token.  (Andrew Bennetts, Robert Collins)