"bzr annotate" fails with remote URL (wrong urlspec?)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Incomplete
|
Undecided
|
Unassigned | ||
qbzr (Ubuntu) |
Expired
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: bzr
"bzr qannotate" does error out with a remote URL (like "bzr qannotate lp:b2evolution/trunk/blogs/index.php"), "annotate" downloads it, then does nothing.
Here, the urlspec is just wrong probably, but then the error handling should get improved, especially given the number of internal errors:
$ bzr qannotate lp:b2evolution/trunk/blogs/index.php
/usr/lib/
import pkg_resources
QInotifyFileSys
QFileSystemWatcher: failed to add paths: /home/daniel/
Bus::open: Can not get ibus-daemon's address.
IBusInputContex
bzr: ERROR: bzr qannotate only works for files (got 'directory')
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bzr 2.1.1-1
ProcVersionSign
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu Apr 15 22:19:55 2010
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: bzr
affects: | bzr (Ubuntu) → qbzr (Ubuntu) |
Changed in qbzr (Ubuntu): | |
status: | New → Confirmed |
Changed in qbzr (Ubuntu): | |
status: | Confirmed → Incomplete |
This is a duplicate issue with some bzr ones, basically the lp directory
service doesn't have an 'open_containing' mode, and there are a couple of
routes to fixing it. Sorry but I don't recall the bug numbers.