##// END OF EJS Templates
narrow: show repo corruption when commiting empty files...
Valentin Gatien-Baron -
r48769:cc33deae stable
parent child Browse files
Show More
@@ -104,3 +104,15 b" debugdirstate. If we don't do this, the "
104 $ hg status
104 $ hg status
105 $ hg debugdirstate --no-dates
105 $ hg debugdirstate --no-dates
106 n 644 10 set inside/f1
106 n 644 10 set inside/f1
107
108 Can't commit empty files
109
110 $ touch inside/c; hg add inside/c; hg commit -qm _; hg verify -q
111 warning: revlog 'data/inside/c.i' not in fncache!
112 4: empty or missing inside/c
113 inside/c@4: manifest refers to unknown revision 000000000000
114 1 warnings encountered!
115 hint: run "hg debugrebuildfncache" to recover from corrupt fncache
116 2 integrity errors encountered!
117 (first damaged changeset appears to be 4)
118 [1]
General Comments 0
You need to be logged in to leave comments. Login now