sapling/edenscm/hgext/pushrebase
Kostia Balytskyi 4a3a890f0d unbundlereplay: do not produce changegroup response part
Summary:
This is a perf optimization. `unbundlereplay.respondlightly` instructs the
server to not produce the pushback parts regardless of what `replycaps` part
of the incoming bundle says. This is important, since the mononoke-hg sync will
send all the bundles in a searialized way, so we want to optimize time where
possible.

Reviewed By: StanislavGlebik

Differential Revision: D14131575

fbshipit-source-id: afec15347d43fa52b1ec64b4ac8ece5b227ccf7d
2019-02-20 08:47:25 -08:00
..
__init__.py unbundlereplay: do not produce changegroup response part 2019-02-20 08:47:25 -08:00
common.py wireproto: add unbundlereplay command 2019-02-19 01:57:39 -08:00
errors.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
recording.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
stackpush.py wireproto: add unbundlereplay command 2019-02-19 01:57:39 -08:00