mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
11e2c1688f
Summary: Fixes T4596. I misunderstood this issue and D8512 was not correct. Specifically: - The `hg log` needs to be escaped, since otherwise "arcpatch-x" is interpreted as a revset. - The `hg update` does not need to be escaped, since updating to a revset doesn't make sense and the command never treats its argument as a revset. - The `hg bookmark` does not need to be escaped, for similar reasons. Test Plan: - Ran these commands in isolation and got sensible, consistent results. - Ran `arc patch` several times in a row and got proper bookmark names. Reviewers: btrahan, durham, rvanvelzen Reviewed By: rvanvelzen Subscribers: epriestley Maniphest Tasks: T4596 Differential Revision: https://secure.phabricator.com/D8661 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
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/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.