最近ファブリケーターを使い始めました。Arcanist CLI を使用して差分を phabricator に送信しています。昨日までは正常に動作していましたが、今日、新しいリビジョンを作成したり、既存のリビジョンを更新しようとするとエラーが発生します。
これは、リビジョンを更新するために使用しているコマンドですD3
arc diff --update D3
コメントを入力した後、次の例外がスローされます
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?)
何が間違っているのか分かりますか?