diff tests/test-touch.t @ 2854:66796d7b5415

warning: rename unstable warning message unstable has been renamed into orphan. Update the warning message when new orphan changesets are detected. Renaming done according to https://www.mercurial-scm.org/wiki/CEDVocabulary
author Boris Feld <boris.feld@octobus.net>
date Thu, 24 Aug 2017 09:11:06 +0200
parents 61d073590fb7
children f6517779a7c4
line wrap: on
line diff
--- a/tests/test-touch.t	Wed Aug 23 23:44:36 2017 +0200
+++ b/tests/test-touch.t	Thu Aug 24 09:11:06 2017 +0200
@@ -105,7 +105,7 @@
   1 files updated, 0 files merged, 1 files removed, 0 files unresolved
 
   $ hg touch
-  1 new unstable changesets
+  1 new orphan changesets
 
   $ hg rebase -s 11 -d 12
   rebasing 11:* "move" (glob)
@@ -117,11 +117,11 @@
 check that the --duplicate option does not create divergence
 
   $ hg touch --duplicate 11 --hidden
-  1 new unstable changesets
+  1 new orphan changesets
 
 check that reviving a changeset with no successor does not show the prompt
 
   $ hg prune 14
   1 changesets pruned
   $ hg touch 14 --hidden
-  1 new unstable changesets
+  1 new orphan changesets