Skip to content

tests: move next --abort case to its own test-next-abort.t

Anton Shestakov requested to merge topic/default/next-abort into branch/default

hg abort command currently reports "evolve aborted" when aborting next, but works otherwise as expected. This happens because next uses evolve state file (naturally, since next currently performs evolution by default).

Merge request reports