narrow: show repo corruption when commiting empty files
Differential Revision: https://phab.mercurial-scm.org/D11399
--- a/tests/test-narrow-commit.t Tue Sep 07 11:50:12 2021 -0700
+++ b/tests/test-narrow-commit.t Fri Sep 10 14:37:03 2021 -0400
@@ -104,3 +104,15 @@
$ hg status
$ hg debugdirstate --no-dates
n 644 10 set inside/f1
+
+Can't commit empty files
+
+ $ touch inside/c; hg add inside/c; hg commit -qm _; hg verify -q
+ warning: revlog 'data/inside/c.i' not in fncache!
+ 4: empty or missing inside/c
+ inside/c@4: manifest refers to unknown revision 000000000000
+ 1 warnings encountered!
+ hint: run "hg debugrebuildfncache" to recover from corrupt fncache
+ 2 integrity errors encountered!
+ (first damaged changeset appears to be 4)
+ [1]