diff tests/test-glog @ 5939:56e8a54bf71d

graphlog: add test for filelog graph
author Steve Borho <steve@borho.org>
date Fri, 25 Jan 2008 10:35:04 -0600
parents 8d4fac0a9df7
children ba0790061ba7
line wrap: on
line diff
--- a/tests/test-glog	Fri Jan 25 10:28:21 2008 -0600
+++ b/tests/test-glog	Fri Jan 25 10:35:04 2008 -0600
@@ -139,5 +139,8 @@
 echo % glog
 hg glog
 
+echo % file glog
+hg glog 5
+
 echo % unused arguments
-hg glog -q foo || echo failed
+hg glog -q foo bar || echo failed