Unable to push a topic after rebase
I have pushed the following : * (3) [draft] [topic2] commit (parent 2) * (2) [draft] [topic1] commit (parent 1) * (1) [public] commit Then because of #39 is a not yet available, I rebase my topic2 onto my public changeset so that the review can happen on topic2 without showing the changes of topic1 : * (4) [draft] [topic2] commit (parent 1) * (2) [draft] [topic1] commit (parent 1) * (1) [public] commit And when I try to push that into heptapod I get : ``` searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 1 changes to 2 files (+1 heads) remote: 2 new obsolescence markers remote: transaction abort! remote: rollback completed remote: rejecting multiple heads on branch "default:topic2" remote: (2 heads: 15efbb20c9bd 9f0e80638fe9) abort: push failed on remote ``` Any chance of getting this to work ? Also if there is a workaround while waiting for a proper fix, I'm all ears ;-)
issue