hi, when using: bzr merge ../some.branch bzr status bzr log the status shows me all the pending commits, and the log shows me the commit history of the branch merged from. but when i do: bzr merge -r 283..284 bzr status bzr log the changes get applied fine, but the log doesn't show me the history of commits from the other branch, and the status doesn't show me any merges pending. live well, vagrant
when i merge specific revisions, bzr still doesn't keep track of pending merges. i noticed this bug is marked upstream, but do not see any references to upstream BTS or mailing lists, etc. does bzr upstream closely monitor the debian BTS? thanks! live well, vagrant
https://bugs.launchpad.net/bzr/+bug/67174 is the corresponding bugreport Cheers, Jelmer