comparison tests/test-fold.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
71 abort: specified revisions evaluate to an empty set 71 abort: specified revisions evaluate to an empty set
72 (use different revision arguments) 72 (use different revision arguments)
73 [255] 73 [255]
74 $ hg phase --public 0 74 $ hg phase --public 0
75 $ hg fold --from -r 0 75 $ hg fold --from -r 0
76 abort: cannot fold public changesets 76 abort: cannot fold public changesets: 1ea73414a91b
77 (see 'hg help phases' for details) 77 (see 'hg help phases' for details)
78 [255] 78 [255]
79 79
80 Test actual folding 80 Test actual folding
81 81