]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bundle: reword missing prerequisite error message
authorJunio C Hamano <junkio@cox.net>
Sat, 24 Feb 2007 09:16:58 +0000 (01:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 24 Feb 2007 09:16:58 +0000 (01:16 -0800)
As suggested by Mark Levedahl.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c

index d74afaacd7b1ef30046e507927db219c27130f80..d41a413b58d139283315720d9ffba95ea595cc1d 100644 (file)
@@ -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++) {