tests/test-glog
changeset 7383 b501c7f3c2ad
parent 6969 d76f64cd4cb2
child 7429 dbc40381620e
--- 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
+