##// END OF EJS Templates
releasenotes: use the right API to access the 'sections'...
marmoute -
r47384:88bd085c default
parent child Browse files
Show More
@@ -280,7 +280,7 b' def getcustomadmonitions(repo):'
280 280
281 281 if b'.hgreleasenotes' in ctx:
282 282 read(b'.hgreleasenotes')
283 return p[b'sections']
283 return p.items(b'sections')
284 284
285 285
286 286 def checkadmonitions(ui, repo, directives, revs):
General Comments 0
You need to be logged in to leave comments. Login now