Mercurial > public > mercurial-scm > hg
diff hgext/convert/git.py @ 6001:30d2fecaab76
merge with crew-stable
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 03 Feb 2008 21:47:07 -0200 |
parents | 6ffca2bf23da 9451a941c536 |
children | e30c56f337b1 |
line wrap: on
line diff
--- 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)