mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 02:02:40 +01:00
6c613292f7
Summary: pretty easy stuff as mercurial accepts git style patches...! also fixed two issues where we were 1) storing the short hash and 2) storing it with a trailing "\n". This diff makes us store the full hash AND no trailing return character Test Plan: in my mercurial repo <note repo at revision $foo> <did something dumb> hg commit -m "something dumb" arc diff <go to web and fill out stuff for DX> hg checkout $foo arc patch DX <verify patch DX successfully applied!> use conduit console to verify a few diffs were returning the correct full revision hash with a trailing \n Reviewers: epriestley Reviewed By: epriestley CC: aran Maniphest Tasks: T630 Differential Revision: https://secure.phabricator.com/D1431 |
||
---|---|---|
.. | ||
api | ||
hookapi | ||
parser/mercurial |