Page MenuHomePhabricator

arc diff should function when not used at top-of-tree
Open, NormalPublic

Description

How things are now:

top of tree is in ~/project/
cd ~/project/foo
vim file

make changes and save/quit

arc diff file

Usage Exception: There are no changes to generate a diff from!

cd ..
arc diff foo/file

diff is created

How things should be:

top of tree is in ~/project/
cd ~/project/foo
vim file

make changes and save/quit

arc diff file

  1. diff is created

Event Timeline

eadler raised the priority of this task from to Normal.
eadler updated the task description. (Show Details)
eadler added a project: Arcanist.
eadler added a subscriber: eadler.

Do you have a .arcconfig file in ~/project/.arcconfig?

(Never mind, that shouldn't matter.)