tests/test-obsolete.t
branchmercurial-3.3
changeset 1451 73eb4f33f9dc
parent 1450 5f6e78aea094
child 1452 1bcbd14cf159
--- a/tests/test-obsolete.t	Thu Jun 25 16:55:27 2015 -0700
+++ b/tests/test-obsolete.t	Thu Jun 25 17:22:17 2015 -0700
@@ -130,8 +130,6 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     add obsol_c
   
-  working directory parent is obsolete!
-  (use "hg evolve" to update to its successor)
   $ mkcommit d # 5 (on 3)
   1 new unstable changesets
   $ qlog -r 'obsolete()'
@@ -184,7 +182,7 @@
   adding manifests
   adding file changes
   added 5 changesets with 5 changes to 5 files (+1 heads)
-  pushing 2 obsolescence markers (133 bytes)
+  pushing 2 obsolescence markers (*) (glob)
   2 obsolescence markers added
   $ hg -R ../other-new verify
   checking changesets
@@ -239,7 +237,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files (+1 heads)
-  pushing 3 obsolescence markers (199 bytes)
+  pushing 3 obsolescence markers (*) (glob)
   1 obsolescence markers added
   $ qlog -R ../other-new
   5
@@ -262,7 +260,7 @@
   pushing to ../other-new
   searching for changes
   no changes found
-  pushing 3 obsolescence markers (199 bytes)
+  pushing 3 obsolescence markers (*) (glob)
   0 obsolescence markers added
   [1]
 
@@ -544,7 +542,7 @@
   adding manifests
   adding file changes
   added 2 changesets with 1 changes to [12] files (re)
-  pushing 7 obsolescence markers (491 bytes)
+  pushing 7 obsolescence markers (*) (glob)
   3 obsolescence markers added
   $ hg up -q 10
   $ mkcommit "obsol_d'''"
@@ -557,7 +555,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files (+1 heads)
-  pushing 8 obsolescence markers (557 bytes)
+  pushing 8 obsolescence markers (*) (glob)
   1 obsolescence markers added
   $ cd ..