MCPcopy
hub / github.com/timbrel/GitSavvy / revert_commit

Method revert_commit

core/commands/log.py:199–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 util.view.refresh_gitsavvy_interfaces(self.window, refresh_sidebar=True)
198
199 def revert_commit(self):
200 self.git("revert", self._commit_hash)
201 util.view.refresh_gitsavvy_interfaces(self.window, refresh_sidebar=True)
202
203 def compare_against(self):
204 self.window.run_command("gs_compare_against", {

Callers

nothing calls this directly

Calls 1

gitMethod · 0.80

Tested by

no test coverage detected