keyword: clarify object of backwards compatibility stable
authortimeless
Fri, 27 Nov 2009 18:26:25 +0000
branchstable
changeset 665 06ccaeb6cfc1
parent 663 059f0563d1f8
child 666 dead519e4ec6
child 671 629956d13cbc
keyword: clarify object of backwards compatibility [ original upstream message ]
hgkw/keyword.py
--- a/hgkw/keyword.py	Fri Nov 27 18:04:02 2009 +0000
+++ b/hgkw/keyword.py	Fri Nov 27 18:26:25 2009 +0000
@@ -112,7 +112,8 @@
         'Author': '{author|user}',
         'Date': '{date|utcdate}',
         'RCSfile': '{file|basename},v',
-        'RCSFile': '{file|basename},v', # kept only for backwards compatibility
+        'RCSFile': '{file|basename},v', # kept for backwards compatibility
+                                        # with hg-keyword
         'Source': '{root}/{file},v',
         'Id': '{file|basename},v {node|short} {date|utcdate} {author|user}',
         'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}',