summaryrefslogtreecommitdiff
path: root/Command/Undo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Undo.hs')
-rw-r--r--Command/Undo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Undo.hs b/Command/Undo.hs
index 24c099f92..c366453a3 100644
--- a/Command/Undo.hs
+++ b/Command/Undo.hs
@@ -32,7 +32,7 @@ seek ps = do
-- in the index.
(fs, cleanup) <- inRepo $ LsFiles.notInRepo False ps
unless (null fs) $
- error $ "Cannot undo changes to files that are not checked into git: " ++ unwords fs
+ giveup $ "Cannot undo changes to files that are not checked into git: " ++ unwords fs
void $ liftIO $ cleanup
-- Committing staged changes before undo allows later