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