mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
No description
1ea5e7e9cf
Summary: This adds basic support for mutable history for arc diff and arc amend for mercurial. This is purely opt-in (so it shouldn't affect anyone who doesn't want this feature) by explicitly setting "immutable_history" : false in arc configuration. This also fixes another instance of weird behaviour for multiple heads - the first instance was fixed here: https://github.com/facebook/arcanist/pull/28 Test Plan: without "immutable_history" turned on)> When ##arc diff## produces an update diff, it should list only commits that are ancestors of the current revision - not ones from other heads. Reviewers: epriestley CC: csilvers, aran, Koolvin Differential Revision: https://secure.phabricator.com/D2654 |
||
---|---|---|
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/