comparison 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
comparison
equal deleted inserted replaced
2853:cec3d2ea2eeb 2854:66796d7b5415
103 R gna1 103 R gna1
104 $ hg up .^ 104 $ hg up .^
105 1 files updated, 0 files merged, 1 files removed, 0 files unresolved 105 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
106 106
107 $ hg touch 107 $ hg touch
108 1 new unstable changesets 108 1 new orphan changesets
109 109
110 $ hg rebase -s 11 -d 12 110 $ hg rebase -s 11 -d 12
111 rebasing 11:* "move" (glob) 111 rebasing 11:* "move" (glob)
112 $ hg st -C --change=tip 112 $ hg st -C --change=tip
113 A gna2 113 A gna2
115 R gna1 115 R gna1
116 116
117 check that the --duplicate option does not create divergence 117 check that the --duplicate option does not create divergence
118 118
119 $ hg touch --duplicate 11 --hidden 119 $ hg touch --duplicate 11 --hidden
120 1 new unstable changesets 120 1 new orphan changesets
121 121
122 check that reviving a changeset with no successor does not show the prompt 122 check that reviving a changeset with no successor does not show the prompt
123 123
124 $ hg prune 14 124 $ hg prune 14
125 1 changesets pruned 125 1 changesets pruned
126 $ hg touch 14 --hidden 126 $ hg touch 14 --hidden
127 1 new unstable changesets 127 1 new orphan changesets