diff --git a/src/root/common.tt b/src/root/common.tt index b160b348..bebedbbf 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -416,9 +416,9 @@ [% END %] -[% BLOCK renderShortEval -%] +[% BLOCK renderShortEvalInput -%] [%- IF input.type == "svn" || input.type == "svn-checkout" || input.type == "bzr" || input.type == "bzr-checkout" -%] - r[%- revision -%] + r[%- input.revision -%] [%- ELSIF input.type == "git" -%] [% input.revision.substr(0, 7) %] [%- ELSIF input.type == "build" || input.type == "sysbuild" -%] @@ -448,7 +448,7 @@ [%- IF e.changedInputs.size > 0 -%] [%- sep=''; FOREACH input IN e.changedInputs -%] - [%- sep %] [% input.name %] → [% INCLUDE renderShortEval input=input %] + [%- sep %] [% input.name %] → [% INCLUDE renderShortEvalInput input=input %] [%- sep=','; END -%] [%- ELSE -%] -