don't say "format: unnamed", give a sensible short name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
Gnome-Do trunk (lp:do) is a branch using the dirstate format. When I branch this into a fresh repository using the (now) default pack-0.92, "bzr info" in the branch directory gives the somewhat strange output:
==============
Repository tree (format: unnamed)
Location:
shared repository: /home/raof/
repository branch: .
Related branches:
parent branch: bzr+ssh://<email address hidden>
==============
Apparently, the "unnamed" format is there because there are two possible responses there (dirstate & pack-0.92), so bzr chooses neither. In such cases it would be less confusing to report this as something like:
==============
Repository tree (branch format: dirstate | repository format: pack-0.92)
...
Or some such.
summary: |
- need better short names for format combinations + don't say "format: unnamed", give a sensible short name |
summary: |
- don't say "format: unnamed", give a sensible short name + [master] don't say "format: unnamed", give a sensible short name |
Changed in bzr: | |
importance: | Undecided → Medium |
tags: | added: check-for-breezy |
summary: |
- [master] don't say "format: unnamed", give a sensible short name + don't say "format: unnamed", give a sensible short name |
tags: |
added: formatui removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
I think a concise alternative would be something like "format: dirstate/pack-0.92" in this case.
A workaround in the meantime is to use "bzr info -v" to find out what an "unnamed" format actually is.