Skip to content

Commit

Permalink
rename edenscm to sapling
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/velox#6734

This is phase 1 of "sapling" rename. Later we will move out of the "eden" directory.

These were the high level steps I took:
1. "hg mv edenscm sapling" + "hg mv edenscmnative saplingnative"
2. s/edenscm/sapling/g
3. s/EdenSCM/Sapling/g
4. Update autocargo config
5. Update mercurialshim.py to support "edenscm" as legacy module (this is the critical part that keeps backwards compat w/ extensions and hooks that import from "edenscm")

Reviewed By: sggutier

Differential Revision: D49326692

fbshipit-source-id: 843db9ece03c7b80c666ff805bd855211614ac62
  • Loading branch information
muirdm authored and facebook-github-bot committed Sep 25, 2023
1 parent 14396e4 commit 5539dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/eden
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fbcode/configerator/structs/scm/hg/public_autocargo = configerator/structs/scm/h
^fbcode/common/rust/shed(?!/public_autocargo).*/Cargo\.toml$
^fbcode/configerator/structs/scm/hg(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/fs(?!/public_autocargo).*/Cargo\.toml$
^fbcode/eden/scm(?!/public_autocargo|/edenscmnative).*/Cargo\.toml$
^fbcode/eden/scm(?!/public_autocargo|/saplingnative).*/Cargo\.toml$
^.*/facebook/.*$
^.*/fb/.*$

Expand Down

0 comments on commit 5539dfc

Please sign in to comment.