changeset 800: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	Wed Oct 15 17:33:54 2014 -0700
+++ b/hggit/git_handler.py	Wed Oct 15 20:22:45 2014 -0700
@@ -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'