changeset 801:4db6c4e0ccd7

git_handler.import_git_commit: drop double setting of extra['branch'] This is set again just a few lines above.
author Siddharth Agarwal <sid0@fb.com>
date Wed, 15 Oct 2014 20:22:45 -0700
parents 7ff4913e72df
children 1ce24c836a38
files hggit/git_handler.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -879,9 +879,6 @@
         if commit.encoding:
             extra['encoding'] = commit.encoding
 
-        if hg_branch:
-            extra['branch'] = hg_branch
-
         if octopus:
             extra['hg-git'] ='octopus-done'