Commit fcbf595
committed
sync/git(fix[update_repo]): Record rev-list HEAD failure in SyncResult
why: The rev_list HEAD error handler caught CommandError and returned
result without calling add_error(), leaving ok=True on failure.
what:
- Capture exception and call result.add_error() in rev-list HEAD handler1 parent 882593c commit fcbf595
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
| 437 | + | |
437 | 438 | | |
438 | 439 | | |
439 | 440 | | |
| |||
0 commit comments