changeset 361:4e1ac77815c3

fix typo -- my bad >.<
author Mike Blume <mike@loggly.com>
date Sun, 24 Oct 2010 14:19:39 -0700
parents c1fa188046d7
children 5b6961384ee2
files hggit/git_handler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -218,7 +218,7 @@
                 # Newer versions of Dulwich return a tuple here
                 if isinstance(timezone, tuple):
                     timezone, neg_utc = timezone
-                    commmit._commit_timezone_neg_utc = neg_utc
+                    commit._commit_timezone_neg_utc = neg_utc
             else:
                 timezone = -int(timezone)
             commit.commit_timezone = timezone