mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-19 08:51:32 +02:00
eeshow/git-file.c (related_other_repo): mark warning as such; fix typo
This commit is contained in:
parent
8abea1b890
commit
55cf36b609
@ -372,7 +372,7 @@ static bool related_same_repo(struct vcs_git *vcs_git)
|
|||||||
static bool related_other_repo(struct vcs_git *vcs_git)
|
static bool related_other_repo(struct vcs_git *vcs_git)
|
||||||
{
|
{
|
||||||
/* @@@ find revision <= date of revision in related */
|
/* @@@ find revision <= date of revision in related */
|
||||||
fprintf(stderr, "related_other_repo is no yet implemented\n");
|
fprintf(stderr, "warning: related_other_repo is not yet implemented\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user