##// END OF EJS Templates
findincoming should return an iterable
Benoit Boissinot -
r1895:d7c038e8 default
parent child Browse files
Show More
@@ -809,7 +809,7 b' class localrepository(object):'
809 809 base[h] = 1
810 810
811 811 if not unknown:
812 return None
812 return []
813 813
814 814 rep = {}
815 815 reqcnt = 0
General Comments 0
You need to be logged in to leave comments. Login now