bzr branch -r in repository only works from an existing branch

Bug #235131 reported by mhosken
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Wishlist
Unassigned

Bug Description

bzr branch seems not to work from within a repository, only from within a branch in a repository.

bzr init-repo test
cd test
bzr init fred
cd fred
touch test.txt
bzr add test.txt
bzr ci -m "initial"
cd ..
rm -fr fred
bzr heads --all
bzr branch -r revid:.... . fred
"ERROR: Not a branch... .../test/fred"
bzr init dummy
cd dummy
bzr branch -r revid:.... ../fred
cd ../fred
now it's happy.

John A Meinel (jameinel)
Changed in bzr:
importance: Undecided → Wishlist
status: New → Triaged
Martin Pool (mbp)
Changed in bzr:
status: Triaged → Confirmed
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.