bzr info should not say "shared repository" unless it is actually a shared rather than colocated repository

Bug #198425 reported by Martin Pool
2
Affects Status Importance Assigned to Milestone
Bazaar
Invalid
Low
Unassigned

Bug Description

In a standalone branch (branch and repository in the same .bzr directory), bzr info still says

  shared repository: .

this is a bit misleading.

Martin Pool (mbp)
Changed in bzr:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
John A Meinel (jameinel) wrote :

I don't think it does this. Specifically:

bzr init yyyy
cd yyyy
bzr info

Standalone tree (format: pack-0.92)
Location:
  branch root: .

For comparison:
bzr init-repo repo
cd repo
bzr init
bzr info

Repository tree (format: pack-0.92)
Location:
  shared repository: .
  repository branch: .

So this only happens when you actually have a shared repository and a branch at its root.

Changed in bzr:
status: Confirmed → Invalid
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.