/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 initial work on git-apply.

Show diffs side-by-side

added added

removed removed

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