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

Flat is better than nested, remove the gitlib hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    )
26
26
 
27
27
bzrdir.format_registry.register_lazy('git',
28
 
    'bzrlib.plugins.git.gitlib.git_dir', 'GitDirFormat',
 
28
    'bzrlib.plugins.git.git_dir', 'GitDirFormat',
29
29
    help='GIT - the stupid content tracker.',
30
30
    native=False, hidden=True, experimental=True,
31
31
    )