diff -r d29cb5e735e9 -r f359cdc91e21 hgext/largefiles/lfutil.py --- 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)