Skip to content

Commit

Permalink
bundle: reword missing prerequisite error message
Browse files Browse the repository at this point in the history
As suggested by Mark Levedahl.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Feb 24, 2007
1 parent 2392967 commit 64d99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-bundle.c
Expand Up @@ -172,7 +172,7 @@ static int verify_bundle(struct bundle_header *header)
struct object_array refs;
struct commit *commit;
int i, ret = 0, req_nr;
const char *message = "The bundle requires these lacking revs:";
const char *message = "Repository lacks these prerequisite commits:";

init_revisions(&revs, NULL);
for (i = 0; i < p->nr; i++) {
Expand Down

0 comments on commit 64d99e9

Please sign in to comment.