That's easier yet.
bk diffs -Cv2.5.8
> One quality of all traditional Linus pre-patches and patches is that
> if you have N csets modifying a single file, you see N gnu-style diff
> modifications, instead of the single one you would get when generating
> the patch via GNU diff.
Did you get that backwards? Do you want to see N diffs on a single
file or do you want one? We can do either, diffs -C does one.
Also, we're planning on making a "push stack", which remembers the set of
csets pushed each time, so you can do
bk undo # remove the last push effects
bk undo # remove the last push effects
..
bk undo # remove the clone effects and destroy the repository
You could use that to generate these patches you want.
----- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/