Commit ec173fc
worktree: remove --keep option from remove subcmd
Summary:
I previously added this as I found it useful, but it's annoying to code around (see D99632807) and it looks like I am the only user besides AI agents using it incorrectly https://fburl.com/scuba/dev_command_timers/n0ltcql9
We can add something back if folks ask for it, perhaps even just as its own subcommand so its not used incorrectly by agents
Reviewed By: muirdm
Differential Revision: D100056485
fbshipit-source-id: f438ce47eeb52519db915221428d519da44309f71 parent 429e5cf commit ec173fc
File tree
3 files changed
+19
-58
lines changed- eden/scm
- lib/commands/commands/cmdworktree/src
- tests
3 files changed
+19
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
102 | 99 | | |
103 | 100 | | |
104 | 101 | | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
Lines changed: 14 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
86 | 79 | | |
87 | 80 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 81 | + | |
91 | 82 | | |
92 | 83 | | |
93 | 84 | | |
| |||
108 | 99 | | |
109 | 100 | | |
110 | 101 | | |
111 | | - | |
112 | | - | |
| 102 | + | |
113 | 103 | | |
114 | 104 | | |
115 | 105 | | |
| |||
149 | 139 | | |
150 | 140 | | |
151 | 141 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
163 | 146 | | |
164 | 147 | | |
165 | 148 | | |
166 | 149 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 150 | + | |
170 | 151 | | |
171 | 152 | | |
172 | 153 | | |
| |||
177 | 158 | | |
178 | 159 | | |
179 | 160 | | |
180 | | - | |
181 | 161 | | |
182 | | - | |
| 162 | + | |
183 | 163 | | |
184 | 164 | | |
185 | 165 | | |
| |||
198 | 178 | | |
199 | 179 | | |
200 | 180 | | |
201 | | - | |
202 | 181 | | |
203 | 182 | | |
204 | | - | |
| 183 | + | |
205 | 184 | | |
206 | 185 | | |
207 | | - | |
| 186 | + | |
208 | 187 | | |
209 | 188 | | |
210 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 54 | | |
70 | 55 | | |
71 | 56 | | |
| |||
87 | 72 | | |
88 | 73 | | |
89 | 74 | | |
90 | | - | |
| 75 | + | |
91 | 76 | | |
92 | | - | |
| 77 | + | |
93 | 78 | | |
94 | 79 | | |
95 | | - | |
| 80 | + | |
96 | 81 | | |
97 | | - | |
| 82 | + | |
98 | 83 | | |
99 | 84 | | |
100 | 85 | | |
| |||
0 commit comments