Sync with 1.7.8.6

This commit is contained in:
Junio C Hamano
2012-04-26 10:22:20 -07:00
4 changed files with 40 additions and 3 deletions

View File

@ -289,7 +289,7 @@ int create_bundle(struct bundle_header *header, const char *path,
argc = setup_revisions(argc, argv, &revs, NULL);
if (argc > 1)
return error("unrecognized argument: %s'", argv[1]);
return error("unrecognized argument: %s", argv[1]);
object_array_remove_duplicates(&revs.pending);