hgext/remotefilelog/remotefilelog.py
changeset 41365 876494fd967d
parent 41251 beb0d944a99b
child 42095 864f9f63d3ed
--- a/hgext/remotefilelog/remotefilelog.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/hgext/remotefilelog/remotefilelog.py	Thu Jan 17 09:17:12 2019 -0800
@@ -61,8 +61,6 @@
         return t[s + 2:]
 
     def add(self, text, meta, transaction, linknode, p1=None, p2=None):
-        hashtext = text
-
         # hash with the metadata, like in vanilla filelogs
         hashtext = shallowutil.createrevlogtext(text, meta.get('copy'),
                                                 meta.get('copyrev'))