# HG changeset patch # User Siddharth Agarwal # Date 1413429765 25200 # Node ID 4db6c4e0ccd7a9f43afb811071113f9e4c82be82 # Parent 7ff4913e72dfea51a3e362c52ec8225ed6908bee git_handler.import_git_commit: drop double setting of extra['branch'] This is set again just a few lines above. diff --git a/hggit/git_handler.py b/hggit/git_handler.py --- 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'