Thinko, fix buglet.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
parent
6a49f8e2e0
commit
9320da8dd4
@ -699,11 +699,11 @@ class P4Sync(Command):
|
||||
|
||||
assert end >= 0
|
||||
else:
|
||||
end = len(specs)
|
||||
|
||||
end = len(data)
|
||||
|
||||
info['data'] = data[start:end]
|
||||
idx = end
|
||||
assert idx == len(data)
|
||||
|
||||
def commit(self, details, files, branch, branchPrefixes, parent = ""):
|
||||
epoch = details["time"]
|
||||
|
Loading…
Reference in New Issue
Block a user