reset: add a "Restore Worktree" action
commit8add1b1ef5418c7d306b026f77e877cb25d0d2a6
authorDavid Aguilar <davvid@gmail.com>
Sun, 7 Feb 2021 23:36:31 +0000 (7 15:36 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 7 Feb 2021 23:36:31 +0000 (7 15:36 -0800)
treea889c8b960f6cddbe283f580465ab153188805f8
parent0b64cb454c0b879afa35a33c43539f945e2ae8f3
reset: add a "Restore Worktree" action

Add an action that restores the worktree to the state of a previous
commit using "git read-tree".

Closes #890
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmds.py
cola/guicmds.py
cola/widgets/dag.py
cola/widgets/main.py
cola/widgets/toolbar.py
cola/widgets/toolbarcmds.py