Code review comment for lp:~eric97/bzr/fix-merge-docs

Revision history for this message
Matthew Fuller (fullermd) wrote :

> + If you specify two values, "--revision BASE..OTHER", only revisions BASE
> + through OTHER, excluding BASE but including OTHER, will be merged. If this
> + causes some revisions to be skipped, i.e. if the destination branch does
> + not already contain revision BASE-1, such a merge is commonly referred to
> + as "cherrypicking".

This is incorrect; it's a cheerypick unless the destination already
includes *BASE*, not *BASE-1*.

« Back to merge proposal