diff -r 2188f170f5b6 -r 8bf84295e59b hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py Mon Jun 13 18:20:00 2016 +0100 +++ b/hgext/largefiles/lfutil.py Tue Jun 14 14:52:58 2016 -0500 @@ -214,7 +214,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)