Commit 854e756
Extract commit_id_args to separate crate
Summary:
See the comments in [this post](https://fb.workplace.com/groups/565563378012983/posts/1362173881685258) for context.
scsc can't depend on mononke/server libraries, so I split this one into two crates, so that we can continue to avoid code duplication, but scsc doesn't need to depend on `//eden/mononoke/server/context:context`.
Reviewed By: andreacampi
Differential Revision: D75222527
fbshipit-source-id: 6e38eb60d0695a01102df8568f4de0ed481317b21 parent f11607a commit 854e756
File tree
33 files changed
+616
-572
lines changed- eden/mononoke
- cmdlib
- commit_id_types
- src
- commit_id
- src
- scs/client
- src
- args
- commands
33 files changed
+616
-572
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 14 | | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
| 17 | + | |
21 | 18 | | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
0 commit comments