##// 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 if not fastpathlinkrev:
673 if not fastpathlinkrev:
674 mdata = ml.readfast(x)
674 mdata = ml.readfast(x)
675 for f in mfchangedfiles[x]:
675 for f in mfchangedfiles[x]:
676 if True:
677 try:
676 try:
678 n = mdata[f]
677 n = mdata[f]
679 except KeyError:
678 except KeyError:
General Comments 0
You need to be logged in to leave comments. Login now