push/pull has option --remember, but --no-remember does not work

Bug #284963 reported by Alexander Belchenko
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Wishlist
Unassigned

Bug Description

If there is no default push location for branch then first push with explicit URL set push location. There is option --remember to override this setting. Unfortunately I have no way to say bzr that I don't want to store push location on first push. I've tried --no-remember, but it has no effect:

C:\Temp>bzr init a
Standalone tree (format: pack-0.92)
Location:
  branch root: a

C:\Temp>bzr ci -m1 --unchanged a
Committing to: C:/Temp/a/
Committed revision 1.

C:\Temp>bzr get a b
Branched 1 revision(s).

C:\Temp>bzr ci -m2 --unchanged b
Committing to: C:/Temp/b/
Committed revision 2.

C:\Temp>bzr push -d b a --no-remember
All changes applied successfully.
Pushed up to revision 2.

C:\Temp>bzr info b
Standalone tree (format: pack-0.92)
Location:
  branch root: b

Related branches:
    push branch: a
  parent branch: a

Revision history for this message
Vincent Ladeuil (vila) wrote :

The only workaround so far is to edit the conf file.
We need a better way 'bzr config unset var' ?

Changed in bzr:
status: New → Confirmed
importance: Undecided → Wishlist
Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 284963] Re: push/pull has option --remember, but --no-remember does not work

Vincent Ladeuil пишет:
> The only workaround so far is to edit the conf file.

I'm sorry, but this is NOT workaround if you're using qbzr and you're newbie who don't know the
exact option name.

Revision history for this message
Vincent Ladeuil (vila) wrote :

A workaround is not a fix.

Revision history for this message
Vincent Ladeuil (vila) wrote :

And if you're a newbie and are using qbzr, you may as well complain to qbzr devs for not providing a GUI to do that.

Then, but only then, the qbzr devs can complain to bzr for not supporting *removing* an option from a config file.

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.