sapling/tests
Jun Wu 124a49a8bc changegroup: do not show "(+/- ? heads)"
Summary:
In an upcoming change we'll replace `cl.heads()` with `repo.heads()`.  In
changegroup code path the repo can be in an inconsistent state (ex. a bookmark
refers to an unknown commit) which breaks `repo.heads()`.

Since the whole purpose of the heads calculation is just to show
`(+/- ?  heads)`, which does not affect any real features, let's just
remove it.

Reviewed By: markbt

Differential Revision: D18366735

fbshipit-source-id: 893be2cec0c32b64a80b3ef4ca65b69f8ed76b27
2019-11-07 10:51:34 -08:00
..
fixtures mononoke: implement _with_id versions of fixtures constructors 2019-11-04 06:31:30 -08:00
integration changegroup: do not show "(+/- ? heads)" 2019-11-07 10:51:34 -08:00
utils mononoke: backsync commits as well 2019-10-17 00:44:46 -07:00
write_stub_log_entry/src cmdlib: make MononokeApp interface more fluent 2019-10-28 08:00:06 -07:00