bzr-git produces confusing error message for empty repositories
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
I tried
bzr branch git://git.
The result was this strange error message:
bzr: ERROR: The ref None was not found.
Trying the same with git gives this:
git clone git://git.
Initialized empty Git repository in ~eliz/git/
warning: You appear to have cloned an empty repository.
It would be nice if bzr could produce a similar error understandable by mere mortals...
Here's the bzr backtrace from .bzr.log:
1.750 Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "D:/usr/
File "D:/usr/
NoSuchRef: The ref None was not found.
Related branches
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in bzr-git: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 0.6.3 |
Changed in bzr-git: | |
status: | Fix Committed → Fix Released |