bzr.dev is confused about --1.9 format (gives "format: unnamed")
Bug #328142 reported by
Wesley J. Landaker
This bug report is a duplicate of:
Bug #292553: Format "unnamed" when creating "default" branches in newer repository formats.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
In bzr.dev currently:
$ bzr init-repo --1.9
Shared repository with trees (format: 1.9 or development-wt5)
Location:
shared repository: .
$ bzr init branch
Created a repository tree (format: unnamed)
Using shared repository: /tmp/bzr-repo/
$ cd branch
$ bzr info
Repository tree (format: unnamed)
Location:
shared repository: /tmp/bzr-repo/
repository branch: .
Notice two weird things. First the "format: unnamed", from init and info, which are both obviously wrong. Second the "format: 1.9 or development-wt5" output from init-repo. Why doesn't it know which one it is?
To post a comment you must log in.
This is with bzr.dev r4004