> - (Nothing, Just _) -> (adddir name) : patches
> - (Just _, Nothing) -> patches ++ [rmdir name]
> + (Nothing, Just _) | name /= "." -> (adddir name) : patches
> + | otherwise -> patches
> + (Just _, Nothing) | name /= "." -> patches ++ [rmdir name]
> + | otherwise -> patches
David,
I really don't see how this can do anything that wasn't fixed by the
patch I mentioned in my previous mail. Can you confirm it's still
needed with Ian's latest tree?
Juliusz
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel