##// END OF EJS Templates
typing: disable [unsupported-operands] warning in the largefiles outgoing hook...
Matt Harbison -
r50749:cb3918e5 default
parent child Browse files
Show More
@@ -1436,7 +1436,7 b' def outgoinghook(ui, repo, other, opts, '
1436
1436
1437 def addfunc(fn, lfhash):
1437 def addfunc(fn, lfhash):
1438 if fn not in toupload:
1438 if fn not in toupload:
1439 toupload[fn] = []
1439 toupload[fn] = [] # pytype: disable=unsupported-operands
1440 toupload[fn].append(lfhash)
1440 toupload[fn].append(lfhash)
1441 lfhashes.add(lfhash)
1441 lfhashes.add(lfhash)
1442
1442
General Comments 0
You need to be logged in to leave comments. Login now