diff tests/test-log.t @ 23956:b1e026c25552 stable

revset: fix ancestors(null) to include null revision (issue4512) Since 13c0327eeb6f, null parent is explicitly excluded. So, there is no reason to have nullrev in the initial seen set.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 25 Jan 2015 20:20:27 +0900
parents 48fd1dfb99aa
children 344939126579
line wrap: on
line diff
--- a/tests/test-log.t	Sat Jan 10 13:14:00 2015 +0900
+++ b/tests/test-log.t	Sun Jan 25 20:20:27 2015 +0900
@@ -635,6 +635,20 @@
   
 
 
+log -f -r null
+
+  $ hg log -f -r null
+  changeset:   -1:000000000000
+  user:        
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  
+  $ hg log -f -r null -G
+  o  changeset:   -1:000000000000
+     user:
+     date:        Thu Jan 01 00:00:00 1970 +0000
+  
+
+
 log -r .  with two parents
 
   $ hg up -C 3