/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

Add convenience command for accessing virtual git refs.

Show diffs side-by-side

added added

removed removed

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