| ||||||||||||||
| ||||||||||||||
Synopsis | ||||||||||||||
Documentation | ||||||||||||||
with_selected_changes' :: WithPatches Prim a | ||||||||||||||
with_selected_changes_to_files' :: WithPatchesToFiles Prim a | ||||||||||||||
with_selected_last_changes_to_files' :: WithPatchesToFiles Prim a | ||||||||||||||
with_selected_last_changes_reversed' :: WithPatches Prim a | ||||||||||||||
with_selected_changes :: RepoPatch p => WithPatches (PatchInfoAnd p) a | ||||||||||||||
with_selected_changes_to_files :: RepoPatch p => WithPatchesToFiles (PatchInfoAnd p) a | ||||||||||||||
with_selected_changes_reversed :: RepoPatch p => WithPatches (PatchInfoAnd p) a | ||||||||||||||
with_selected_last_changes_to_files :: RepoPatch p => WithPatchesToFiles (PatchInfoAnd p) a | ||||||||||||||
with_selected_last_changes_to_files_reversed :: RepoPatch p => WithPatchesToFiles (PatchInfoAnd p) a | ||||||||||||||
with_selected_last_changes_reversed :: RepoPatch p => WithPatches (PatchInfoAnd p) a | ||||||||||||||
view_changes :: RepoPatch p => [DarcsFlag] -> FL (PatchInfoAnd p) -> IO () | ||||||||||||||
with_selected_patch_from_repo :: forall p. RepoPatch p => String -> Repository p -> [DarcsFlag] -> ((FL (PatchInfoAnd p) :> PatchInfoAnd p) -> IO ()) -> IO () | ||||||||||||||
filterOutConflicts | ||||||||||||||
| ||||||||||||||
Produced by Haddock version 2.6.0 |