/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-06-03 23:55:03 UTC
  • mfrom: (7296.9.5 land)
  • Revision ID: breezy.the.bot@gmail.com-20190603235503-7jzh8ex3k73gm28d
Add a 'brz land' subcommand.

Merged from https://code.launchpad.net/~jelmer/brz/land/+merge/366609

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")