changeset 816:8e5d1e38f089

git_handler.get_changed_refs: remove now-unused all_heads variable
author Siddharth Agarwal <sid0@fb.com>
date Wed, 29 Oct 2014 13:12:43 -0700
parents 6cdeafb8ca46
children 8ccb2c00d58d
files hggit/git_handler.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -956,7 +956,6 @@
 
     def get_changed_refs(self, refs, exportable, force):
         new_refs = refs.copy()
-        all_heads = self.local_heads()
 
         #The remote repo is empty and the local one doesn't have bookmarks/tags
         if refs.keys()[0] == 'capabilities^{}':