Mercurial > evolve
comparison tests/test-metaedit.t @ 6063:1a13ac9ef30a mercurial-5.8
test-compat: back out test changes from 65d4e47d7f26
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 10 Oct 2021 10:52:01 +0300 |
parents | 65d4e47d7f26 |
children | 55e9987b8384 1328195f76a9 |
comparison
equal
deleted
inserted
replaced
6062:03ae704c772f | 6063:1a13ac9ef30a |
---|---|
72 abort: revisions must be specified with --fold | 72 abort: revisions must be specified with --fold |
73 [255] | 73 [255] |
74 $ hg metaedit -r 0 --fold | 74 $ hg metaedit -r 0 --fold |
75 abort: cannot fold public changesets: ea207398892e | 75 abort: cannot fold public changesets: ea207398892e |
76 (see 'hg help phases' for details) | 76 (see 'hg help phases' for details) |
77 [10] | 77 [255] |
78 $ hg metaedit 'desc(C) + desc(F)' --fold | 78 $ hg metaedit 'desc(C) + desc(F)' --fold |
79 abort: cannot fold non-linear revisions (multiple roots given) | 79 abort: cannot fold non-linear revisions (multiple roots given) |
80 [255] | 80 [255] |
81 $ hg metaedit "desc(C)::desc(D2) + desc(E)" --fold | 81 $ hg metaedit "desc(C)::desc(D2) + desc(E)" --fold |
82 abort: cannot fold non-linear revisions (multiple heads given) | 82 abort: cannot fold non-linear revisions (multiple heads given) |
85 $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands' | 85 $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands' |
86 abort: cannot edit commit information in the middle of a stack | 86 abort: cannot edit commit information in the middle of a stack |
87 (587528abfffe will become unstable and new unstable changes are not allowed) | 87 (587528abfffe will become unstable and new unstable changes are not allowed) |
88 [255] | 88 [255] |
89 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' | 89 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' |
90 abort: cannot fold changeset, as that will orphan 4 descendants | 90 abort: fold will orphan 4 descendants |
91 (see 'hg help evolution.instability') | 91 (see 'hg help evolution.instability') |
92 [10] | 92 [255] |
93 $ hg metaedit --user foobar | 93 $ hg metaedit --user foobar |
94 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 94 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
95 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden | 95 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden |
96 7: test | 96 7: test |
97 8: foobar | 97 8: foobar |