diff tests/test-glog.t @ 21127:69402eb72115

log: changed implementation to use graphlog code Now that revsets work in a lazy way, log code can be changed to parse every option into a revset and then evaluate it lazily. Now expressions like "hg log -b default -b ." are converted into a revset using the same code as graphlog.
author Lucas Moscovicz <lmoscovicz@fb.com>
date Fri, 28 Feb 2014 15:10:56 -0800
parents 4e2fb0ad00a9
children 739095270f48
line wrap: on
line diff
--- a/tests/test-glog.t	Mon Feb 24 22:42:14 2014 +0100
+++ b/tests/test-glog.t	Fri Feb 28 15:10:56 2014 -0800
@@ -1972,8 +1972,9 @@
   +++ glog.nodes	* (glob)
   @@ -1,3 +1,3 @@
   -nodetag 6
+  -nodetag 7
    nodetag 8
-   nodetag 7
+  +nodetag 7
   +nodetag 6
 
 Test --follow-first and forward --rev
@@ -1988,8 +1989,9 @@
   +++ glog.nodes	* (glob)
   @@ -1,3 +1,3 @@
   -nodetag 6
+  -nodetag 7
    nodetag 8
-   nodetag 7
+  +nodetag 7
   +nodetag 6
 
 Test --follow and backward --rev