log mercurial/localrepo.py @ 31428:9b361478b03a

age author description
Fri, 05 Aug 2016 14:19:31 +0200 Pierre-Yves David localrepo: use self.wvfs.islink directly
Wed, 15 Mar 2017 00:27:17 -0700 Pierre-Yves David localrepo: deprecate 'wfile'
Wed, 15 Mar 2017 00:29:09 -0700 Pierre-Yves David localrepo: use 'wvfs' instead of 'wfile'
Tue, 14 Mar 2017 23:50:07 -0700 Pierre-Yves David localrepo: don't use mutable default argument value
Fri, 05 Aug 2016 14:09:04 +0200 Pierre-Yves David localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
Fri, 05 Aug 2016 14:29:22 +0200 Pierre-Yves David localrepo: directly use repo.vfs.join
Fri, 05 Aug 2016 14:25:21 +0200 Pierre-Yves David repofilecache: directly use 'repo.vfs.join'
Fri, 05 Aug 2016 14:23:58 +0200 Pierre-Yves David repofilecache: define a 'join' method
Thu, 09 Mar 2017 15:10:27 -0800 Jun Wu localrepo: rename proxycls to filteredrepo
Thu, 02 Mar 2017 13:28:17 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.localrepo'
Thu, 02 Mar 2017 21:49:30 -0800 Jun Wu localrepo: handle rename with hardlinks properly
Fri, 05 Aug 2016 13:56:10 +0200 Pierre-Yves David localrepo: deprecate 'repo.opener' (API)
Fri, 05 Aug 2016 13:53:45 +0200 Pierre-Yves David localrepo: deprecated 'repo.wopener' (API)
Fri, 05 Aug 2016 13:49:05 +0200 Pierre-Yves David localrepo: add some comment about role of various vfs object
Mon, 13 Feb 2017 14:05:24 +0100 Dan Villiom Podlaski Christiansen share: add --relative flag to store a relative path to the source