changeset 29349 | 8bf84295e59b |
parent 29341 | 0d83ad967bf8 |
parent 29329 | f359cdc91e21 |
child 29419 | 01c0324acfec |
--- 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)