Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 11 Jul 2012 17:05:20 +0200 | Patrick Mezard | graphlog: remove unused get_revs() function |
Fri, 06 Jul 2012 18:45:27 +0900 | FUJIWARA Katsunori | localrepo: use file API via vfs while ensuring repository directory |
Fri, 06 Jul 2012 18:45:27 +0900 | FUJIWARA Katsunori | localrepo: use "vfs" intead of "opener" while ensuring repository directory |
Fri, 06 Jul 2012 18:45:27 +0900 | FUJIWARA Katsunori | localrepo: use the path relative to "self.vfs" instead of "path" argument |
Fri, 06 Jul 2012 18:45:27 +0900 | FUJIWARA Katsunori | localrepo: use "self.wvfs.join()" instead of "os.path.join()" |
Fri, 06 Jul 2012 18:45:27 +0900 | FUJIWARA Katsunori | localrepo: use path expansion API via vfs |
Fri, 06 Jul 2012 18:45:26 +0900 | FUJIWARA Katsunori | localrepo: add "vfs" fields to "localrepository" for migration from "opener" |