Commit b7c4fa0
chore: prefer lakefile.toml from nightly-testing in conflict resolution (#180)
Like lean-toolchain and lake-manifest.json, lakefile.toml is
automatically modified each night in nightly-testing (unlike Mathlib).
When merging from nightly-testing, we should prefer the nightly-testing
version to avoid persistent merge conflicts.
This change adds lakefile.toml to the automatic conflict resolution in
two places:
1. When merging nightly-testing into bump/nightly-YYYY-MM-DD
2. When merging bump/nightly-YYYY-MM-DD into nightly-testing
Fixes:
https://leanprover.zulipchat.com/#narrow/channel/428973-nightly-testing/topic/Cslib.20bump.20branch.20reminders/near/558924262
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 1640518 commit b7c4fa0
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments