Merge branch 'jt/t5551-test-chunked'
[gitweb.git] / builtin / revert.c
index d4dcedbdc683f92d191cc6386f6388b1a918faa8..4e71b2f2aa292ffc3187aac61001e7fd529255b3 100644 (file)
@@ -203,7 +203,7 @@ static int run_sequencer(int argc, const char **argv, struct replay_opts *opts)
        if (cmd == 'q') {
                int ret = sequencer_remove_state(opts);
                if (!ret)
-                       remove_branch_state(the_repository);
+                       remove_branch_state(the_repository, 0);
                return ret;
        }
        if (cmd == 'c')