bzr push after bzr checkout should actually work
Bug #821412 reported by
Paul "LeoNerd" Evans
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
On my laptop, I always "bzr checkout" branches from my shared repo. But being a laptop sometimes I'm offline when I want to commit, so I ci --local and push later:
$ bzr checkout $URL
... edit some files
$ bzr ci --local
$ bzr push
at this point bzr push fails:
bzr: ERROR: No push location known or specified.
Given as bzr info knows:
$ bzr info
Checkout: (format: unnamed)
Location:
checkout root: .
checkout of branch: $URL
it can surely just default to this?
tags: | added: check-for-breezy |
To post a comment you must log in.
I believe you can "bzr push :bound"