[Reviewers] Stupid phabricator alias hacks
Augie Fackler
raf at durin42.com
Thu Oct 26 03:00:18 UTC 2017
I've got a couple of aliases that make our contrib/phabricator.py more useful:
[alias]
phabapply = !$HG --config extensions.phabricator=contrib/phabricator.py phabread "$@" | hg import --obsolete -
phabland = !$HG phabapply "$@" && $HG --config extensions.phabricator=contrib/phabricator.py phabupdate --accept "$@"
You need to have the right [phabricator] config set up, but once you've got that it's pretty easy to start queueing things and marking them as accepted on phabricator.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/reviewers/attachments/20171025/d95b7f50/attachment.html>
More information about the Reviewers
mailing list