23
23
plugin_cmds.register_lazy("cmd_land_merge_proposal", ["land"], __name__ + ".cmds")
24
24
plugin_cmds.register_lazy("cmd_publish_derived", ['publish'], __name__ + ".cmds")
25
25
plugin_cmds.register_lazy("cmd_find_merge_proposal", ['find-proposal'], __name__ + ".cmds")
28
26
plugin_cmds.register_lazy(
29
27
"cmd_my_merge_proposals", ["my-proposals"],