Skip to content
Snippets Groups Projects
Commit 96d295dd authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: stabilize test-git-interop.t for some versions of git

Not sure why this differs on my system, but it's likely due to running 2.17.1 on
Ubuntu 18.04.

Differential Revision: https://phab.mercurial-scm.org/D10520
parent c853bc60
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
(?)
gamma
nothing added to commit but untracked files present (use "git add" to track)
......@@ -134,6 +135,7 @@
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
(?)
gamma
nothing added to commit but untracked files present (use "git add" to track)
......@@ -153,7 +155,9 @@
$ git status
On branch master
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
(use "git restore --staged <file>..." to unstage) (?)
(use "git reset HEAD <file>..." to unstage) (?)
(?)
new file: gamma
......@@ -165,6 +169,7 @@
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
(?)
gamma
nothing added to commit but untracked files present (use "git add" to track)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment