blob: 08595d1899e9fc66664a4278abd19f68a24a25a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Implemented.
You can now list targets by dependency (not by date, but better for
most cases) with
be depend -t-1 --severity target ID
where ID is the uuid of any target bug, or with
be depend -t-1 --severity target $(be target --resolve TARGET)
where TARGET is the summary of any target bug.
|