diff --git a/cook b/cook index 2258390114..c516cf1045 100755 --- a/cook +++ b/cook @@ -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'}})); }