/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 git_dir.py

Implement GitLock.peek().

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    def unlock(self):
45
45
        pass
46
46
 
 
47
    def peek(self):
 
48
        pass
 
49
 
47
50
 
48
51
class GitLockableFiles(lockable_files.LockableFiles):
49
52
    """Git specific lockable files abstraction."""