Submitter | phabricator |
---|---|
Date | Sept. 21, 2020, 2:23 p.m. |
Message ID | <differential-rev-PHID-DREV-rsq5s2p4e6jo5r2whm36-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47235/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/git/gitlog.py b/hgext/git/gitlog.py --- a/hgext/git/gitlog.py +++ b/hgext/git/gitlog.py @@ -389,7 +389,7 @@ sig = pygit2.Signature( encoding.unifromlocal(stringutil.person(user)), encoding.unifromlocal(stringutil.email(user)), - timestamp, + int(timestamp), -int(tz // 60), ) oid = self.gitrepo.create_commit(