sapling/edenscm/hgext/commitcloud
Jun Wu a17a87bf4f setup: move native extensions to edenscmnative
Summary:
This just moves things around. So native and pure Python modules are split to
different Python packages. This makes it possible to use the standard zip
importer without hacks (ex. `hgdemandimport/embeddedimport`).

This diff is mostly about moving things. While `make local` still works,
it does break nupkg build, which will be fixed in a later diff.

Reviewed By: kulshrax

Differential Revision: D15798642

fbshipit-source-id: 5d83f17099aa198df0acd5b7a99667e2f35fe7b4
2019-06-19 17:55:49 -07:00
..
__init__.py commitcloud: refactor commitcloudutil into separate modules 2019-05-20 06:19:48 -07:00
background.py setup: move native extensions to edenscmnative 2019-06-19 17:55:49 -07:00
backup.py commitcloud: add perftrace annotations for sync 2019-06-19 10:25:35 -07:00
backupbookmarks.py commitcloud: add perftrace annotations for sync 2019-06-19 10:25:35 -07:00
backuplock.py commitcloud: refactor backuplock and sync progress into the backuplock module 2019-05-20 06:19:47 -07:00
backupstate.py commitcloud: don't record backed up heads for failed transactions 2019-06-19 07:30:55 -07:00
baseservice.py commit cloud code clean up 2019-03-14 10:41:48 -07:00
commands.py add hg cloud status command 2019-06-13 05:53:22 -07:00
dependencies.py commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
error.py commitcloud: refactor errors into the error module 2019-05-20 06:19:47 -07:00
httpsservice.py commitcloud: add perftrace annotations for sync 2019-06-19 10:25:35 -07:00
localservice.py commitcloud: refactor errors into the error module 2019-05-20 06:19:47 -07:00
obsmarkers.py commitcloud: refactor sync processing 2019-05-20 06:19:48 -07:00
service.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
status.py commitcloud: refactor commitcloudutil into separate modules 2019-05-20 06:19:48 -07:00
subscription.py commitcloud: refactor commitcloudutil into separate modules 2019-05-20 06:19:48 -07:00
sync.py commitcloud: add perftrace annotations for sync 2019-06-19 10:25:35 -07:00
syncstate.py commitcloud: log sync state to blackbox log 2019-05-21 15:32:09 -07:00
token.py commitcloud: refactor commitcloudutil into separate modules 2019-05-20 06:19:48 -07:00
util.py commitcloud: refactor commitcloudutil into separate modules 2019-05-20 06:19:48 -07:00
workspace.py commitcloud: refactor remote path handling 2019-05-20 06:19:48 -07:00