Show More
@@ -78,7 +78,7 b' def diffline(revs, a, b, opts):' | |||||
78 | else: |
|
78 | else: | |
79 | parts.append(a) |
|
79 | parts.append(a) | |
80 | return ' '.join(parts) + '\n' |
|
80 | return ' '.join(parts) + '\n' | |
81 |
|
81 | |||
82 | def unidiff(a, ad, b, bd, fn1, fn2, r=None, opts=defaultopts): |
|
82 | def unidiff(a, ad, b, bd, fn1, fn2, r=None, opts=defaultopts): | |
83 | def datetag(date, addtab=True): |
|
83 | def datetag(date, addtab=True): | |
84 | if not opts.git and not opts.nodates: |
|
84 | if not opts.git and not opts.nodates: |
General Comments 0
You need to be logged in to leave comments.
Login now