tests/test-log.t
changeset 23704 c624fb2c4239
parent 23702 c48924787eaa
child 23719 34364a4b25eb
--- a/tests/test-log.t	Tue Dec 23 16:14:39 2014 -0800
+++ b/tests/test-log.t	Mon Dec 29 23:40:24 2014 -0800
@@ -1559,7 +1559,7 @@
   o  a
   
   $ hg log -f d/a -T '{desc}' -G
-  o  b
+  @  c
   |
   o  a
   
@@ -1656,4 +1656,21 @@
      date:        Thu Jan 01 00:00:00 1970 +0000
      summary:     content1
   
+
+hg log -f from the grafted changeset
+(The bootstrap should properly take the topology in account)
+
+  $ hg up 'desc(content3)^'
+  1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+  $ hg log -Gf a
+  @  changeset:   3:15b2327059e5
+  |  user:        test
+  |  date:        Thu Jan 01 00:00:00 1970 +0000
+  |  summary:     content2
+  |
+  o  changeset:   0:ae0a3c9f9e95
+     user:        test
+     date:        Thu Jan 01 00:00:00 1970 +0000
+     summary:     content1
+  
   $ cd ..