'bzr init-repo' requires LOCATION; should default to '.'
Bug #247150 reported by
Selene ToyKeeper
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The 'bzr init-repo' command requires a location parameter, but part of its code appears to support a default value of '.'. Its run() function includes:
if location is None:
However, this is what happens when a user doesn't supply a location:
% mkdir foo ; cd foo
% bzr.dev init-repo
bzr: ERROR: command 'init-repository' requires argument LOCATION
This is in lp:bzr r3535.
tags: | added: check-for-breezy |
To post a comment you must log in.
Submitted a merge bundle to the mailing list.