Add pick_operation to sync with client
This commit is contained in:
@@ -131,6 +131,9 @@ def take_snapshot(name: str, tag: str) -> int | None:
|
||||
def pick_snapshot(name: str, tag: str, discard: bool = False) -> ChangeSet:
|
||||
return api.pick_snapshot(name, tag, discard)
|
||||
|
||||
def pick_operation(name: str, operation: int, discard: bool = False) -> ChangeSet:
|
||||
return api.pick_operation(name, operation, discard)
|
||||
|
||||
def sync_with_server(name: str, operation: int) -> ChangeSet:
|
||||
return api.sync_with_server(name, operation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user