Support random check out different snapshot

This commit is contained in:
wqy
2022-09-03 08:23:28 +08:00
parent efc33a7a86
commit bdb08c6798
4 changed files with 129 additions and 4 deletions

View File

@@ -46,6 +46,12 @@ def undo(name: str) -> None:
def redo(name: str) -> None:
return api.redo(name)
def take_snapshot(name: str, tag: str) -> None:
return api.take_snapshot(name, tag)
def pick_snapshot(name: str, tag: str) -> None:
return api.pick_snapshot(name, tag)
############################################################
# type