Skip to content

Commit 7fdb5e9

Browse files
committed
bugzilla: Have query --full show component field (bz 995694)
1 parent 905f438 commit 7fdb5e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/bugzilla

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ def _convert_to_outputformat(output):
671671

672672
elif output == 'full':
673673
fmt += "%{__unicode__}\n"
674+
fmt += "Component: %{component}\n"
674675
fmt += "CC: %{cc}\n"
675676
fmt += "Blocked: %{blocks}\n"
676677
fmt += "Depends: %{depends_on}\n"

0 commit comments

Comments
 (0)