Page MenuHomePhabricator

documentation for arc diff --base is incomplete, and missing possibly wrong
Closed, InvalidPublic

Description

There are two issues:

[10046 eax@EagleMac   ~ !1!]%arc diff --base foo
Usage Exception: `arc diff` is only supported under git, hg, svn.

but arc help diff says

--base rules
    Supports: git, hg
    Additional rules for determining base revision.

is --base supported for svn or not?

  1. Additional rules for determining base revision. provides no context for what this might be and I can find nothing under https://secure.phabricator.com/book/phabricator/article/arcanist_diff/

Event Timeline

eadler raised the priority of this task from to Needs Triage.
eadler updated the task description. (Show Details)
eadler added projects: Arcanist, Documentation.
eadler added a subscriber: eadler.

(1) Some reference to "commit ranges" would have been nice. I had no idea what to search for to find that page
(2) thanks

(3) the svn / no svn issue should be fixed

the svn / no svn issue should be fixed

Sorry, I still don't understand what output you expect. What did you expect arc to do?

eadler claimed this task.

actually, I misunderstood, the output, sorry about that.

I read Usage Exception: arc diff` is only supported under git, hg, svn. is saying that --base` was supported under svn as well. This was wrong.

Sorry for the noise.