Mercurial > hg-stable
log
age | author | description |
---|---|---|
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use "vfs.setflags()" instead of "util.setflags()" |
Mon, 15 Apr 2013 01:22:15 +0900 | FUJIWARA Katsunori | localrepo: use "vfs.readlink()" instead of "os.readlink()" |
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 |