Mercurial > hg
changeset 7204:ad28279053ef
Remove trailing space
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 22 Oct 2008 18:55:07 +0200 |
parents | e9a44a8e0ddc |
children | 2bee44628c41 |
files | mercurial/mdiff.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: