Commit 150b7b8
committed
fix(import[dry-run]) Align provenance report ordering with live-run output
why: The dry-run summary reported provenance tagging as the last item
(after pinned), while the live-run reported it third (after updated URLs).
This inconsistency was introduced in 039db68.
what:
- Move provenance_tagged_count log to after updated_url_count in dry-run
- Both paths now follow: added → updated → provenance → pruned → unchanged
→ existing → pinned1 parent 26999e0 commit 150b7b8
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1053 | 1058 | | |
1054 | 1059 | | |
1055 | 1060 | | |
| |||
1070 | 1075 | | |
1071 | 1076 | | |
1072 | 1077 | | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
| |||
0 commit comments