Commit 054ae85
committed
fix(import-markdown): run dedup check before dry-run guard
Before: --dry-run skipped dedup check entirely, so --dry-run --dedup
would overcount imports (items counted as imported even if dedup
would skip them).
After: dedup check runs regardless of dry-run mode. In dry-run,
items that would be skipped by dedup are counted as skipped,
not imported. Restores the dry-run console log message.1 parent 1497712 commit 054ae85
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | 1188 | | |
| 1189 | + | |
1195 | 1190 | | |
1196 | 1191 | | |
1197 | 1192 | | |
1198 | 1193 | | |
1199 | 1194 | | |
1200 | | - | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1201 | 1198 | | |
1202 | 1199 | | |
1203 | 1200 | | |
1204 | 1201 | | |
1205 | 1202 | | |
1206 | 1203 | | |
1207 | 1204 | | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
1208 | 1211 | | |
1209 | 1212 | | |
1210 | 1213 | | |
| |||
0 commit comments