bzr update of revisionless master falsely claims succes
Bug #259146 reported by
Wouter van Heyst
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
On irc a user (Tak) reported a problem where bzr told him to run update when he tried to commit, he did so, bzr told him all was fine, he committed again and got the exact same message. Message in question:
bzr: ERROR: Bound branch BzrBranch6(
of date with master branch BzrBranch6(
To commit to master branch, run update and then commit.
You can also pass --local to commit to continue working disconnected.
Steps to reproduce:
bzr init master
bzr co master slave
cd slave
touch foo
bzr add foo
bzr ci --local -m 1
bzr ci # get message
bzr up # updated to revision 1
bzr ci # get message again
tags: | added: check-for-breezy |
To post a comment you must log in.
Well, on the upside, if it DID succeed, it might run into bug 82555 8-}