add revert

uses local cache and replays binary edits
This commit is contained in:
2015-01-30 04:51:06 +11:00
parent 98f67c5d7f
commit 535886c915
3 changed files with 430 additions and 66 deletions

View File

@@ -128,6 +128,7 @@ def pack(
readonly=False,
# dict of binary_edits:
# {file: [(ofs, bytes), ...], ...}
# ... where the file is the relative 'packed' location.
binary_edits=None,
):
"""