tests/test-alias
changeset 8519 5fbee915ea5d
parent 8477 a0104303f400
child 8655 21688b8a594b
--- a/tests/test-alias	Tue May 19 03:59:58 2009 +0200
+++ b/tests/test-alias	Tue May 19 14:14:07 2009 +0200
@@ -12,6 +12,7 @@
 recursive = recursive
 mylog = log
 lognull = log -r null
+shortlog = log --template '{rev} {node|short} | {date|isodate}\n'
 
 [defaults]
 mylog = -q
@@ -38,6 +39,9 @@
 echo '% with opts'
 hg cleanst
 
+echo '% with opts and whitespace'
+hg shortlog
+
 echo '% interaction with defaults'
 hg mylog
 hg lognull