hgext/lfs/wrapper.py
changeset 35553 a77418095530
parent 35506 fa865878a849
child 35568 ebf14075a5c1
--- a/hgext/lfs/wrapper.py	Thu Dec 21 21:20:00 2017 -0500
+++ b/hgext/lfs/wrapper.py	Sun Jan 07 01:14:52 2018 -0500
@@ -86,7 +86,7 @@
 
     # git-lfs only supports sha256
     oid = hashlib.sha256(text).hexdigest()
-    self.opener.lfslocalblobstore.write(oid, text, verify=False)
+    self.opener.lfslocalblobstore.write(oid, text)
 
     # replace contents with metadata
     longoid = 'sha256:%s' % oid