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

Make most tree inspection tests succeed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    def peek(self):
54
54
        pass
55
55
 
 
56
    def validate_token(self, token):
 
57
        pass
 
58
 
56
59
 
57
60
class GitLockableFiles(lockable_files.LockableFiles):
58
61
    """Git specific lockable files abstraction."""