hgkw/keyword.py
changeset 662 25e813ce68e2
parent 660 583a0371249c
child 665 06ccaeb6cfc1
--- a/hgkw/keyword.py	Fri Nov 27 18:03:29 2009 +0000
+++ b/hgkw/keyword.py	Thu Nov 26 10:51:17 2009 +0100
@@ -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}',