sapling/eden/mononoke/repo_client
Kostia Balytskyi b59886c7f8 mononoke: fix how infinitepush is detected
Summary:
Correctly identify infinitepush without bookmarks as infinitepush instead of plain push.

Current behavior would sometimes pass `infinitepush` bundles through the `push` pipeline. Interestingly, this does not result in any user-visible effects at the moment. However, in the future we may want to diverge these pipelines:
- maybe we want to disable `push`, but enable `infinitepush`
- maybe there will be performance optimizations, applicable only to infinitepush

In any case, the fact that things worked so far is a consequence of a historical accident, and we may not want to keep it this way. Let's have correct identification.

Reviewed By: StanislavGlebik

Differential Revision: D18934696

fbshipit-source-id: 69650ca2a83a83e2e491f60398a4e03fe8d6b5fe
2020-04-22 05:13:36 -07:00
..
getbundle_response/src getbundle: compute full set of new draft commits 2020-04-15 11:00:33 -07:00
mononoke_repo/src mononoke/repo_read_write_status: use HgsqlName 2020-04-14 10:26:11 -07:00
obsolete/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
remotefilelog/src mononoke/lfs_server: ignore redaction errors in batch 2020-04-08 11:58:09 -07:00
repo_read_write_status/src mononoke/repo_read_write_status: use HgsqlName 2020-04-14 10:26:11 -07:00
schemas Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
scribe_commit_queue/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
src mononoke: fix how infinitepush is detected 2020-04-22 05:13:36 -07:00
streaming_clone/src migrate from sql_ext::SqlConstructors to sql_construct 2020-04-02 05:27:16 -07:00
unbundle/src mononoke: fix how infinitepush is detected 2020-04-22 05:13:36 -07:00
wirepack/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00