# HG changeset patch # User timeless # Date 1259346385 0 # Node ID 06ccaeb6cfc15849da11a0873200dc50a54bffeb # Parent 059f0563d1f8bed21f530bfa549b29c7d91a126c keyword: clarify object of backwards compatibility [ original upstream message ] diff -r 059f0563d1f8 -r 06ccaeb6cfc1 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}',