# HG changeset patch # User Matt Harbison # Date 1545545120 18000 # Node ID 0214962773921f15333f11d97212b307422aaaf5 # Parent 84d61fdcefa54c2b3cb3305c3f452548e4e1c549 exthelper: correct a documentation typo diff -r 84d61fdcefa5 -r 021496277392 mercurial/exthelper.py --- a/mercurial/exthelper.py Tue Nov 27 22:10:07 2018 -0500 +++ b/mercurial/exthelper.py Sun Dec 23 01:05:20 2018 -0500 @@ -257,7 +257,7 @@ example:: - @eh.function(context.changectx, 'babar') + @eh.addattr(context.changectx, 'babar') def babar(ctx): return 'babar' in ctx.description """