/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

Remove explicit use of rich root formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
    )
290
290
bzrdir_network_format_registry.register('git', GitBzrDirFormat)
291
291
 
292
 
 
293
 
def get_rich_root_format(stacked=False):
294
 
    return bzrdir.format_registry.make_bzrdir("default-rich-root")
295
 
 
296
292
send_format_registry.register_lazy('git', 'bzrlib.plugins.git.send',
297
293
                                   'send_git', 'Git am-style diff format')
298
294