/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

Fix foreign_vcs_git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
                        'SSHGitSmartTransport')
212
212
 
213
213
foreign_vcs_registry.register_lazy("git",
214
 
    "bzrlib.plugins.git.mapping", "foreign_git", "Stupid content tracker")
 
214
    "bzrlib.plugins.git.mapping", "foreign_vcs_git", "Stupid content tracker")
215
215
 
216
216
plugin_cmds.register_lazy("cmd_git_import", [], "bzrlib.plugins.git.commands")
217
217
plugin_cmds.register_lazy("cmd_git_object", ["git-objects", "git-cat"],