Show More
@@ -112,7 +112,8 b' class kwtemplater(object):' | |||
|
112 | 112 | 'Author': '{author|user}', |
|
113 | 113 | 'Date': '{date|utcdate}', |
|
114 | 114 | 'RCSfile': '{file|basename},v', |
|
115 |
'RCSFile': '{file|basename},v', # kept |
|
|
115 | 'RCSFile': '{file|basename},v', # kept for backwards compatibility | |
|
116 | # with hg-keyword | |
|
116 | 117 | 'Source': '{root}/{file},v', |
|
117 | 118 | 'Id': '{file|basename},v {node|short} {date|utcdate} {author|user}', |
|
118 | 119 | 'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}', |
General Comments 0
You need to be logged in to leave comments.
Login now