Check dirstate after commits in test kwmap-templates
authorChristian Ebert <blacktrash@gmx.net>
Thu, 08 Feb 2007 15:13:28 +0100
branchkwmap-templates
changeset 131 23a1e1bdf62b
parent 130 8b9912865921
child 132 08a1f320c4d2
Check dirstate after commits in test
tests/test-keyword
tests/test-keyword.out
--- a/tests/test-keyword	Thu Feb 08 14:40:30 2007 +0100
+++ b/tests/test-keyword	Thu Feb 08 15:13:28 2007 +0100
@@ -21,6 +21,8 @@
 echo % default keyword expansion
 echo % commit
 hg --debug commit -A -m ab -d '0 0' -u 'User Name <user@example.com>'
+echo % status
+hg status
 
 echo % cat
 cat a b
@@ -53,6 +55,9 @@
 
 echo % commit
 hg --debug commit -l log -d '1 0' -u 'User Name <user@example.com>'
+rm log
+echo % status
+hg status
 
 echo % cat
 cat a b
--- a/tests/test-keyword.out	Thu Feb 08 14:40:30 2007 +0100
+++ b/tests/test-keyword.out	Thu Feb 08 15:13:28 2007 +0100
@@ -25,6 +25,7 @@
 a
 b
 overwriting a expanding keywords
+% status
 % cat
 $Id: a,v b803250b3164 1970/01/01 00:00:00 user $
 $Id$
@@ -46,6 +47,7 @@
 % commit
 a
 overwriting a expanding keywords
+% status
 % cat
 $Id: a 375046bad9d3 Thu, 01 Jan 1970 00:00:01 +0000 user $
 $Xinfo: User Name <user@example.com>: firstline $