changeset 9677 | 0c072e63e3e7 |
parent 9166 | e6162b854ed5 |
child 10263 | 25e572394f5c |
--- a/mercurial/changelog.py Sat Oct 31 16:42:51 2009 +0100 +++ b/mercurial/changelog.py Sat Oct 31 16:49:27 2009 +0100 @@ -198,7 +198,7 @@ return (manifest, user, (time, timezone), files, desc, extra) def add(self, manifest, files, desc, transaction, p1, p2, - user, date=None, extra={}): + user, date=None, extra=None): user = user.strip() # An empty username or a username with a "\n" will make the # revision text contain two "\n\n" sequences -> corrupt