Meta/cook: disable 'tangled with' for now

todo
Junio C Hamano 2021-03-19 23:55:06 -07:00
parent 7d9ec4c25f
commit d5b41051d7
1 changed files with 2 additions and 2 deletions

4
cook
View File

@ -40,8 +40,8 @@ sub describe_relation {
phrase_these(@{$topic_info->{'uses'}}));
}

if (exists $topic_info->{'shares'}) {
push @desc, ("is tangled with " .
if (0 && exists $topic_info->{'shares'}) {
push @desc, ("shares commits with " .
phrase_these(@{$topic_info->{'shares'}}));
}