mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-03-18 15:20:09 +01:00
No description
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 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/