diff tests/test-obsolete.t @ 44691:48b99af7b4b3

revset: import `unstable()` from the evolve extension Differential Revision: https://phab.mercurial-scm.org/D8404
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 13 Apr 2020 01:19:09 -0400
parents bd7b2c8d06cc
children a381618210d0
line wrap: on
line diff
--- a/tests/test-obsolete.t	Fri Apr 10 22:33:14 2020 +0200
+++ b/tests/test-obsolete.t	Mon Apr 13 01:19:09 2020 -0400
@@ -224,6 +224,9 @@
   |
   o  0:1f0dee641bb7 (public) [ ] add a
   
+  $ hg log -r 'unstable()'
+  5:5601fb93a350 (draft phase-divergent) [tip ] add new_3_c
+
 
 And that bumped changeset are detected
 --------------------------------------
@@ -582,6 +585,8 @@
   1 new obsolescence markers
   obsoleted 1 changesets
   1 new orphan changesets
+  $ hg log -r 'unstable()'
+  5:cda648ca50f5 (draft orphan) [tip ] add original_e
   $ hg debugobsolete | grep `getid original_d`
   94b33453f93bdb8d457ef9b770851a618bf413e1 0 {6f96419950729f3671185b847352890f074f7557} (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
   $ hg log -r 'obsolete()'