def on_commit_merge(self, *args):
if askokcancel(title="Warning: committing merge", message="This will commit actual changes to the destination, "
"do you want to proceed?") is True:
self.do_merge(_commit=True)
评论列表
文章目录