bzr config -d lp:bzr is broken

Bug #957049 reported by Vincent Ladeuil
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
High
Vincent Ladeuil

Bug Description

Compare:

bzr config -d lp:bzr
bazaar:
  [DEFAULT]
  debug_flags = hpss, no_apport, static_tuple
  editor = emacs

with:

bzr config -d bzr+ssh://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
branch:
  parent_location = sftp://robertc@escudero/srv/www.bazaar-ng.org/rsync/bzr/bzr.pqm/
  gtk_global_commit_message = junk commit
  gtk_file_commit_messages = de
bazaar:
  [DEFAULT]
  debug_flags = hpss, no_apport, static_tuple
  editor = emacs

There should be no difference :-/

Tags: config

Related branches

Vincent Ladeuil (vila)
Changed in bzr:
status: New → Confirmed
importance: Undecided → High
tags: added: config
Revision history for this message
Nil (ngeiswei) wrote :

Trying to set option append_revisions_only to true

$ bzr config -d lp:opencog append_revisions_only=true
$ bzr config -d lp:opencog
Enter passphrase for key '/home/nilg/.ssh/id_rsa':
locations:
  [lp:opencoglp:opencog]
  append_revisions_only = True
bazaar:
  [DEFAULT]
  email = Nil Geisweiller <email address hidden>
  launchpad_username = ngeiswei

Has no effect, I can still "violate causality" when pushing on the trunk.

However this works

$ bzr config -d bzr+ssh://bazaar.launchpad.net/+branch/opencog/ append_revisions_only=true
$ bzr config -d bzr+ssh://bazaar.launchpad.net/+branch/opencog/
Enter passphrase for key '/home/nilg/.ssh/id_rsa':
branch:
  parent_location = lp-hosted:///~opencog-dev/opencog/trunky/
  append_revisions_only = True
bazaar:
  [DEFAULT]
  email = Nil Geisweiller <email address hidden>
  launchpad_username = ngeiswei

Vincent Ladeuil (vila)
Changed in bzr:
assignee: nobody → Vincent Ladeuil (vila)
status: Confirmed → In Progress
Vincent Ladeuil (vila)
Changed in bzr:
milestone: none → 2.5.2
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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