diff -r 13bba4066f90 -r 2941e3ddd1b1 tests/test-keyword.t --- a/tests/test-keyword.t Wed Sep 22 23:46:57 2010 +0200 +++ b/tests/test-keyword.t Thu Sep 23 10:33:58 2010 +0200 @@ -26,14 +26,14 @@ RCSfile = {file|basename},v Revision = {node|short} Source = {root}/{file},v - \$Author: test \$ - \$Date: ..../../.. ..:..:.. \$ - \$Header: .*/demo.txt,v ............ ..../../.. ..:..:.. test \$ - \$Id: demo.txt,v ............ ..../../.. ..:..:.. test \$ - \$RCSFile: demo.txt,v \$ - \$RCSfile: demo.txt,v \$ - \$Revision: ............ \$ - \$Source: .*/demo.txt,v \$ + $Author: test $ + $Date: ????/??/?? ??:??:?? $ (glob) + $Header: */demo.txt,v ???????????? ????/??/?? ??:??:?? test $ (glob) + $Id: demo.txt,v ???????????? ????/??/?? ??:??:?? test $ (glob) + $RCSFile: demo.txt,v $ + $RCSfile: demo.txt,v $ + $Revision: ???????????? $ (glob) + $Source: */demo.txt,v $ (glob) $ hg --quiet kwdemo "Branch = {branches}" [extensions] @@ -71,7 +71,7 @@ hg bundle --base null ../test-keyword.hg $ hg pull -u "$TESTDIR"/test-keyword.hg - pulling from .*test-keyword.hg + pulling from *test-keyword.hg (glob) requesting all changes adding changesets adding manifests @@ -150,7 +150,7 @@ do not process $Id: xxx $ ignore $Id$ - a.* + a* (glob) Test hook execution @@ -195,15 +195,15 @@ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit - Date: .* - Subject: changeset in .* + Date: * (glob) + Subject: changeset in * (glob) From: mercurial X-Hg-Notification: changeset a2392c293916 - Message-Id: + Message-Id: (glob) To: Test - changeset a2392c293916 in .* - details: .*?cmd=changeset;node=a2392c293916 + changeset a2392c293916 in * (glob) + details: *cmd=changeset;node=a2392c293916 (glob) description: addsym @@ -218,15 +218,15 @@ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit - Date:.* - Subject: changeset in.* + Date:* (glob) + Subject: changeset in* (glob) From: User Name X-Hg-Notification: changeset ef63ca68695b - Message-Id: + Message-Id: (glob) To: Test - changeset ef63ca68695b in .* - details: .*?cmd=changeset;node=ef63ca68695b + changeset ef63ca68695b in * (glob) + details: *cmd=changeset;node=ef63ca68695b (glob) description: absym @@ -335,7 +335,7 @@ $ hg diff diff -r d17e03c92c97 a --- a/a Wed Dec 31 23:59:51 1969 -0000 - \+\+\+ b/a .* + +++ b/a * (glob) @@ -2,3 +2,4 @@ foo do not process $Id: @@ -479,7 +479,7 @@ $ hg diff --rev 1 diff -r ef63ca68695b c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 - \+\+\+ b/c .* + +++ b/c * (glob) @@ -0,0 +1,3 @@ +expand $Id$ +do not process $Id: @@ -527,7 +527,7 @@ do not process $Id: xxx $ ignore $Id$ - a.* + a* (glob) Write custom keyword and prepare multiline commit message @@ -577,7 +577,7 @@ xxx $ $Xinfo: User Name : firstline $ ignore $Id$ - a.* + a* (glob) annotate @@ -648,7 +648,7 @@ > default = ../Test > EOF $ hg incoming - comparing with .*test-keyword.t/Test + comparing with *test-keyword.t/Test (glob) searching for changes changeset: 2:bb948857c743 tag: tip @@ -718,7 +718,7 @@ kwexpand nonexistent $ hg kwexpand nonexistent - nonexistent:.* + nonexistent:* (glob) hg serve @@ -907,7 +907,7 @@ xxx $ $Xinfo: User Name : firstline $ ignore $Id$ - a.* + a* (glob) Now disable keyword expansion @@ -924,4 +924,4 @@ xxx $ $Xinfo$ ignore $Id$ - a.* + a* (glob)