diff tests/test-record @ 10964:aa0426c79664

test-record: add hg summary to verify we update dirstate
author Augie Fackler <durin42@gmail.com>
date Fri, 16 Apr 2010 14:24:40 -0500
parents 8b35b08724eb
children a5922547b5cc
line wrap: on
line diff
--- a/tests/test-record	Tue Apr 20 01:08:20 2010 +0200
+++ b/tests/test-record	Fri Apr 16 14:24:40 2010 -0500
@@ -37,6 +37,10 @@
 EOF
 echo; hg tip -p
 
+echo % summary shows we updated to the new cset
+hg summary
+echo
+
 echo % rename empty file
 
 hg mv empty-rw empty-rename
@@ -315,4 +319,3 @@
 y
 EOF
 echo; hg tip -p
-