sapling/hgext/infinitepush
Mark Thomas 047e353d70 commitcloud: use repo.sharedvfs and repo.localvfs instead of repo.vfs
Summary:
Update commitcloud and infinitepush to use repo.sharedvfs and repo.localvfs
as appropriate, rather than the vfs of the srcrepo.

Reviewed By: quark-zju

Differential Revision: D9699154

fbshipit-source-id: c1bb322f3724e756ab510044680e56c3a9a2443f
2018-09-28 07:23:02 -07:00
..
__init__.py infinitepush: fix help documentation format 2018-09-10 12:06:12 -07:00
bundleparts.py codemod: join the auto-formatter party for commitcloud and intinitepush 2018-05-29 11:20:56 -07:00
common.py codemod: join the auto-formatter party for commitcloud and intinitepush 2018-05-29 11:20:56 -07:00
fileindexapi.py commitcloud: use repo.sharedvfs and repo.localvfs instead of repo.vfs 2018-09-28 07:23:02 -07:00
indexapi.py codemod: join the auto-formatter party for commitcloud and intinitepush 2018-05-29 11:20:56 -07:00
infinitepushcommands.py infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
README infinitepush: move infinitepush from fb-hgext to hgext 2018-01-10 08:10:27 -08:00
sqlindexapi.py infinitepush: increase wait timeout 2018-07-27 04:19:19 -07:00
store.py commitcloud: use repo.sharedvfs and repo.localvfs instead of repo.vfs 2018-09-28 07:23:02 -07:00

## What is it?

This extension adds ability to save certain pushes to a remote blob store
as bundles and to serve commits from remote blob store.
The revisions are stored on disk or in everstore.
The metadata are stored in sql or on disk.

## Config options

infinitepush.branchpattern: pattern to detect a scratchbranch, example
                            're:scratch/.+'

infinitepush.indextype: disk or sql for the metadata
infinitepush.reponame: only relevant for sql metadata backend, reponame to put in
                       sql

infinitepush.indexpath: only relevant for ondisk metadata backend, the path to
                        store the index on disk. If not set will be under .hg
                        in a folder named filebundlestore

infinitepush.storepath: only relevant for ondisk metadata backend, the path to
                        store the bundles. If not set, it will be
                        .hg/filebundlestore