Phillip Wood <phillip.wood@xxxxxxxxxxxx> writes: > Thanks for the tips, tbdiff looks useful (I just need to learn to read > diffs of diffs!). I also find rebasing them on a common ancestor useful > but its a bit tedious. Yes, comparing two versions of a series is somewhat unusual and needs getting used to before one can do so efficiently. You do not have to always rebase (tbdiff is fairly good at what it does even when two ranges are far apart), but it helps not to begin developing on a codebase that is newer than needed (e.g. a bugfix on 'next' is unneeded unless you are fixing a bug introduced by a topic that is still on 'next'---in which case the best fix is one that is on that topic, without depending on the rest of 'next'). In any case, thank _you_ for contributing.