mirror of
https://github.com/git/git.git
synced 2026-02-25 17:33:34 +00:00
Thinko, fix buglet.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user