/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

'bzr git-object' without arguments now prints the available git objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 
251
251
plugin_cmds.register_lazy("cmd_git_serve", [], "bzrlib.plugins.git.commands")
252
252
plugin_cmds.register_lazy("cmd_git_import", [], "bzrlib.plugins.git.commands")
253
 
plugin_cmds.register_lazy("cmd_git_cat", [], "bzrlib.plugins.git.commands")
 
253
plugin_cmds.register_lazy("cmd_git_object", ["git-objects", "git-cat"], 
 
254
    "bzrlib.plugins.git.commands")
254
255
 
255
256
def update_stanza(rev, stanza):
256
257
    mapping = getattr(rev, "mapping", None)