changeset 26413 | e0c572d4d112 |
parent 26370 | 44cc9f63a2f1 |
child 26414 | c44b507e7c78 |
--- a/tests/test-help.t Sun Sep 27 23:34:37 2015 +0900 +++ b/tests/test-help.t Sat Sep 26 12:06:30 2015 +0900 @@ -1105,7 +1105,7 @@ > def extsetup(ui): > help.helptable.append((["topic-containing-verbose"], > "This is the topic to test omit indicating.", - > lambda : testtopic)) + > lambda ui: testtopic)) > EOF $ echo '[extensions]' >> $HGRCPATH $ echo "addverboseitems = `pwd`/addverboseitems.py" >> $HGRCPATH