diff -r c44b507e7c78 -r 46af0adb5c37 tests/test-help.t --- a/tests/test-help.t Sat Sep 26 12:11:46 2015 +0900 +++ b/tests/test-help.t Sat Sep 26 12:17:44 2015 +0900 @@ -980,6 +980,12 @@ firstline Any text. Returns the first line of text. nonempty Any text. Returns '(none)' if the string is empty. +Test deprecated items + + $ hg help -v templating | grep currentbookmark + currentbookmark + $ hg help templating | (grep currentbookmark || true) + Test help hooks $ cat > helphook1.py <