##// END OF EJS Templates
patch: be more tolerant to diffstat failures (issue 865)...
Patrick Mezard -
r5669:a0eb8a41 default
parent child Browse files
Show More
@@ -1351,7 +1351,6 b' def diffstat(patchlines):'
1351 1351 last = stat.pop()
1352 1352 stat.insert(0, last)
1353 1353 stat = ''.join(stat)
1354 if stat.startswith('0 files'): raise ValueError
1355 1354 return stat
1356 1355 except: raise
1357 1356 finally:
General Comments 0
You need to be logged in to leave comments. Login now