tests/test-hook.t
changeset 23292 e44399c494ab
parent 22960 7c13c9404c2c
child 23426 19ebd2f88fc7
--- a/tests/test-hook.t	Wed Nov 05 09:27:08 2014 +0000
+++ b/tests/test-hook.t	Sat Nov 08 17:08:09 2014 +0000
@@ -148,6 +148,19 @@
   $ hg -q tip
   4:539e4b31b6dc
 
+(Check that no 'changelog.i.a' file were left behind)
+
+  $ ls -1 .hg/store/
+  00changelog.i
+  00manifest.i
+  data
+  fncache
+  journal.phaseroots
+  phaseroots
+  undo
+  undo.phaseroots
+
+
 precommit hook can prevent commit
 
   $ echo "precommit.forbid = python \"$TESTDIR/printenv.py\" precommit.forbid 1" >> .hg/hgrc