Show More
@@ -423,7 +423,8 b' def commonentry(repo, ctx):' | |||||
423 | 'phase': ctx.phasestr(), |
|
423 | 'phase': ctx.phasestr(), | |
424 | 'obsolete': ctx.obsolete(), |
|
424 | 'obsolete': ctx.obsolete(), | |
425 | 'succsandmarkers': succsandmarkers, |
|
425 | 'succsandmarkers': succsandmarkers, | |
426 |
'instabilities': |
|
426 | 'instabilities': templateutil.hybridlist(ctx.instabilities(), | |
|
427 | name='instability'), | |||
427 | 'whyunstable': whyunstable, |
|
428 | 'whyunstable': whyunstable, | |
428 | 'branch': nodebranchnodefault(ctx), |
|
429 | 'branch': nodebranchnodefault(ctx), | |
429 | 'inbranch': nodeinbranch(repo, ctx), |
|
430 | 'inbranch': nodeinbranch(repo, ctx), |
General Comments 0
You need to be logged in to leave comments.
Login now