Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commitff84b26
committed
Refactor try-finally cleanup in git/
This is, in part, to help avoid (or be able to notice) other bugslike the rollback bug that affected SymbolicReference. However, italso includes a simplification of try-(try-except)-finally totry-except-finally.1 parent592ec84 commitff84b26
3 files changed
+14
-19
lines changedLines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
418 | 417 |
| |
419 | 418 |
| |
420 | 419 |
| |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
228 | 227 |
| |
229 | 228 |
| |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
234 | 232 |
| |
235 | 233 |
| |
236 | 234 |
| |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 |
| - | |
374 | 373 |
| |
375 | 374 |
| |
376 | 375 |
| |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
381 | 379 |
| |
382 | 380 |
| |
383 | 381 |
| |
|
0 commit comments
Comments
(0)