comparison tests/test-git-interop.t @ 45423:d4cf80341589

git: fix index handling of removed files during commit (issue6398) Other changes in this series also changed the behavior here in positive ways, but this was the final step that actually fixed things. Differential Revision: https://phab.mercurial-scm.org/D8999
author Augie Fackler <raf@durin42.com>
date Mon, 07 Sep 2020 17:16:16 -0400
parents 83e41b73d115
children f9a3edf2dee4
comparison
equal deleted inserted replaced
45422:601e3658216d 45423:d4cf80341589
268 diff -r c5864c9d16fb -r 3d9be8deba43 beta 268 diff -r c5864c9d16fb -r 3d9be8deba43 beta
269 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 269 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
270 +++ b/beta Mon Jan 01 00:00:11 2007 +0000 270 +++ b/beta Mon Jan 01 00:00:11 2007 +0000
271 @@ -0,0 +1,1 @@ 271 @@ -0,0 +1,1 @@
272 +beta 272 +beta
273
274
275 Deleting files should also work (this was issue6398)
276 $ hg rm beta
277 $ hg ci -m 'remove beta'