williamh / pybugz

Python interface to Bugzilla.
http://www.liquidx.net/pybugz/
GNU General Public License v2.0
80 stars 60 forks source link

nicities/personal preferences for display of bugs #95

Open talwrii opened 8 years ago

talwrii commented 8 years ago

Specify an ordering for common fields (rather than using the ordering of a dictionary keys).

Include the id when displaying a bug. This is useful for things like bugz search blah --status UNCONFIRMED | xargs -n 1 bugz get | vim -

This might be a little contentious!