tests/test-help.t
changeset 41736 9897e95b0b4a
parent 41551 033a0f4b4a5f
child 41755 a4358f7345b4
--- a/tests/test-help.t	Mon Feb 18 00:27:25 2019 +0900
+++ b/tests/test-help.t	Mon Feb 18 00:27:25 2019 +0900
@@ -825,7 +825,6 @@
   > @command(b'hashelp', [], b'hg hashelp', norepo=True)
   > def hashelp(ui, *args, **kwargs):
   >     """Extension command's help"""
-  >     pass
   > 
   > def uisetup(ui):
   >     ui.setconfig(b'alias', b'shellalias', b'!echo hi', b'helpext')