Browse Source

bundle: reword missing prerequisite error message

As suggested by Mark Levedahl.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 18 years ago
parent
commit
64d99e9c5a
  1. 2
      builtin-bundle.c

2
builtin-bundle.c

@ -172,7 +172,7 @@ static int verify_bundle(struct bundle_header *header) @@ -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++) {

Loading…
Cancel
Save