Skip to content

Commit d5b4105

Browse files
committed
Meta/cook: disable 'tangled with' for now
1 parent 7d9ec4c commit d5b4105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ sub describe_relation {
4040
phrase_these(@{$topic_info->{'uses'}}));
4141
}
4242

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

0 commit comments

Comments
 (0)