| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Darcs.Repository.Flags
Documentation
data Compression #
Constructors
| NoCompression | |
| GzipCompression |
Instances
| Eq Compression # | |
Defined in Darcs.Repository.Flags | |
| 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 | |
data RemoteDarcs #
Constructors
| RemoteDarcs String | |
| DefaultRemoteDarcs |
Instances
| Eq RemoteDarcs # | |
Defined in Darcs.Repository.Flags | |
| Show RemoteDarcs # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> RemoteDarcs -> ShowS # show :: RemoteDarcs -> String # showList :: [RemoteDarcs] -> ShowS # | |
remoteDarcs :: RemoteDarcs -> String #
data UpdateWorking #
Constructors
| YesUpdateWorking | |
| NoUpdateWorking |
Instances
| Eq UpdateWorking # | |
Defined in Darcs.Repository.Flags Methods (==) :: UpdateWorking -> UpdateWorking -> Bool # (/=) :: UpdateWorking -> UpdateWorking -> Bool # | |
| Show UpdateWorking # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> UpdateWorking -> ShowS # show :: UpdateWorking -> String # showList :: [UpdateWorking] -> ShowS # | |
data LookForAdds #
Constructors
| YesLookForAdds | |
| NoLookForAdds |
Instances
| Eq LookForAdds # | |
Defined in Darcs.Repository.Flags | |
| 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 | |
data LookForReplaces #
Constructors
| YesLookForReplaces | |
| NoLookForReplaces |
Instances
| Eq LookForReplaces # | |
Defined in Darcs.Repository.Flags Methods (==) :: LookForReplaces -> LookForReplaces -> Bool # (/=) :: LookForReplaces -> LookForReplaces -> Bool # | |
| 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 | |
data DiffAlgorithm #
Constructors
| PatienceDiff | |
| MyersDiff |
Instances
| Eq DiffAlgorithm # | |
Defined in Darcs.Util.Diff Methods (==) :: DiffAlgorithm -> DiffAlgorithm -> Bool # (/=) :: DiffAlgorithm -> DiffAlgorithm -> Bool # | |
| Show DiffAlgorithm # | |
Defined in Darcs.Util.Diff Methods showsPrec :: Int -> DiffAlgorithm -> ShowS # show :: DiffAlgorithm -> String # showList :: [DiffAlgorithm] -> ShowS # | |
data LookForMoves #
Constructors
| YesLookForMoves | |
| NoLookForMoves |
Instances
| Eq LookForMoves # | |
Defined in Darcs.Repository.Flags | |
| 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 | |
data SetScriptsExecutable #
Constructors
| YesSetScriptsExecutable | |
| NoSetScriptsExecutable |
Instances
| Eq SetScriptsExecutable # | |
Defined in Darcs.Repository.Flags Methods (==) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # (/=) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # | |
| 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 | |
data LeaveTestDir #
Constructors
| YesLeaveTestDir | |
| NoLeaveTestDir |
Instances
| Eq LeaveTestDir # | |
Defined in Darcs.Repository.Flags | |
| 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 | |
data RemoteRepos #
Constructors
| RemoteRepos [String] |
Instances
| Eq RemoteRepos # | |
Defined in Darcs.Repository.Flags | |
| Show RemoteRepos # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> RemoteRepos -> ShowS # show :: RemoteRepos -> String # showList :: [RemoteRepos] -> ShowS # | |
data SetDefault #
Constructors
| YesSetDefault Bool | |
| NoSetDefault Bool |
Instances
| Eq SetDefault # | |
Defined in Darcs.Repository.Flags | |
| Show SetDefault # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetDefault -> ShowS # show :: SetDefault -> String # showList :: [SetDefault] -> ShowS # | |
Constructors
| ScanKnown | Just files already known to darcs |
| ScanAll | All files, i.e. look for new ones |
| ScanBoring | All files, even boring ones |
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 |
data AllowConflicts #
Instances
| Eq AllowConflicts # | |
Defined in Darcs.Repository.Flags Methods (==) :: AllowConflicts -> AllowConflicts -> Bool # (/=) :: AllowConflicts -> AllowConflicts -> Bool # | |
| Show AllowConflicts # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> AllowConflicts -> ShowS # show :: AllowConflicts -> String # showList :: [AllowConflicts] -> ShowS # | |
data ExternalMerge #
Constructors
| YesExternalMerge String | |
| NoExternalMerge |
Instances
| Eq ExternalMerge # | |
Defined in Darcs.Repository.Flags Methods (==) :: ExternalMerge -> ExternalMerge -> Bool # (/=) :: ExternalMerge -> ExternalMerge -> Bool # | |
| Show ExternalMerge # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ExternalMerge -> ShowS # show :: ExternalMerge -> String # showList :: [ExternalMerge] -> ShowS # | |
Constructors
| WorkRepoDir String | |
| WorkRepoPossibleURL String | |
| WorkRepoCurrentDir |
data WantGuiPause #
Constructors
| YesWantGuiPause | |
| NoWantGuiPause |
Instances
| Eq WantGuiPause # | |
Defined in Darcs.Repository.Flags | |
| 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 | |
data WithPatchIndex #
Constructors
| YesPatchIndex | |
| NoPatchIndex |
Instances
| Eq WithPatchIndex # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPatchIndex -> WithPatchIndex -> Bool # (/=) :: WithPatchIndex -> WithPatchIndex -> Bool # | |
| 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 | |
data WithWorkingDir #
Constructors
| WithWorkingDir | |
| NoWorkingDir |
Instances
| Eq WithWorkingDir # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithWorkingDir -> WithWorkingDir -> Bool # (/=) :: WithWorkingDir -> WithWorkingDir -> Bool # | |
| 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 | |
data ForgetParent #
Constructors
| YesForgetParent | |
| NoForgetParent |
Instances
| Eq ForgetParent # | |
Defined in Darcs.Repository.Flags | |
| Show ForgetParent # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ForgetParent -> ShowS # show :: ForgetParent -> String # showList :: [ForgetParent] -> ShowS # | |
data PatchFormat #
Constructors
| PatchFormat1 | |
| PatchFormat2 |
Instances
| Eq PatchFormat # | |
Defined in Darcs.Repository.Flags | |
| Show PatchFormat # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> PatchFormat -> ShowS # show :: PatchFormat -> String # showList :: [PatchFormat] -> ShowS # | |
data IncludeBoring #
Constructors
| YesIncludeBoring | |
| NoIncludeBoring |
Instances
| Eq IncludeBoring # | |
Defined in Darcs.Repository.Flags Methods (==) :: IncludeBoring -> IncludeBoring -> Bool # (/=) :: IncludeBoring -> IncludeBoring -> Bool # | |
| 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 | |
data HooksConfig #
Constructors
| HooksConfig | |
Fields
| |
data HookConfig #