sapling/tests/integration
Stanislau Hlebik c7c6c8be53 mononoke: reverse nodes in the pull
Summary:
Pulling more than one node doesn't work, because mononoke revsets return
children before the parents. In that case mercurial client fails because new
child points to non-existent parents. To fix it let's reverse the output.
It's bad, because we lose the advantages of streaming, but we do it now anyway
because `getbundle()` method returns Bytes. Besides changelog data should be
fairly small.

Reviewed By: farnz

Differential Revision: D6899239

fbshipit-source-id: 67b3954bfbed8e0aaa69e0da453dae443cd24912
2018-02-06 02:20:39 -08:00
..
third_party mononoke: fix --interactive 2017-09-29 01:13:20 -07:00
edenservertest.crt mononoke: HTTPS in eden server 2017-11-20 05:35:55 -08:00
edenservertest.key mononoke: HTTPS in eden server 2017-11-20 05:35:55 -08:00
integration_runner.py integration: allow running a subset of tests 2018-01-01 17:52:36 -08:00
library.sh mononoke: basic getbundle changegroup implementation 2018-01-21 07:37:30 -08:00
test-eden-server.t mononoke: fix test 2018-01-26 08:20:45 -08:00
test-init.t mononoke: reverse nodes in the pull 2018-02-06 02:20:39 -08:00
test-push-protocol.t Remove Repo trait completely 2018-01-15 06:37:27 -08:00