Mon, 08 Oct 2012 16:21:24 -0500 |
Matt Mackall |
templater: drop redundant return in _flatten
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: invoke "os.path.isdir()" via vfs
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: replace invocation of "getsize()" by "vfs.stat()"
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: invoke "os.stat()" for "createmode" initialization via vfs
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
vfs: define "join()" in each classes derived from "abstractvfs"
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: initialize vfs field first to use it for initialization of others
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
scmutil: reorder newly added functions for vfs support in dictionary order
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: rename field name from "opener" to "vfs" in internal classes for fncache
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
store: rename argument name from "op"(ener) to "vfs"
|
Thu, 04 Oct 2012 01:24:05 +0900 |
FUJIWARA Katsunori |
verify: rename "hasmanifest" variable for source code readability
|
Thu, 04 Oct 2012 01:24:05 +0900 |
FUJIWARA Katsunori |
verify: use appropriate local variable in "checkentry()"
|
Thu, 04 Oct 2012 01:24:05 +0900 |
FUJIWARA Katsunori |
verify: use appropriate node information to show verification error
|