Rev 84: Fix lock_write argument. in http://people.samba.org/bzr/jelmer/bzr-git/trunk

Jelmer Vernooij jelmer at samba.org
Sat Jul 26 19:12:00 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-git/trunk

------------------------------------------------------------
revno: 84
revision-id: jelmer at samba.org-20080726181200-h6hv9k22anstjk6u
parent: jelmer at samba.org-20080726180605-4s5n9pzns0nlcuda
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 20:12:00 +0200
message:
  Fix lock_write argument.
modified:
  git_dir.py                     git_dir.py-20071108234408-ygidvy5hviixghsd-1
=== modified file 'git_dir.py'
--- a/git_dir.py	2008-07-26 15:55:10 +0000
+++ b/git_dir.py	2008-07-26 18:12:00 +0000
@@ -35,7 +35,7 @@
 class GitLock(object):
     """A lock that thunks through to Git."""
 
-    def lock_write(self):
+    def lock_write(self, token=None):
         pass
 
     def lock_read(self):




More information about the bazaar-commits mailing list