Commit f4cb3709 authored by Xavier Deguillard's avatar Xavier Deguillard Committed by Facebook GitHub Bot

eden: do not copy hg-server in shipit

Summary:
This is an old copy of Mercurial, saved to keep the Mercurial servers running
until we completely pull the plug on them. Neither EdenFS nor EdenSCM should
depend on it.

Reviewed By: mitrandir77

Differential Revision: D34081890

fbshipit-source-id: 78e2c07fae75b3f25aa492ece03308f736d42769
parent 209cc2f8
......@@ -67,7 +67,7 @@ fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/h
[shipit.strip]
^fbcode/eden/fs/eden-config\.h$
^fbcode/eden/fs/py/eden/config\.py$
^fbcode/eden/hg/.*$
^fbcode/eden/hg-server/.*$
^fbcode/eden/mononoke/(?!lfs_protocol)
^fbcode/eden/scm/build/.*$
^fbcode/eden/scm/lib/third-party/rust/.*/Cargo.toml$
......
......@@ -41,7 +41,7 @@ fbcode/fboss/common = common
^fbcode/configerator/structs/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs/eden-config\.h$
^fbcode/eden/fs/py/eden/config\.py$
^fbcode/eden/hg/.*$
^fbcode/eden/hg-server/.*$
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/mononoke(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/scm/lib(?!/public_autocargo).*/Cargo\.toml$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment