##// END OF EJS Templates
merge with crew
Matt Mackall -
r18525:462579cb merge stable
parent child Browse files
Show More
@@ -293,7 +293,7 b' def changeset(web, req, tmpl):'
293 node=ctx.hex(),
293 node=ctx.hex(),
294 parent=webutil.parents(ctx),
294 parent=webutil.parents(ctx),
295 child=webutil.children(ctx),
295 child=webutil.children(ctx),
296 currentbaseline=basectx.hex(),
296 basenode=basectx.hex(),
297 changesettag=showtags,
297 changesettag=showtags,
298 changesetbookmark=showbookmarks,
298 changesetbookmark=showbookmarks,
299 changesetbranch=showbranch,
299 changesetbranch=showbranch,
@@ -101,7 +101,7 b" changelogparent = '"
101
101
102 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
102 changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
103
103
104 changesetbaseline = '<a href="{url}rev/{node|short}:{originalnode|short}{sessionvars%urlparameter}">{node|short}</a> '
104 difffrom = '<a href="{url}rev/{node|short}:{originalnode|short}{sessionvars%urlparameter}">{node|short}</a> '
105
105
106 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
106 filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
107 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
107 filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
General Comments 0
You need to be logged in to leave comments. Login now