author | Thomas Arendsen Hein <thomas@intevation.de> |
Wed, 22 Oct 2008 18:55:07 +0200 | |
changeset 7204 | ad28279053ef |
parent 7203 | e9a44a8e0ddc |
child 7205 | 2bee44628c41 |
--- a/mercurial/mdiff.py Wed Oct 22 18:32:22 2008 +0200 +++ b/mercurial/mdiff.py Wed Oct 22 18:55:07 2008 +0200 @@ -78,7 +78,7 @@ else: parts.append(a) return ' '.join(parts) + '\n' - + def unidiff(a, ad, b, bd, fn1, fn2, r=None, opts=defaultopts): def datetag(date, addtab=True): if not opts.git and not opts.nodates: