D11399: narrow: show repo corruption when commiting empty files
valentin.gatienbaron (Valentin Gatien-Baron)
phabricator at mercurial-scm.org
Fri Sep 10 19:13:54 UTC 2021
valentin.gatienbaron created this revision.
Herald added a reviewer: durin42.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11399
AFFECTED FILES
tests/test-narrow-commit.t
CHANGE DETAILS
diff --git a/tests/test-narrow-commit.t b/tests/test-narrow-commit.t
--- a/tests/test-narrow-commit.t
+++ b/tests/test-narrow-commit.t
@@ -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 at 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]
To: valentin.gatienbaron, durin42, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list