From 93193477ccb5e9ce97d56a4faba52f031019b205 Mon Sep 17 00:00:00 2001 From: Steve Dee Date: Tue, 15 Apr 2014 17:43:15 -0700 Subject: [PATCH] Don't generate diffs we can't apply --- arvo/hoon.hoon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arvo/hoon.hoon b/arvo/hoon.hoon index fa4dd8b42..d9a5ff9e4 100644 --- a/arvo/hoon.hoon +++ b/arvo/hoon.hoon @@ -3753,9 +3753,9 @@ |= [old=* new=*] ^- udon :- pum ?+ pum ~|(%unsupported !!) - %a [%d (nude old new)] + %a [%a old new] %b =+ [hel=(cue ((hard ,@) old)) hev=(cue ((hard ,@) new))] - [%d (nude hel hev)] + [%a old new] %c =+ [hel=(lore ((hard ,@) old)) hev=(lore ((hard ,@) new))] [%c (lusk hel hev (loss hel hev))] ==