diff tests/test-glog @ 7383:b501c7f3c2ad

graphlog: fix regression with filelogs introduced by 7bc62ebe7693
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Sun, 16 Nov 2008 20:55:30 +0100
parents d76f64cd4cb2
children dbc40381620e
line wrap: on
line diff
--- a/tests/test-glog	Sat Nov 15 15:57:12 2008 +0100
+++ b/tests/test-glog	Sun Nov 16 20:55:30 2008 +0100
@@ -151,3 +151,16 @@
 hg glog -l1 repo/0
 hg glog -l1 repo/missing
 
+echo % file log with revs != cset revs
+hg init flog
+cd flog
+echo one >one
+hg add one
+hg commit -mone
+echo two >two
+hg add two
+hg commit -mtwo
+echo more >two
+hg commit -mmore
+hg glog two
+