##// END OF EJS Templates
diff: '\ No newline at end of file' is also not part of the header...
Benoit Allard -
r15582:3da1f60f stable
parent child Browse files
Show More
@@ -1639,7 +1639,7 b' def difflabel(func, *args, **kw):'
1639 1639 if line.startswith('@'):
1640 1640 head = False
1641 1641 else:
1642 if line and not line[0] in ' +-@':
1642 if line and not line[0] in ' +-@\\':
1643 1643 head = True
1644 1644 stripline = line
1645 1645 if not head and line and line[0] in '+-':
General Comments 0
You need to be logged in to leave comments. Login now