Skip to content

Commit b584b9c

Browse files
Liubov Dmitrievafacebook-github-bot
authored andcommitted
commitcloud: remove legacy unused configs
Summary: remove legacy unused configs Reviewed By: lmvasquezg Differential Revision: D75819271 fbshipit-source-id: c2e00b27997a18e5c0f3128e482011d565f95013
1 parent b32c216 commit b584b9c

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

eden/mononoke/tests/integration/edenapi/test-edenapi-mutation.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Set up local hgrc and Mononoke config, with commit cloud, http pull and upload.
2727
> servicetype = local
2828
> servicelocation = $TESTTMP
2929
> owner_team = The Test Team
30-
> usehttpupload = True
3130
> [visibility]
3231
> enabled = True
3332
> [mutation]

eden/mononoke/tests/integration/server/test-commitcloud-upload.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ mononoke local commit cloud backend
2626
> servicetype = local
2727
> servicelocation = $TESTTMP
2828
> owner_team = The Test Team
29-
> usehttpupload = True
3029
> [visibility]
3130
> enabled = True
3231
> [mutation]

eden/scm/sapling/ext/clienttelemetry.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ def wantslfspointers(ui):
4747
return str(ui.configbool("lfs", "wantslfspointers"))
4848

4949

50-
@clienttelemetryfunc
51-
def wantsunhydratedcommits(ui):
52-
"""
53-
Tells the server whether this clients wants unhydrated draft commits
54-
"""
55-
56-
return str(ui.configbool("infinitepush", "wantsunhydratedcommits"))
57-
58-
5950
# Client telemetry data is generated before connection and stored here.
6051
_clienttelemetrydata = {}
6152

0 commit comments

Comments
 (0)