Rev 73: Implement GitLock.peek(). in http://people.samba.org/bzr/jelmer/bzr-git/trunk

Jelmer Vernooij jelmer at samba.org
Sat Jul 26 17:27:46 BST 2008


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

------------------------------------------------------------
revno: 73
revision-id: jelmer at samba.org-20080726155510-234fnst5r3q9h2tk
parent: jelmer at samba.org-20080726155448-51vhp9hty71sc80d
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 17:55:10 +0200
message:
  Implement GitLock.peek().
modified:
  git_dir.py                     git_dir.py-20071108234408-ygidvy5hviixghsd-1
=== modified file 'git_dir.py'
--- a/git_dir.py	2008-07-26 15:46:58 +0000
+++ b/git_dir.py	2008-07-26 15:55:10 +0000
@@ -44,6 +44,9 @@
     def unlock(self):
         pass
 
+    def peek(self):
+        pass
+
 
 class GitLockableFiles(lockable_files.LockableFiles):
     """Git specific lockable files abstraction."""




More information about the bazaar-commits mailing list