Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working fine until yesterday and today it throws an error whenever i am trying to create a new revision or update an existing one.

This is the command i am using to update revision D3

arc diff --update D3

and after i put in the comments, it throws the following exception

Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Usage Exception: No changes found. (Did you specify the wrong commit range?)

you guys have any idea what might be wrong ?

share|improve this question
did you ever figure out what was causing this? I have the same issue on a windows box, but have no idea. – veilig Feb 26 at 16:18
I do not exactly remember the cause but it was to do something with the libphutil's version mismatch so i installed the correct version and that solved the issue. – Amyth Feb 27 at 7:01
cool, thats a good spot to start looking....how/where did you find the libphutil version? Mine was pulled down from git when I got arc recently? – veilig Feb 28 at 15:35
@Amyth: could you please help me to install Arcanist... I am not able to understand from documentation how to install. Thanks – S Sharma Mar 7 at 6:58

closed as off topic by shellter, Jay Riggs, Robert Longson, BNL, mattytommo Oct 18 '12 at 16:14

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.