/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

SupportĀ bareĀ repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
LockWarner = getattr(lockable_files, "_LockWarner", None)
28
28
 
29
29
from bzrlib.plugins.git import (
 
30
    BareLocalGitControlDirFormat,
30
31
    LocalGitControlDirFormat,
31
32
    )
32
33
try: