Missed a fill_values call
Move some things from using configuration dump to using REST API natively
Various prompting fixes, mixed in with other stuff (sorry).
Log malformed JSON responses
Create a custom Abort class to ease encoding for error.Abort
(untested) add phexport --first to use the message for the first patch and no others
Various fixes related to per-phabrev update messages
Allow using phabricator in non-bugzilla setups on a per-repo basis
Use separate backup files for hand-edited messages for commits vs phabrevs so they do not clobber each other
If the user edits the product::component, it should get another shot at a menu listing. Note that this is not really quite right; fill_values(finalize=True) will be called twice.
Reduce component menu to minimal options
Add in severity
Use first line for patch description
Fix "bug None" output
Wrest control of -t (for --to) from --title
Switch LazyDict to collections.abc.Mapping
Improved default message when submitting to phabricator
Unbreak where I iterated improperly
More unicode fixes
Random unicode fix