Sends all applied (hg qapp) MQ patches to Phabricator. It is a bash wrapper around moz-phab tool.
bash mqtophab
Make sure to disable histedit
extension since it doesn't seem working well with mercurial queues: when you do qdel
/qimp
bundle, it adds multiple commits of the same revision. In order to disable it open ~/.hgrc
and change histedit =
to #histedit =
.