comparison tests/test-metaedit.t @ 2780:58e4b51ee902

prefetc: point at the offending changeset when aborting We do our best to display comptact but usable information.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 24 Jul 2017 03:04:20 +0200
parents f51efb2bb8c9
children 3e9c3119410a
comparison
equal deleted inserted replaced
2779:f51efb2bb8c9 2780:58e4b51ee902
101 [255] 101 [255]
102 $ hg metaedit --fold 102 $ hg metaedit --fold
103 abort: revisions must be specified with --fold 103 abort: revisions must be specified with --fold
104 [255] 104 [255]
105 $ hg metaedit -r 0 --fold 105 $ hg metaedit -r 0 --fold
106 abort: cannot fold public changesets 106 abort: cannot fold public changesets: ea207398892e
107 (see 'hg help phases' for details) 107 (see 'hg help phases' for details)
108 [255] 108 [255]
109 $ hg metaedit 'desc(C) + desc(F)' --fold 109 $ hg metaedit 'desc(C) + desc(F)' --fold
110 abort: cannot fold non-linear revisions (multiple roots given) 110 abort: cannot fold non-linear revisions (multiple roots given)
111 [255] 111 [255]