tests/test-obsolete.t
changeset 17172 12fdaa30063a
parent 17171 9c750c3e4fac
child 17173 c621f84dbb35
--- a/tests/test-obsolete.t	Fri Jul 06 00:18:09 2012 +0200
+++ b/tests/test-obsolete.t	Tue Jul 10 01:39:03 2012 +0200
@@ -196,7 +196,7 @@
   $ hg -R tmpb push tmpd
   pushing to tmpd
   searching for changes
-  abort: push includes an obsolete changeset: cdbce2fbb163!
+  abort: push includes an obsolete changeset: ca819180edb9!
   [255]
   $ hg -R tmpd debugobsolete
   $ hg -R tmpb push tmpd --rev 'not obsolete()'
@@ -315,3 +315,8 @@
      date:        Thu Jan 01 00:00:00 1970 +0000
      summary:     add a
   
+  $ hg push ../tmpc/
+  pushing to ../tmpc/
+  searching for changes
+  abort: push includes an unstable changeset: 7878242aeece!
+  [255]