/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 breezy/plugins/propose/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2019-04-27 15:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 7317.
  • Revision ID: jelmer@jelmer.uk-20190427154017-6v7fdfooyn389f1r
Add 'brz land' subcommand.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from ...commands import plugin_cmds
22
22
 
23
23
plugin_cmds.register_lazy("cmd_propose_merge", ["propose"], __name__ + ".cmds")
 
24
plugin_cmds.register_lazy("cmd_land_merge_proposal", ["land"], __name__ + ".cmds")
24
25
plugin_cmds.register_lazy("cmd_publish_derived", ['publish'], __name__ + ".cmds")
25
26
plugin_cmds.register_lazy("cmd_find_merge_proposal", ['find-proposal'], __name__ + ".cmds")
26
27
plugin_cmds.register_lazy("cmd_github_login", ["gh-login"], __name__ + ".cmds")