Rev 2287: Update NEWS in sftp://bazaar.launchpad.net/%7Ebzr/bzr/bzr.dev.hpss.api.changes/
Andrew Bennetts
andrew.bennetts at canonical.com
Thu Apr 12 04:35:47 BST 2007
At sftp://bazaar.launchpad.net/%7Ebzr/bzr/bzr.dev.hpss.api.changes/
------------------------------------------------------------
revno: 2287
revision-id: andrew.bennetts at canonical.com-20070412033450-zbjs6vgxmsw6s7ts
parent: andrew.bennetts at canonical.com-20070411133532-u6x6edf3dmzamnaq
committer: Andrew Bennetts <andrew.bennetts at canonical.com>
branch nick: bzr.dev.hpss.api.changes
timestamp: Thu 2007-04-12 13:34:50 +1000
message:
Update NEWS
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
=== modified file 'NEWS'
--- a/NEWS 2007-04-11 06:40:05 +0000
+++ b/NEWS 2007-04-12 03:34:50 +0000
@@ -41,9 +41,14 @@
bzrlib/transport/remote.py contains just the Transport classes that used
to be in bzrlib/transport/smart.py. (Andrew Bennetts)
- * ``LockableFiles.lock_write()`` now accepts a ``token`` keyword argument,
- so that a seperate LockableFiles instance can share a lock if it has the
- right token. (Andrew Bennetts, Robert Collins)
+ * The ``lock_write`` method of ``LockableFiles`` and ``Repository`` now
+ accept a ``token`` keyword argument, so that a seperate instances of those
+ objects can share a lock if it has the right token. (Andrew Bennetts,
+ Robert Collins)
+
+ * ``Branch.lock_write()`` now accepts a ``tokens`` keyword argument, which
+ is like the other ``lock_write`` methods, except that it also allows for
+ sharing a repository lock. (Andrew Bennetts, Robert Collins)
BUGFIXES:
More information about the bazaar-commits
mailing list