sapling/tests/hgsql
Mark Thomas 0fa782e83d localrepo: split vfs into localvfs and sharedvfs
Summary:
Split the `repo.vfs` object into two.  When a repo is not shared, these are
both the `.hg` directory of the repo.  When it is shared:

* `repo.localvfs` represents the `.hg` directory of the local repository.
* `repo.sharedvfs` represents the `.hg` directory of the shared primary
  repository.

The old `vfs` is an alias for `localvfs`.  In the future, access through
this name will be deprecated to force callers to think whether they want
the local or shared hg directory.

Reviewed By: quark-zju

Differential Revision: D9699160

fbshipit-source-id: 6600df855c59b6df13e919399192789a873231c6
2018-09-28 07:23:00 -07:00
..
getdb.sh.example Add support for RocksDB 2018-04-13 21:51:13 -07:00
library.sh tests: refactor scripts for connecting to the database 2018-07-23 18:53:14 -07:00
schema.innodb.sql Add support for RocksDB 2018-04-13 21:51:13 -07:00
schema.rocksdb.sql Add support for RocksDB 2018-04-13 21:51:13 -07:00
waithook.py localrepo: split vfs into localvfs and sharedvfs 2018-09-28 07:23:00 -07:00