2 patches for repository http://darcs.net/screened:
patch e59a41e0fdff6ece5ef614a74d0983e2289fcd78
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Jun 19 13:48:10 CEST 2023
* rebase: show dropped dependencies in both verbose and summary mode
This patch also makes the summary output for explicit dependencies (both
dropped and regular) less verbose by compressing it into a single line.
patch 99e0c36ceb1107d998ece5e5a61f1bbfa6463d66
Author: Ben Franksen <ben.franksen@online.de>
Date: Mon Jun 19 20:20:17 CEST 2023
* use red color to make message about dropped dependencies stand out more
This is semantically similar to messages about conflicts which also use red
text. Actually this *is* a conflict, it's just that outside of rebase darcs
is strict about dependencies, so this sort of conflict cannot happen.