sapling/eden
Jun Wu 75e8f40df3 test-annotate: support debugruntest
Summary:
`sed 's/3+/3-/'` treats `+` as a literal while the shinterp stdlib treats
it as part of regex.

Avoid the issue by using `s/3[+]/3-/` that work in both `sed` impelemntations.

Reviewed By: DurhamG

Differential Revision: D34840516

fbshipit-source-id: f20648afa76f7233cee40781bb1af2fd976bdbb0
2022-04-22 19:35:57 -07:00
..
fs set HGEXECUTABLEPATH in tests 2022-04-22 19:19:56 -07:00
integration integration: add the streaming get_thrift_client 2022-04-22 18:22:42 -07:00
locale
mononoke Abstract DM id from ChangesetPathHistoryContext 2022-04-22 08:36:07 -07:00
scm test-annotate: support debugruntest 2022-04-22 19:35:57 -07:00
test_support Add annotations to eden 2022-02-14 12:17:43 -08:00
test-data test-data: remove snapshot 20190313 2022-02-04 13:50:48 -08:00
testlib testlib: add basic working copy checkout support 2022-04-21 19:06:14 -07:00
.gitignore
.mononoke_test_file test push 2022-01-06 05:57:35 -08:00
Eden.project.toml