hgext/largefiles/lfutil.py
branchstable
changeset 29329 f359cdc91e21
parent 28877 8079639b20dc
child 29349 8bf84295e59b
--- a/hgext/largefiles/lfutil.py	Thu Jun 02 17:11:32 2016 -0500
+++ b/hgext/largefiles/lfutil.py	Tue Jun 07 08:32:33 2016 +0200
@@ -204,7 +204,7 @@
     if instore(repo, hash):
         return (path, True)
     elif repo.shared() and instore(repo, hash, True):
-        return storepath(repo, hash, True)
+        return storepath(repo, hash, True), True
 
     return (path, False)