summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2392967)
raw | patch | inline | side by side (parent: 2392967)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 24 Feb 2007 09:16:58 +0000 (01:16 -0800) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c | patch | blob | history |
diff --git a/builtin-bundle.c b/builtin-bundle.c
index d74afaacd7b1ef30046e507927db219c27130f80..d41a413b58d139283315720d9ffba95ea595cc1d 100644 (file)
--- a/builtin-bundle.c
+++ b/builtin-bundle.c
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++) {