aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--builtin-bundle.c2
1 files changed, 1 insertions, 1 deletions
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++) {