diff tests/test-keyword.t @ 13298:f715e6bd8091

keyword: inform user about current keywordset in kwdemo The kwdemo --default output now looks roughly like this: configuration using default cvs keywordset [extensions] keyword = [keyword] demo.txt = [keywordset] * section added with this change svn = False [keywordmaps] ...
author Christian Ebert <blacktrash@gmx.net>
date Sun, 23 Jan 2011 03:15:39 +0100
parents 6aff4f144ad3
children 1e497df514e2
line wrap: on
line diff
--- a/tests/test-keyword.t	Wed Jan 26 12:05:01 2011 +0100
+++ b/tests/test-keyword.t	Sun Jan 23 03:15:39 2011 +0100
@@ -17,6 +17,8 @@
   keyword =
   [keyword]
   demo.txt = 
+  [keywordset]
+  svn = False
   [keywordmaps]
   Author = {author|user}
   Date = {date|utcdate}
@@ -40,6 +42,8 @@
   keyword =
   [keyword]
   demo.txt = 
+  [keywordset]
+  svn = False
   [keywordmaps]
   Branch = {branches}
   $Branch: demobranch $
@@ -633,6 +637,8 @@
   b = ignore
   demo.txt = 
   i = ignore
+  [keywordset]
+  svn = False
   [keywordmaps]
   Xinfo = {author}: {desc}
   $Xinfo: test: hg keyword configuration and expansion example $