From: Junio C Hamano Date: Sat, 24 Feb 2007 09:16:58 +0000 (-0800) Subject: bundle: reword missing prerequisite error message X-Git-Tag: v1.5.1-rc1~114^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64d99e9c5a4a3fb35d803894992764a6e288de5d;p=git.git bundle: reword missing prerequisite error message As suggested by Mark Levedahl. Signed-off-by: Junio C Hamano --- diff --git a/builtin-bundle.c b/builtin-bundle.c index d74afaacd..d41a413b5 100644 --- a/builtin-bundle.c +++ b/builtin-bundle.c @@ -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++) {