# HG changeset patch
# User Siddharth Agarwal <sid0@fb.com>
# Date 1392854077 28800
#      Wed Feb 19 15:54:37 2014 -0800
# Node ID c1ac1c34378f791b3791098b48d8e6ea739b9240
# Parent  73cf8d292dcb9ef662dfdc160fb7c974eb73a3e8
gitrepo: drop support for Mercurial < 1.7

diff --git a/hggit/gitrepo.py b/hggit/gitrepo.py
--- a/hggit/gitrepo.py
+++ b/hggit/gitrepo.py
@@ -63,10 +63,6 @@
     def pushkey(self, namespace, key, old, new):
         return False
 
-    # used by incoming in hg <= 1.6
-    def branches(self, nodes):
-        return []
-
 instance = gitrepo
 
 def islocal(path):