hgkw/keyword.py
branchstable
changeset 663 059f0563d1f8
parent 662 25e813ce68e2
child 665 06ccaeb6cfc1
--- a/hgkw/keyword.py	Thu Nov 26 20:50:16 2009 +0100
+++ b/hgkw/keyword.py	Fri Nov 27 18:04:02 2009 +0000
@@ -111,7 +111,8 @@
         'Revision': '{node|short}',
         'Author': '{author|user}',
         'Date': '{date|utcdate}',
-        'RCSFile': '{file|basename},v',
+        'RCSfile': '{file|basename},v',
+        'RCSFile': '{file|basename},v', # kept only for backwards compatibility
         'Source': '{root}/{file},v',
         'Id': '{file|basename},v {node|short} {date|utcdate} {author|user}',
         'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}',