summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f655964)
raw | patch | inline | side by side (parent: f655964)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 6 Oct 2007 22:38:53 +0000 (00:38 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 6 Oct 2007 22:56:57 +0000 (00:56 +0200) |
tig.c | patch | blob | history |
index 5fb529ec69b5d96f2ab781c4d7bba2bdcaa574aa..933d0835e360a557a7618f5fe638d74ae17056c4 100644 (file)
--- a/tig.c
+++ b/tig.c
break;
default:
- die("w00t");
+ die("line type %d not handled in switch", line->type);
}
open_view(view, REQ_VIEW_STAGE, OPEN_RELOAD | OPEN_SPLIT);
@@ -3495,7 +3495,7 @@ status_update_file(struct view *view, struct status *status, enum line_type type
break;
default:
- die("w00t");
+ die("line type %d not handled in switch", type);
}
pipe = popen(cmd, "w");
break;
default:
- die("w00t");
+ die("line type %d not handled in switch", line->type);
}
if (status && status->status == 'U') {