Arcanist is an interface to Phabricator, and provides command-line access to many of its tools
Questions tagged [arcanist]
121 questions
0
votes
2 answers
Exception from cURL when attempting to arc diff (Error code 56)
Im attempting to arc diff a local commit to a remote repository on bitbucket using Arcanist for Phabricator. This is the first time I have seen this error and I can not seem to find similar information on the internet. I have attempted arc diff-ing…

Blake Lockley
- 2,931
- 1
- 17
- 30
0
votes
1 answer
List all the preview diffs in phabricator
Is there a way to list out all the preview diffs in Phabricator?
That is, I created a diff using arc diff --preview, but have lost track of the diff URL and have lost the original local git commits that went with it. I'd like to regenerate them…

Kirby
- 15,127
- 10
- 89
- 104
0
votes
2 answers
Invalid parameter information was passed to method 'differential.parsecommitmessage'
It show me an error:
ERR-CONDUIT-CORE: Invalid parameter information was passed to method `differential.parsecommitmessage`.
(Run with `--trace` for a full exception trace.)
When I type arc diff in CMD. I use arcanist and php to review my code,…

刘晓飞
- 750
- 5
- 9
0
votes
1 answer
how to get arc diff on the command line to assume yes on very large number of changes
My Jenkins server is running arc diff, and once in a while I have large diffs, I don't want my job to fail if that is the case:
Right with the latest master of arc, I get:
This diff has a very large number of changes (762). Differential works
best…

alberto56
- 2,997
- 3
- 28
- 47
0
votes
1 answer
Arcanist Segmentation fault: 11
While executing
arc diff --trace
I am getting
Segmentation fault: 11
and
PHP Warning: Module 'pcntl' already loaded in Unknown on line 0
Version of PHP 5.5.30
Zend Engine v2.5.0

Apoorv Nag
- 1,151
- 9
- 11
0
votes
1 answer
How to add a self-defined unit-engine to arcanist
I'm using arc as the tool for code reviewing. The bin/arc is not in the git repo, but I wanna add a test engine in the git repo.
Thus I create directories test-engine, in the…

Cuero
- 1,169
- 4
- 21
- 42
0
votes
1 answer
Retrieve commits from phabricator
I am using arcanist for phabricator. For some of my commits I had done an arc diff but had not yet pushed to the remote repository. Because of some weird reason I lost my local .git folder. Is it possible to get my commits from phabricator?

lovesh
- 5,235
- 9
- 62
- 93
0
votes
1 answer
Arc Land Error in Git
I already used phabricator in past (nearly to 7 months ago). Now I'm trying to create a totally new instance to use.
I just the follow:
Created a Git Branch
Mapped to Phabricator
Created some simple Task
Cloned the repository to my machine
Created,…

Ricardo Silva
- 1,184
- 1
- 11
- 19
0
votes
1 answer
Arcanist - Error while doing arc diff
Good day!
While Im doing sudo arc diff origin/develop and my git repositories are also updated (both local and on the github), it always have this error and still not reflected on our Phabricator account.
Totally noob in using arc and phabricator. …

eleison.cruz
- 29
- 5
0
votes
1 answer
Prevent arcanist from commiting to remote
This may be just a confusion of mine.
When I submit an phabricator revision, I see that (in some cases) arcanist commits my revision message to the remote repo?
Why is this happening?
Can i prevent this?
I don't want to merge and push unnecessary…

Pan Chrono
- 420
- 3
- 16
0
votes
2 answers
How to add in bash for auto completion of arcanist commands
I am new to linux.
I am trying to set up arcanist.
I am done with git clone and adding the path in environment variable, however I am confused on how to set up the tab completion for arcanist commands.
In the arcanist user guide it says that you…

Mozak
- 2,738
- 4
- 30
- 49
0
votes
1 answer
How can i prepare a phabricator revision for a new repository?
So i usually have a feature branch and then arc diff master to create a differential revision off master branch.
How will i make a revision on a repository that has only the master branch?
Should i have started with an empty branch or commit to…

Pan Chrono
- 420
- 3
- 16
0
votes
2 answers
Arcanist/Phabricator crashes on diff update
I have a problem with Arcanist with the following command
arc diff --nounit --nolint --update D1434 --encoding ISO-8859-1 c5b9c50e55aefa013d5a38354a78e91b64f3b195
This command worked fine a few minutes ago before I installed the software…

user3356383
- 13
- 1
- 4
0
votes
1 answer
"arc land" Applying with wrong user
Strangely, I can 'arc list' and it's okay, all my work shows up and it seems to be me.
When I 'arc land', it shows up in the commit as being applied by 'admin'
I might have generated the wrong certificate when setting it up, but re-doing it didn't…

mgjk
- 161
- 8
-1
votes
1 answer
Signing arc diff commits without using git config commit.gpgsign
Is there a way to get arc diff to submit a signed diff commit like git commit -S does? I know that git config commit.gpgsign true will get arc diff to start signing commits, but I'm looking for some way that won't start trying to sign everything…

Chai T. Rex
- 2,972
- 1
- 15
- 33