/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

SupportĀ sproutingĀ branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
class GitLock(object):
36
36
    """A lock that thunks through to Git."""
37
37
 
38
 
    def lock_write(self):
 
38
    def lock_write(self, token=None):
39
39
        pass
40
40
 
41
41
    def lock_read(self):