Mercurial > public > mercurial-scm > hg-stable
diff hgext/transplant.py @ 4516:96d8a56d4ef9
Removed trailing whitespace and tabs from python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 06 Jun 2007 20:22:52 +0200 |
parents | e76e52145c3d |
children | 63b9d2deed48 |
line wrap: on
line diff
--- a/hgext/transplant.py Wed Jun 06 20:17:03 2007 +0200 +++ b/hgext/transplant.py Wed Jun 06 20:22:52 2007 +0200 @@ -336,7 +336,7 @@ inmsg = True message.append(line) return (node, user, date, '\n'.join(message), parents) - + def log(self, user, date, message, p1, p2, merge=False): '''journal changelog metadata for later recover'''