hgext/convert/git.py
changeset 6001 30d2fecaab76
parent 5528 6ffca2bf23da
parent 5984 9451a941c536
child 6837 e30c56f337b1
--- 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)