##// END OF EJS Templates
copies: return True instead of filename as it is expected to return boolean...
Sushil khanchi -
r41873:35158796 default
parent child Browse files
Show More
@@ -776,7 +776,7 b' def _related(f1, f2):'
776 776 """
777 777
778 778 if f1 == f2:
779 return f1 # a match
779 return True # a match
780 780
781 781 g1, g2 = f1.ancestors(), f2.ancestors()
782 782 try:
General Comments 0
You need to be logged in to leave comments. Login now