tests/test-log
changeset 4510 e0bc2c575044
parent 4180 f80cf8b7bbd9
child 5811 180a3eee4b75
--- a/tests/test-log	Wed Jun 06 18:28:48 2007 +0200
+++ b/tests/test-log	Wed Jun 06 19:05:18 2007 +0200
@@ -47,6 +47,7 @@
 # log --follow tests
 hg init ../follow
 cd ../follow
+
 echo base > base
 hg ci -Ambase -d '1 0'
 
@@ -71,8 +72,15 @@
 
 hg up -C 3
 hg merge tip
+
+echo % log -r .  with two parents
+hg log -r .
+
 hg ci -mm12 -d '1 0'
 
+echo % log -r .  with one parent
+hg log -r .
+
 echo postm >> b1
 hg ci -Amb1.1 -d'1 0'