diff -r 8e7d64989bb8 -r 30d2fecaab76 hgext/convert/git.py --- a/hgext/convert/git.py Sat Feb 02 21:01:43 2008 +0100 +++ b/hgext/convert/git.py Sun Feb 03 21:47:07 2008 -0200 @@ -102,7 +102,6 @@ tzs, tzh, tzm = tz[-5:-4] + "1", tz[-4:-2], tz[-2:] tz = -int(tzs) * (int(tzh) * 3600 + int(tzm)) date = tm + " " + str(tz) - author = author or "unknown" c = commit(parents=parents, date=date, author=author, desc=message, rev=version)