diff tests/test-debugcomplete @ 7880:7ca2be800804

add debugcommands command: an easy to parse command + option index
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 23 Mar 2009 13:43:48 +0100
parents 399c04369a1b
children
line wrap: on
line diff
--- a/tests/test-debugcomplete	Mon Mar 23 10:41:42 2009 +0100
+++ b/tests/test-debugcomplete	Mon Mar 23 13:43:48 2009 +0100
@@ -36,4 +36,8 @@
 echo '% Show an error if we use --options with an ambiguous abbreviation'
 hg debugcomplete --options s
 
+echo
+echo '% Show all commands + options'
+hg debugcommands
+
 exit 0