##// END OF EJS Templates
share: directly use repo.vfs.join...
Pierre-Yves David -
r31334:553680d1 default
parent child Browse files
Show More
@@ -113,7 +113,7 b' def unshare(ui, repo):'
113
113
114 destlock = hg.copystore(ui, repo, repo.path)
114 destlock = hg.copystore(ui, repo, repo.path)
115
115
116 sharefile = repo.join('sharedpath')
116 sharefile = repo.vfs.join('sharedpath')
117 util.rename(sharefile, sharefile + '.old')
117 util.rename(sharefile, sharefile + '.old')
118
118
119 repo.requirements.discard('shared')
119 repo.requirements.discard('shared')
General Comments 0
You need to be logged in to leave comments. Login now