bzr fails on relative colocated branch location created by breezy

Bug #1803845 reported by Martin Packman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Breezy
Fix Released
High
Jelmer Vernooij

Bug Description

A native colocated branch created by breezy (using `brz switch -b crc_asul` for instance) causes subsequent bzr operations on the branch to fail

$ bzr status
bzr: ERROR: Not a branch: "/home/martin/brz/,branch=crc_asul/".

$ bzr info
Dangling branch reference (format: 2a)
Location:
  checkout of branch: ,branch=crc_asul
          repository: .

This is due to the branch location now being recorded as a pseudo-relative path:

.bzr/branch/location
  ,branch=crc_asul

Whereas it used to be an absolute url:
  file:///home/martin/brz,branch=crc_asul

Tags: colocated

Related branches

Jelmer Vernooij (jelmer)
Changed in brz:
status: Triaged → Fix Committed
Jelmer Vernooij (jelmer)
Changed in brz:
status: Fix Committed → Fix Released
assignee: nobody → Jelmer Vernooij (jelmer)
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.