I'd like to add a command like this: bzr compare [BRANCH1 [BRANCH2]] which shows what revisions are present in one but not in the other. The output will be similar to running bzr log twice, showing respectively things in branch1 but not branch2, and vice versa. This could be used before merging or updating from another branch. Any comments/problems? -- Martin