Diff
arc diff
You have untracked files in this working copy.
Working copy: /path/to/working/copy/
Untracked files in working copy:
x1
x2
x3
Since you don't have '.gitignore' rules for these files and have not listed
them in '.git/info/exclude', you may have forgotten to 'git add' them to your
commit.
Do you want to amend these files to the commit? [y/N]
Land
$ arc land
Landing current branch 'XYZ'.
You have untracked files in this working copy.
Working copy: /path/to/working/copy/
Untracked files in working copy:
x1
x2
x3
Since you don't have '.gitignore' rules for these files and have not listed
them in '.git/info/exclude', you may have forgotten to 'git add' them to your
commit.
Do you want to continue without adding these files? [Y/n]
One defaults to NO, the other to YES. This is confusing and "my heart skips a beat" every time after I hit Enter.
Suggestion: re-word the questions so they both default to NO.