Comment 2 for bug 893509

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Hi Guilhem,

This is intentional behaviour. I don't think it's inconsistent with the help, because what you're basically saying when you specify -rX is "please show me the branch that has tip X".

You should be able to use "bzr missing" to find out if a branch hasn't been merged yet:

bzr missing --mine -d lp:mysql/feature-branch lp:mysql/trunk

That command will output any revisions that are in the feature-branch that haven't been merged into trunk yet.