3 # Copyright (c) 2006 Catalin Marinas
6 test_description
='Exercise push --undo with missing files.
8 Test the case where a patch fails to be pushed because it modifies a
9 missing file. The "push --undo" command has to be able to revert it.
15 'Initialize the StGIT repository' \
20 'Create the first patch' \
29 'Create the second patch' \
44 'Push the second patch with conflict' \
46 conflict_old stg push bar
50 'Undo the previous push' \
56 'Check the push after undo fails as well' \
58 conflict_old stg push bar
62 'Undo with disappeared newborn' \