Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use "vfs.islink()" instead of "os.path.islink()" |
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use "vfs.rename()" instead of "util.rename()" |
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use "vfs.exists()" instead of "os.path.exists()" |
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use vfs instead of "os.path.*" in sharedpath checking |
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | vfs: split "expand" into "realpath"/"expandpath" to apply each separately |
Fri, 18 Jan 2013 15:54:09 +0100 | Mads Kiilerich | unionrepo: read-only operations on a union of two localrepos |