Page MenuHomePhabricator

`arc diff --verbatim` failing to prefill revision information on update
Closed, ResolvedPublic

Description

From IRC:

<csilvers>: epriestly: another 'arc diff --verbatim' bug: if I do 'arc diff --verbatim' on an existing review, and there's been no new git commits since the last 'arc diff --verbatim' (because I used arc amend), then the editor that pops up says: "Updating D: ...." instead of "Updating D1234: ..." or whatnot

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Differential.
epriestley added subscribers: epriestley, csilvers.

Upon further experimentation: it happens even if I don't do 'git amend', but do a regular commit. Basically, if I do 'arc diff --verbatim' on an existing review, it always says 'D' rather than 'D1234'.