darcs.net> darcs show contents --index=1 darcs.cabal
darcs: Maybe.fromJust: Nothing
The following change fixes the above bug but I am not sure if it doesn't break
something else, becasue I don't understand what have_nonrange_match is supposed
to be doing
darcs.net>darcs diff
Reading pristine 25 done, 495 queued.
diff -rN old-darcs.net/src/Darcs/Match.lhs new-darcs.net/src/Darcs/Match.lhs
116c116
< have_nonrange_match fs = isJust (has_index_range fs) || isJust
(nonrange_matcher fs::Maybe (Matcher Patch))
---
> have_nonrange_match fs = {-isJust (has_index_range fs) || -} isJust
(nonrange_matcher fs::Maybe (Matcher Patch))
|