hashmap: improve struct hashmap member documentation
[gitweb.git] / git-rebase--interactive.sh
index 797571f50ceac7a31a7051e4a852977a70fb55f0..7e1eda008815cca80561d6013d41479ea8c90f4a 100644 (file)
@@ -1049,14 +1049,14 @@ fi
 
 
 has_action "$todo" ||
-       die_abort "Nothing to do"
+       return 2
 
 cp "$todo" "$todo".backup
 git_sequence_editor "$todo" ||
        die_abort "Could not execute editor"
 
 has_action "$todo" ||
-       die_abort "Nothing to do"
+       return 2
 
 expand_todo_ids