[Updated] [+ ] D11399: narrow: show repo corruption when commiting empty files
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Mon Sep 13 15:36:01 UTC 2021
Alphare updated this revision to Diff 30215.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11399?vs=30202&id=30215
BRANCH
stable
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11399/new/
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, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210913/a3a1f43f/attachment-0002.html>
More information about the Mercurial-patches
mailing list