changeset 9950:af5f99d8195e

keyword: clarify object of backwards compatibility
author timeless
date Fri, 27 Nov 2009 18:26:25 +0000
parents bc3f762af82e
children 0347eb4d2236 5ecfd82b46d0
files hgext/keyword.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/keyword.py	Fri Nov 27 11:50:52 2009 -0500
+++ b/hgext/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}',