 | darcs-2.4.4: a distributed, interactive, smart revision control system | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
check_paths :: Patchy p => [DarcsFlag] -> FL p -> IO () |
A convenience function to call from all darcs command functions before
applying any patches. It checks for malicious paths in patches, and
prints an error message and fails if it finds one.
|
|
malicious_patches :: Patchy p => [Sealed2 p] -> [Sealed2 p] |
Filter out patches that contains some malicious file path
|
|
has_malicious_path :: Patchy p => p -> Bool |
|
Produced by Haddock version 2.6.0 |