hgext/keyword.py
changeset 9950 af5f99d8195e
parent 9943 f8d779791161
child 10118 333193c025ad
equal deleted inserted replaced
9949:bc3f762af82e 9950:af5f99d8195e
   110     templates = {
   110     templates = {
   111         'Revision': '{node|short}',
   111         'Revision': '{node|short}',
   112         'Author': '{author|user}',
   112         'Author': '{author|user}',
   113         'Date': '{date|utcdate}',
   113         'Date': '{date|utcdate}',
   114         'RCSfile': '{file|basename},v',
   114         'RCSfile': '{file|basename},v',
   115         'RCSFile': '{file|basename},v', # kept only for backwards compatibility
   115         'RCSFile': '{file|basename},v', # kept for backwards compatibility
       
   116                                         # with hg-keyword
   116         'Source': '{root}/{file},v',
   117         'Source': '{root}/{file},v',
   117         'Id': '{file|basename},v {node|short} {date|utcdate} {author|user}',
   118         'Id': '{file|basename},v {node|short} {date|utcdate} {author|user}',
   118         'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}',
   119         'Header': '{root}/{file},v {node|short} {date|utcdate} {author|user}',
   119     }
   120     }
   120 
   121