21
21
from ...commands import plugin_cmds
23
23
plugin_cmds.register_lazy("cmd_propose_merge", ["propose"], __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")