##// END OF EJS Templates
changegroup: drop 'if True' that made the previous change clearer
Augie Fackler -
r27238:c3dc0310 default
parent child Browse files
Show More
@@ -673,7 +673,6 b' class cg1packer(object):'
673 673 if not fastpathlinkrev:
674 674 mdata = ml.readfast(x)
675 675 for f in mfchangedfiles[x]:
676 if True:
677 676 try:
678 677 n = mdata[f]
679 678 except KeyError:
General Comments 0
You need to be logged in to leave comments. Login now