tests/test-help.t
changeset 26415 46af0adb5c37
parent 26414 c44b507e7c78
child 26421 4b0fc75f9403
--- 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 <<EOF