tests/test-keyword.out
changeset 210 304f9ac35869
parent 209 430837dbe7f4
child 211 110c76a94d1c
--- a/tests/test-keyword.out	Sun Jul 22 14:56:13 2007 +0200
+++ b/tests/test-keyword.out	Mon Jul 23 10:36:00 2007 +0200
@@ -36,7 +36,9 @@
 [extensions]
 hgext.keyword = 
 [keyword]
-demo.txt =
+* = 
+b = ignore
+demo.txt = 
 [keywordmaps]
 RCSFile = {file|basename},v
 Author = {author|user}
@@ -52,6 +54,15 @@
 $Date: 2000/00/00 00:00:00 $
 $Id: demo.txt,v xxxxxxxxxxxx 2000/00/00 00:00:00 test $
 $Revision: xxxxxxxxxxxx $
+[extensions]
+hgext.keyword = 
+[keyword]
+* = 
+b = ignore
+demo.txt = 
+[keywordmaps]
+Branch = {branches}
+$Branch: demobranch $
 % kwshrink should abort in empty/invalid repo
 abort: no revision checked out!
 % cat
@@ -101,7 +112,9 @@
 [extensions]
 hgext.keyword = 
 [keyword]
-demo.txt =
+* = 
+b = ignore
+demo.txt = 
 [keywordmaps]
 Xinfo = {author}: {desc}
 $Xinfo: test: hg keyword config and expansion example $