comparison hgext/remotefilelog/shallowrepo.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
30 remotefilectx, 30 remotefilectx,
31 remotefilelog, 31 remotefilelog,
32 shallowutil, 32 shallowutil,
33 ) 33 )
34 34
35
36 # These make*stores functions are global so that other extensions can replace 35 # These make*stores functions are global so that other extensions can replace
37 # them. 36 # them.
38 def makelocalstores(repo): 37 def makelocalstores(repo):
39 """In-repo stores, like .hg/store/data; can not be discarded.""" 38 """In-repo stores, like .hg/store/data; can not be discarded."""
40 localpath = os.path.join(repo.svfs.vfs.base, b'data') 39 localpath = os.path.join(repo.svfs.vfs.base, b'data')