record cherry-pick merges
Bug #67174 reported by
Ted Jordan
This bug affects 21 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Bazaar Git Plugin |
Triaged
|
Wishlist
|
Unassigned | ||
Bazaar Subversion Plugin |
Triaged
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned | ||
bzr (Debian) |
Confirmed
|
Unknown
|
Bug Description
- Create several revisions in a child branch.
- Merge one of the later revisions from the child branch into a parent branch. Making sure to skip at least one revision from the child branch. So for example if the child branch has revisions 1 and 2, you would merge in revision 2 thus skipping revision 1.
- Commit the merge in the parent branch.
- Run 'bzr missing' in the parent branch on the child branch.
- This will say the parent branch is missing the revision that was just merged in and commited.
Running 'bzr log' on the parent branch will also not show the merged revision from the child branch.
summary: |
- Selective merging is not reflected through bzr missing + [master] record cherry-pick merges |
Changed in bzr: | |
importance: | Wishlist → Medium |
Changed in bzr-svn: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
summary: |
- [master] record cherry-pick merges + record cherry-pick merges |
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
tags: | added: cherrypick merge |
Changed in bzr (Debian): | |
status: | Unknown → Confirmed |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
no longer affects: | brz-git |
To post a comment you must log in.
Basically, this is asking for cherry-pick support. Being able to merge a single revision and have it marked as merged, even though its parents are not merged.
At present, only Arch and darcs support this. monotone, hg, git, (svk?) do not. In most of these systems it isn't clear how to do this.
There is already a spec for this: bazaar- vcs.org/ Specs/RecordChe rryPick /features. launchpad. net/products/ bzr/+spec/ record- cherrypick- data
http://
and
https:/