##// END OF EJS Templates
tests: stabilize test-git-interop.t for some versions of git...
Matt Harbison -
r47818:96d295dd stable
parent child Browse files
Show More
@@ -67,6 +67,7 Ignore the .hg directory within git:
67 67 On branch master
68 68 Untracked files:
69 69 (use "git add <file>..." to include in what will be committed)
70 (?)
70 71 gamma
71 72
72 73 nothing added to commit but untracked files present (use "git add" to track)
@@ -134,6 +135,7 Revert works:
134 135 On branch master
135 136 Untracked files:
136 137 (use "git add <file>..." to include in what will be committed)
138 (?)
137 139 gamma
138 140
139 141 nothing added to commit but untracked files present (use "git add" to track)
@@ -153,7 +155,9 Add shows sanely in both:
153 155 $ git status
154 156 On branch master
155 157 Changes to be committed:
156 (use "git restore --staged <file>..." to unstage)
158 (use "git restore --staged <file>..." to unstage) (?)
159 (use "git reset HEAD <file>..." to unstage) (?)
160 (?)
157 161 new file: gamma
158 162
159 163
@@ -165,6 +169,7 forget does what it should as well:
165 169 On branch master
166 170 Untracked files:
167 171 (use "git add <file>..." to include in what will be committed)
172 (?)
168 173 gamma
169 174
170 175 nothing added to commit but untracked files present (use "git add" to track)
General Comments 0
You need to be logged in to leave comments. Login now