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
F14749167: D12258.diff
Tue, Jan 21, 11:11 AM
Unknown Object (File)
Mon, Jan 20, 9:25 AM
Unknown Object (File)
Mon, Jan 20, 2:29 AM
Unknown Object (File)
Fri, Jan 17, 5:30 PM
Unknown Object (File)
Sun, Jan 12, 10:35 AM
Unknown Object (File)
Thu, Jan 9, 10:53 AM
Unknown Object (File)
Wed, Jan 8, 11:33 PM
Unknown Object (File)
Tue, Jan 7, 5: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.