# HG changeset patch # User Christian Ebert # Date 1170944008 -3600 # Node ID 23a1e1bdf62b1213ceec9d0d30c106fec30ad8ec # Parent 8b99128659217f45ea52f554295656de9db11903 Check dirstate after commits in test diff -r 8b9912865921 -r 23a1e1bdf62b tests/test-keyword --- 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 ' +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 ' +rm log +echo % status +hg status echo % cat cat a b diff -r 8b9912865921 -r 23a1e1bdf62b tests/test-keyword.out --- 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 : firstline $