Mercurial > evolve
comparison tests/test-metaedit.t @ 2783:3e9c3119410a
precheck: point to the instability doc when aborting
This will help user to understand what is going on.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 19:53:51 +0200 |
parents | 58e4b51ee902 |
children | d17d193c4145 |
comparison
equal
deleted
inserted
replaced
2782:2bd0b0996cfb | 2783:3e9c3119410a |
---|---|
117 abort: cannot edit commit information in the middle of a stack | 117 abort: cannot edit commit information in the middle of a stack |
118 (587528abfffe will become unstable and new unstable changes are not allowed) | 118 (587528abfffe will become unstable and new unstable changes are not allowed) |
119 [255] | 119 [255] |
120 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' | 120 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' |
121 abort: cannot fold chain not ending with a head or with branching | 121 abort: cannot fold chain not ending with a head or with branching |
122 (new unstable changesets are not allowed) | 122 (see 'hg help evolution.instability') |
123 [255] | 123 [255] |
124 $ hg metaedit --user foobar | 124 $ hg metaedit --user foobar |
125 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 125 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
126 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden | 126 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden |
127 5: test | 127 5: test |