Mercurial > evolve
diff tests/test-evolve-abort-orphan.t @ 6490:24f1f34b4a5e
tests: narrow some listing of .hg down
Having that wide listing it a source of trouble, lets check for what we are
checking.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 24 May 2023 23:56:46 +0200 |
parents | 0c503c521ba5 |
children | 173293415d1f |
line wrap: on
line diff
--- a/tests/test-evolve-abort-orphan.t Tue May 23 11:09:06 2023 -0300 +++ b/tests/test-evolve-abort-orphan.t Wed May 24 23:56:46 2023 +0200 @@ -580,24 +580,15 @@ (see 'hg help evolve.interrupted') [240] +We do have a state file before abort + + $ ls .hg/ | grep evolvestate + evolvestate + +The file is gone after abort + $ hg abort evolve aborted working directory is now at c1f4718020e3 - - $ ls .hg/ - 00changelog.i - bookmarks - branch - cache - dirstate - last-message.txt - requires - store - undo.backup.bookmarks (no-hg64 !) - undo.backup.branch* (glob) (hg64 !) - undo.backup.dirstate* (glob) - undo.bookmarks (no-hg64 !) - undo.branch (no-hg64 !) - undo.desc - undo.dirstate (no-hg64 !) - wcache + $ ls .hg/ | grep evolvestate + [1]