Merging a branch into empty branch shows negative revision numbers in bzr log
Bug #522740 reported by
Nicholas Allen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
bzr init test
cd test
echo hello >> hello.txt
bzr add
bzr ci -m "Add hello"
echo hello >> hello.txt
bzr ci -m "Another commit"
cd ../
bzr init test2
cd test2
bzr merge ../test
bzr ci -m "Merge"
bzr log
tags: | added: log |
Changed in bzr: | |
importance: | Low → Medium |
tags: | added: check-for-breezy |
To post a comment you must log in.
Arguably this is a dupe of the "merge doesn't work correctly in a branch with 0 revisions" bugs, but it is certainly a different symptom, so it may end up being fixed differently.