tests: remove fastmanifest from test-fb-hgext-treemanifest-treeonly-fetching.t

Summary: Fastmanifest are going away, remove it from the test.

Reviewed By: quark-zju

Differential Revision: D18131651

fbshipit-source-id: db24587e4c0ab75ee89bf9a02b84b731d2c1f407
This commit is contained in:
Xavier Deguillard 2019-10-28 08:29:28 -07:00 committed by Facebook Github Bot
parent 396ab44f62
commit 55ed046124

View File

@ -24,16 +24,11 @@ Setup the client
$ cat >> .hg/hgrc <<EOF
> [extensions]
> treemanifest=
> fastmanifest=
>
> [treemanifest]
> sendtrees=True
> treeonly=True
>
> [fastmanifest]
> usetree=True
> usecache=False
>
> [remotefilelog]
> reponame=treeonlyrepo
> EOF