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
Unknown Object (File)
Wed, Mar 27, 12:28 AM
Unknown Object (File)
Fri, Mar 22, 3:59 PM
Unknown Object (File)
Mon, Mar 18, 8:00 AM
Unknown Object (File)
Dec 27 2023, 6:08 AM
Unknown Object (File)
Dec 21 2023, 1:07 PM
Unknown Object (File)
Dec 17 2023, 7:11 AM
Unknown Object (File)
Dec 9 2023, 9:51 PM
Unknown Object (File)
Dec 8 2023, 12:37 PM
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
Branch
untrack2
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5105
Build 5123: [Placeholder Plan] Wait for 30 Seconds

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.