diff tests/test-log.t @ 20699:58c32a9c8e7b stable

hg log: solves bug regarding hg log -r 0:null (issue4039) 'hg log -r 0:null' was showing only one changeset(the '-1' one) instead of the first two changesets.
author Cristian Zamfir <cristi_zmf@yahoo.com>
date Wed, 12 Mar 2014 10:26:48 +0200
parents fd1bb7c1be78
children 19d6fec60b81 584bbfd1b50d
line wrap: on
line diff
--- a/tests/test-log.t	Mon Mar 10 01:01:43 2014 +0900
+++ b/tests/test-log.t	Wed Mar 12 10:26:48 2014 +0200
@@ -1356,6 +1356,12 @@
 issue3772: hg log -r :null showing revision 0 as well
 
   $ hg log -r :null
+  changeset:   0:65624cd9070a
+  tag:         tip
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     a bunch of weird directories
+  
   changeset:   -1:000000000000
   user:        
   date:        Thu Jan 01 00:00:00 1970 +0000