hgext/convert/git.py
changeset 5984 9451a941c536
parent 5521 03496d4fa509
child 6001 30d2fecaab76
--- a/hgext/convert/git.py	Sun Feb 03 21:03:46 2008 -0200
+++ b/hgext/convert/git.py	Sun Feb 03 21:03:46 2008 -0200
@@ -99,7 +99,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)