Commit e75a1f6
Use Python edenfsctl for eden clone
Summary:
Switch eden_clone to use the Python edenfsctl (via EdenCmdType::Python /
legacy_command config key) for the clone subprocess.
This skips the overhead of launching rust cli and falling back to python cli.
Reviewed By: janezhang10, genevievehelsel
Differential Revision: D99192225
fbshipit-source-id: c71e1ab6d83d10de80f08445ebd2917e5c9a0dcd1 parent 057f41e commit e75a1f6
3 files changed
Lines changed: 8 additions & 1 deletion
File tree
- eden
- integration/hg/lib
- scm
- lib/clone/src
- sapling/testing/ext
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments