=== marcoceppi_ is now known as marcoceppi [22:49] jelmer: I might be doing something wrong, but it seems that rebase is broken with colocated branches [22:49] mathrick@megumi ~/Dev/LispM/opengenera-cookbook $ bzr info [22:49] Lightweight checkout (format: development-colo) [22:49] mathrick@megumi ~/Dev/LispM/opengenera-cookbook $ bzr missing co:fix-ruby-clock [22:49] You have 1 extra revision: [22:50] mathrick@megumi ~/Dev/LispM/opengenera-cookbook $ bzr rebase co:fix-ruby-clock --onto=-2 [22:50] No revisions to rebase. [22:56] or maybe I'm misunderstanding something, but I want to do what I do with git rebase as well: I made a bugfix branch, but accidentally based it on another bugfix branch rather than pristine master, and want to yank out the commits and rebase them onto the revision before those other bugfixes happened