mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-05 04:11:00 +01:00
04606d2833
Summary: - When you run "arc diff" in Mercurial, we currently give you an empty template. Instead, prefill a likely template by parsing messages, as we do for Git. - Unify Git and Mercurial logic for acquiring messages, since `getLocalCommitInformation()` now provides this information. This should improve Git performance, and allows us to delete some code. - Merge messages more intelligently. Currently, we just overwrite fields. Instead, merge arrays (like ccs, reviewers, tasks) and concatenate strings (like summary and test plan). We need to special case "title", see inline. - @csilvers: this is a precursor to implementing "--reviewers", etc. Test Plan: See next post, test plan includes giant output. Reviewers: btrahan, csilvers, Makinde, jungejason, vrana Reviewed By: csilvers CC: aran Differential Revision: https://secure.phabricator.com/D2536 |
||
---|---|---|
.. | ||
api | ||
hookapi | ||
parser/mercurial |