Exemplo n.º 1
0
 def post_commit(self, bufNum):
     msg = self.cur_repo.commit()
     self.api.render(bufNum)
     Vim.Echo(msg)
Exemplo n.º 2
0
 def commit_amend(self):
     msg = self.cur_repo.commit(amend=True)
     self.api.render()
     Vim.Echo(msg)