summaryrefslogtreecommitdiff
path: root/builtin-bundle.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-24 09:16:58 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-24 09:16:58 (GMT)
commit64d99e9c5a4a3fb35d803894992764a6e288de5d (patch)
treeef33593b8f81240e55eb450aca398212157f41a3 /builtin-bundle.c
parent239296770dae75e21c179733785731ec6ffae1f5 (diff)
downloadgit-64d99e9c5a4a3fb35d803894992764a6e288de5d.zip
git-64d99e9c5a4a3fb35d803894992764a6e288de5d.tar.gz
git-64d99e9c5a4a3fb35d803894992764a6e288de5d.tar.bz2
bundle: reword missing prerequisite error message
As suggested by Mark Levedahl. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-bundle.c')
-rw-r--r--builtin-bundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-bundle.c b/builtin-bundle.c
index d74afaa..d41a413 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++) {