mirror of
https://github.com/frej/fast-export.git
synced 2026-05-06 13:36:05 +02:00
Merge branch 'frej/gh351'
This commit is contained in:
@@ -172,7 +172,7 @@ def largefile_orig_name(filename):
|
||||
|
||||
def largefile_data(ctx, file, filename):
|
||||
lf_file_ctx=ctx.filectx(file)
|
||||
lf_hash=lf_file_ctx.data().strip(b'\n')
|
||||
lf_hash=lf_file_ctx.data().strip()
|
||||
sys.stderr.write("Detected large file hash %s\n" % lf_hash.decode())
|
||||
#should detect where the large files are located
|
||||
file_with_data = lfutil.findfile(ctx.repo(), lf_hash)
|
||||
|
||||
Reference in New Issue
Block a user