diff tests/test-command-template @ 7879:5c4026a289a4

templater: ability to display diffstat for log-like commands
author Alexander Solovyov <piranha at piranha.org.ua>
date Mon, 23 Mar 2009 10:41:42 +0100
parents 9c8bbae02e9c
children 8c5f1b28e0bb
line wrap: on
line diff
--- a/tests/test-command-template	Mon Mar 23 13:15:57 2009 +0100
+++ b/tests/test-command-template	Mon Mar 23 10:41:42 2009 +0100
@@ -93,7 +93,7 @@
 
 echo "# keys work"
 for key in author branches date desc file_adds file_dels file_mods \
-        files manifest node parents rev tags; do
+        files manifest node parents rev tags diffstat; do
     for mode in '' --verbose --debug; do
         hg log $mode --template "$key$mode: {$key}\n"
     done