aports/community/bitkeeper/makepatch-fix.patch
Celeste 376aefa365 community/bitkeeper: move from testing
also, improve optimization & symlink git converter script
2025-08-14 18:15:45 +00:00

14 lines
318 B
Diff

Patch-Source: https://users.bitkeeper.org/t/makepatch-doesnt-always-include-quite-the-right-changes/1202
--- a/src/cset.c
+++ b/src/cset.c
@@ -755,7 +755,7 @@ doDiff(sccs *sc)
printf("\n");
return;
}
- e = PARENT(sc, e);
+ e--;
if (e == d) return;
sccs_diffs(sc, REV(sc, e), REV(sc, d), &dop, stdout);
}