|
|
|
|
Synopsis |
|
|
|
Documentation |
|
with_selected_changes' :: WithPatches Prim a | Source |
|
|
with_selected_changes_to_files' :: WithPatchesToFiles Prim a | Source |
|
|
with_selected_last_changes_to_files' :: WithPatchesToFiles Prim a | Source |
|
|
with_selected_last_changes_reversed' :: WithPatches Prim a | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:: RepoPatch p | | => [DarcsFlag] | Command-line options. Only SkipConflicts is
significant; filtering will happen iff it is present
| -> RL (PatchInfoAnd p) | Recorded patches from repository, starting from
same context as the patches to filter
| -> Repository p | Repository itself, used for grabbing unrecorded changes
| -> FL (PatchInfoAnd p) | Patches to filter
| -> IO (Bool, Sealed (FL (PatchInfoAnd p))) | (True iff any patches were removed, possibly filtered patches)
| Optionally remove any patches (+dependencies) from a sequence that
conflict with the recorded or unrecorded changes in a repo
|
|
|
Produced by Haddock version 2.4.2 |