Page MenuHomePhabricator

Prompt users to ignore or abort on untracked files
ClosedPublic

Authored by epriestley on Apr 2 2015, 3:15 AM.
Tags
None
Referenced Files
F18827770: D12258.id29444.diff
Fri, Oct 24, 12:01 PM
F18778501: D12258.diff
Sat, Oct 11, 9:43 AM
F18752120: D12258.id.diff
Oct 4 2025, 2:11 PM
F18670168: D12258.id29453.diff
Sep 24 2025, 11:17 PM
F18656251: D12258.id29441.diff
Sep 22 2025, 9:54 PM
F18652666: D12258.id29452.diff
Sep 21 2025, 8:56 AM
F18627256: D12258.diff
Sep 16 2025, 3:35 AM
F18505308: D12258.id.diff
Sep 5 2025, 12:33 AM
Subscribers

Details

Summary

Fixes T7521. This separates things into two prompts and doesn't try to automatically add untracked files.

This also fixes T7512, or at least I can't reproduce it after this change.

Test Plan
  • Ran arc diff in a git directory with untracked files.
  • Ran arc diff in a svn directory with untracked files.
  • Ran arc diff in a hg directory with untracked files.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Prompt users to ignore or abort on untracked files.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • SVN has no unstaged/uncommitted files so we never actually reach the prompt anymore there; remove some code.
  • Make "--add-all" documentation more accurate.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 2 2015, 7:57 PM
This revision was automatically updated to reflect the committed changes.