Activity log for bug #793783

Date Who What changed Old value New value Message
2011-06-06 22:30:49 Benoit Pierre bug added bug
2011-06-06 22:34:35 Benoit Pierre description Create a repository containing a main branch, a derived feature branch: bzr init-repository repo1 bzr init repo1/b1 echo foo >repo1/b1/f1 bzr add repo1/b1/f1 bzr commit repo1/b1/f1 -m 1 bzr branch repo1/b1 repo1/b2 echo bar>repo1/b2/f1 bzr commit repo1/b2/f1 -m 2 Create a merge directive for delivering the feature branch: bzr send -o 2.patch -f repo1/b2 repo1/b1 Create another repository with a copy of the main branch and merge in a local lightweight checkout: bzr init-repository repo2 bzr branch repo1/b1 repo2/b1 bzr co --lightweight repo2/b1 checkout1 (cd checkout1 && bzr merge ../2.patch) => works fine: all changes applied successfully. No do the same using using a lightweight checkout through bzr+ssh: bzr init-repository repo3 bzr branch repo1/b1 repo3/b1 bzr co --lightweight bzr+ssh://localhost/$PWD/repo3/b1 checkout2 (cd checkout2 && bzr merge ../2.patch) => bzr: ERROR: Branches have no common ancestor, and no merge base revision was specified. Try a second time: (cd checkout2 && bzr merge ../2.patch) => it works! Create a repository containing a main branch, a derived feature branch: bzr init-repository repo1 bzr init repo1/b1 echo foo >repo1/b1/f1 bzr add repo1/b1/f1 bzr commit repo1/b1/f1 -m 1 bzr branch repo1/b1 repo1/b2 echo bar>repo1/b2/f1 bzr commit repo1/b2/f1 -m 2 Create a merge directive for delivering the feature branch: bzr send -o 2.patch -f repo1/b2 repo1/b1 Create another repository with a copy of the main branch and merge in a local lightweight checkout: bzr init-repository repo2 bzr branch repo1/b1 repo2/b1 bzr co --lightweight repo2/b1 checkout1 (cd checkout1 && bzr merge ../2.patch) => works fine: all changes applied successfully. Now do the same using using a lightweight checkout through bzr+ssh: bzr init-repository repo3 bzr branch repo1/b1 repo3/b1 bzr co --lightweight bzr+ssh://localhost/$PWD/repo3/b1 checkout2 (cd checkout2 && bzr merge ../2.patch) => bzr: ERROR: Branches have no common ancestor, and no merge base revision was specified. Try a second time: (cd checkout2 && bzr merge ../2.patch) => it works!
2011-06-20 01:56:52 Andrew Bennetts bzr: importance Undecided High
2011-06-20 01:56:52 Andrew Bennetts bzr: status New Confirmed
2011-06-20 01:57:22 Andrew Bennetts tags checkout hpss merge
2017-11-08 22:55:02 Jelmer Vernooij tags checkout hpss merge check-for-breezy checkout hpss merge
2018-05-19 17:07:10 Jelmer Vernooij bug task added brz
2018-05-19 17:07:59 Jelmer Vernooij brz: status New Triaged
2018-05-19 17:08:02 Jelmer Vernooij brz: importance Undecided High