Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Darcs.Repository.Flags
Documentation
data Compression #
Constructors
NoCompression | |
GzipCompression |
Instances
Show Compression # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> Compression -> ShowS # show :: Compression -> String # showList :: [Compression] -> ShowS # | |
YesNo Compression # | |
Defined in Darcs.UI.Options.All | |
Eq Compression # | |
Defined in Darcs.Repository.Flags |
data RemoteDarcs #
Constructors
RemoteDarcs String | |
DefaultRemoteDarcs |
Instances
Show RemoteDarcs # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> RemoteDarcs -> ShowS # show :: RemoteDarcs -> String # showList :: [RemoteDarcs] -> ShowS # | |
Eq RemoteDarcs # | |
Defined in Darcs.Repository.Flags |
remoteDarcs :: RemoteDarcs -> String #
Constructors
Quiet | |
NormalVerbosity | |
Verbose |
Instances
data UpdatePending #
Constructors
YesUpdatePending | |
NoUpdatePending |
Instances
Show UpdatePending # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> UpdatePending -> ShowS # show :: UpdatePending -> String # showList :: [UpdatePending] -> ShowS # | |
Eq UpdatePending # | |
Defined in Darcs.Repository.Flags Methods (==) :: UpdatePending -> UpdatePending -> Bool # (/=) :: UpdatePending -> UpdatePending -> Bool # |
data LookForAdds #
Constructors
YesLookForAdds | |
NoLookForAdds |
Instances
Show LookForAdds # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForAdds -> ShowS # show :: LookForAdds -> String # showList :: [LookForAdds] -> ShowS # | |
YesNo LookForAdds # | |
Defined in Darcs.UI.Options.All | |
Eq LookForAdds # | |
Defined in Darcs.Repository.Flags |
data LookForReplaces #
Constructors
YesLookForReplaces | |
NoLookForReplaces |
Instances
Show LookForReplaces # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForReplaces -> ShowS # show :: LookForReplaces -> String # showList :: [LookForReplaces] -> ShowS # | |
YesNo LookForReplaces # | |
Defined in Darcs.UI.Options.All | |
Eq LookForReplaces # | |
Defined in Darcs.Repository.Flags Methods (==) :: LookForReplaces -> LookForReplaces -> Bool # (/=) :: LookForReplaces -> LookForReplaces -> Bool # |
data DiffAlgorithm #
Constructors
PatienceDiff | |
MyersDiff |
Instances
Show DiffAlgorithm # | |
Defined in Darcs.Util.Diff Methods showsPrec :: Int -> DiffAlgorithm -> ShowS # show :: DiffAlgorithm -> String # showList :: [DiffAlgorithm] -> ShowS # | |
Eq DiffAlgorithm # | |
Defined in Darcs.Util.Diff Methods (==) :: DiffAlgorithm -> DiffAlgorithm -> Bool # (/=) :: DiffAlgorithm -> DiffAlgorithm -> Bool # |
data LookForMoves #
Constructors
YesLookForMoves | |
NoLookForMoves |
Instances
Show LookForMoves # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForMoves -> ShowS # show :: LookForMoves -> String # showList :: [LookForMoves] -> ShowS # | |
YesNo LookForMoves # | |
Defined in Darcs.UI.Options.All | |
Eq LookForMoves # | |
Defined in Darcs.Repository.Flags |
data SetScriptsExecutable #
Constructors
YesSetScriptsExecutable | |
NoSetScriptsExecutable |
Instances
Show SetScriptsExecutable # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetScriptsExecutable -> ShowS # show :: SetScriptsExecutable -> String # showList :: [SetScriptsExecutable] -> ShowS # | |
YesNo SetScriptsExecutable # | |
Defined in Darcs.UI.Options.All | |
Eq SetScriptsExecutable # | |
Defined in Darcs.Repository.Flags Methods (==) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # (/=) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # |
data LeaveTestDir #
Constructors
YesLeaveTestDir | |
NoLeaveTestDir |
Instances
Show LeaveTestDir # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LeaveTestDir -> ShowS # show :: LeaveTestDir -> String # showList :: [LeaveTestDir] -> ShowS # | |
YesNo LeaveTestDir # | |
Defined in Darcs.UI.Options.All | |
Eq LeaveTestDir # | |
Defined in Darcs.Repository.Flags |
data RemoteRepos #
Constructors
RemoteRepos [String] |
Instances
Show RemoteRepos # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> RemoteRepos -> ShowS # show :: RemoteRepos -> String # showList :: [RemoteRepos] -> ShowS # | |
Eq RemoteRepos # | |
Defined in Darcs.Repository.Flags |
data SetDefault #
Constructors
YesSetDefault Bool | |
NoSetDefault Bool |
Instances
Show SetDefault # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetDefault -> ShowS # show :: SetDefault -> String # showList :: [SetDefault] -> ShowS # | |
Eq SetDefault # | |
Defined in Darcs.Repository.Flags |
data InheritDefault #
Constructors
YesInheritDefault | |
NoInheritDefault |
Instances
Show InheritDefault # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> InheritDefault -> ShowS # show :: InheritDefault -> String # showList :: [InheritDefault] -> ShowS # | |
YesNo InheritDefault # | |
Defined in Darcs.UI.Options.All | |
Eq InheritDefault # | |
Defined in Darcs.Repository.Flags Methods (==) :: InheritDefault -> InheritDefault -> Bool # (/=) :: InheritDefault -> InheritDefault -> Bool # |
Constructors
ScanKnown | Just files already known to darcs |
ScanAll | All files, i.e. look for new ones |
ScanBoring | All files, even boring ones |
Instances
Constructors
LazyClone | Just copy pristine and inventories |
NormalClone | First do a lazy clone then copy everything |
CompleteClone | Same as Normal but omit telling user they can interrumpt |
Instances
data AllowConflicts #
Instances
Show AllowConflicts # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> AllowConflicts -> ShowS # show :: AllowConflicts -> String # showList :: [AllowConflicts] -> ShowS # | |
Eq AllowConflicts # | |
Defined in Darcs.Repository.Flags Methods (==) :: AllowConflicts -> AllowConflicts -> Bool # (/=) :: AllowConflicts -> AllowConflicts -> Bool # |
data ExternalMerge #
Constructors
YesExternalMerge String | |
NoExternalMerge |
Instances
Show ExternalMerge # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ExternalMerge -> ShowS # show :: ExternalMerge -> String # showList :: [ExternalMerge] -> ShowS # | |
Eq ExternalMerge # | |
Defined in Darcs.Repository.Flags Methods (==) :: ExternalMerge -> ExternalMerge -> Bool # (/=) :: ExternalMerge -> ExternalMerge -> Bool # |
Constructors
WorkRepoDir String | |
WorkRepoPossibleURL String | |
WorkRepoCurrentDir |
data WantGuiPause #
Constructors
YesWantGuiPause | |
NoWantGuiPause |
Instances
Show WantGuiPause # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WantGuiPause -> ShowS # show :: WantGuiPause -> String # showList :: [WantGuiPause] -> ShowS # | |
YesNo WantGuiPause # | |
Defined in Darcs.UI.Options.All | |
Eq WantGuiPause # | |
Defined in Darcs.Repository.Flags |
data WithPatchIndex #
Constructors
YesPatchIndex | |
NoPatchIndex |
Instances
Show WithPatchIndex # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithPatchIndex -> ShowS # show :: WithPatchIndex -> String # showList :: [WithPatchIndex] -> ShowS # | |
YesNo WithPatchIndex # | |
Defined in Darcs.UI.Options.All | |
Eq WithPatchIndex # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPatchIndex -> WithPatchIndex -> Bool # (/=) :: WithPatchIndex -> WithPatchIndex -> Bool # |
data WithWorkingDir #
Constructors
WithWorkingDir | |
NoWorkingDir |
Instances
Show WithWorkingDir # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithWorkingDir -> ShowS # show :: WithWorkingDir -> String # showList :: [WithWorkingDir] -> ShowS # | |
YesNo WithWorkingDir # | |
Defined in Darcs.UI.Options.All | |
Eq WithWorkingDir # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithWorkingDir -> WithWorkingDir -> Bool # (/=) :: WithWorkingDir -> WithWorkingDir -> Bool # |
data ForgetParent #
Constructors
YesForgetParent | |
NoForgetParent |
Instances
Show ForgetParent # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ForgetParent -> ShowS # show :: ForgetParent -> String # showList :: [ForgetParent] -> ShowS # | |
Eq ForgetParent # | |
Defined in Darcs.Repository.Flags |
data PatchFormat #
Constructors
PatchFormat1 | |
PatchFormat2 | |
PatchFormat3 |
Instances
Show PatchFormat # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> PatchFormat -> ShowS # show :: PatchFormat -> String # showList :: [PatchFormat] -> ShowS # | |
Eq PatchFormat # | |
Defined in Darcs.Repository.Flags |
data IncludeBoring #
Constructors
YesIncludeBoring | |
NoIncludeBoring |
Instances
Show IncludeBoring # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> IncludeBoring -> ShowS # show :: IncludeBoring -> String # showList :: [IncludeBoring] -> ShowS # | |
YesNo IncludeBoring # | |
Defined in Darcs.UI.Options.All | |
Eq IncludeBoring # | |
Defined in Darcs.Repository.Flags Methods (==) :: IncludeBoring -> IncludeBoring -> Bool # (/=) :: IncludeBoring -> IncludeBoring -> Bool # |
data HooksConfig #
Constructors
HooksConfig | |
Fields
|
data HookConfig #