ContentsIndex
Darcs.Commands.Unrecord
Synopsis
unrecord_description :: String
unrecord_help :: String
unrecord :: DarcsCommand
unrecord_cmd :: [DarcsFlag] -> [String] -> IO ()
get_last_patches :: RepoPatch p => [DarcsFlag] -> PatchSet p -> FlippedSeal (RL (PatchInfoAnd p))
unpull_description :: String
unpull_help :: String
unpull :: DarcsCommand
unpull_cmd :: [DarcsFlag] -> [String] -> IO ()
obliterate_description :: String
obliterate_help :: String
obliterate :: DarcsCommand
obliterate_cmd :: [DarcsFlag] -> [String] -> IO ()
generic_obliterate_cmd :: String -> [DarcsFlag] -> [String] -> IO ()
matchingHead :: Patchy p => [DarcsFlag] -> PatchSet p -> FlippedSeal (RL (PatchInfoAnd p))
present_participle :: String -> String
Documentation
unrecord_description :: String
unrecord_help :: String
unrecord :: DarcsCommand
unrecord_cmd :: [DarcsFlag] -> [String] -> IO ()
get_last_patches :: RepoPatch p => [DarcsFlag] -> PatchSet p -> FlippedSeal (RL (PatchInfoAnd p))
unpull_description :: String
unpull_help :: String
unpull :: DarcsCommand
unpull_cmd :: [DarcsFlag] -> [String] -> IO ()
obliterate_description :: String
obliterate_help :: String
obliterate :: DarcsCommand
obliterate_cmd :: [DarcsFlag] -> [String] -> IO ()
generic_obliterate_cmd
:: StringThe name under which the command is invoked (unpull or obliterate)
-> [DarcsFlag]The flags given on the command line
-> [String]Files given on the command line (unused)
-> IO ()
generic_obliterate_cmd is the function that executes the obliterate and unpull commands.
matchingHead :: Patchy p => [DarcsFlag] -> PatchSet p -> FlippedSeal (RL (PatchInfoAnd p))
present_participle :: String -> String
Produced by Haddock version 2.4.2