Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.Repository.Flags
Documentation
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
NoLookForAdds | |
YesLookForAdds | |
EvenLookForBoring |
Instances
YesNo LookForAdds # | |
Defined in Darcs.UI.Options.All | |
Show LookForAdds # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForAdds -> ShowS # show :: LookForAdds -> String # showList :: [LookForAdds] -> ShowS # | |
Eq LookForAdds # | |
Defined in Darcs.Repository.Flags |
data LookForReplaces #
Constructors
YesLookForReplaces | |
NoLookForReplaces |
Instances
YesNo LookForReplaces # | |
Defined in Darcs.UI.Options.All | |
Show LookForReplaces # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForReplaces -> ShowS # show :: LookForReplaces -> String # showList :: [LookForReplaces] -> ShowS # | |
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
YesNo LookForMoves # | |
Defined in Darcs.UI.Options.All | |
Show LookForMoves # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForMoves -> ShowS # show :: LookForMoves -> String # showList :: [LookForMoves] -> ShowS # | |
Eq LookForMoves # | |
Defined in Darcs.Repository.Flags |
Constructors
DiffOpts | |
Fields |
data SetScriptsExecutable #
Constructors
YesSetScriptsExecutable | |
NoSetScriptsExecutable |
Instances
YesNo SetScriptsExecutable # | |
Defined in Darcs.UI.Options.All | |
Show SetScriptsExecutable # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetScriptsExecutable -> ShowS # show :: SetScriptsExecutable -> String # showList :: [SetScriptsExecutable] -> ShowS # | |
Eq SetScriptsExecutable # | |
Defined in Darcs.Repository.Flags Methods (==) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # (/=) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # |
data LeaveTestDir #
Constructors
YesLeaveTestDir | |
NoLeaveTestDir |
Instances
YesNo LeaveTestDir # | |
Defined in Darcs.UI.Options.All | |
Show LeaveTestDir # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LeaveTestDir -> ShowS # show :: LeaveTestDir -> String # showList :: [LeaveTestDir] -> ShowS # | |
Eq LeaveTestDir # | |
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
YesNo InheritDefault # | |
Defined in Darcs.UI.Options.All | |
Show InheritDefault # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> InheritDefault -> ShowS # show :: InheritDefault -> String # showList :: [InheritDefault] -> ShowS # | |
Eq InheritDefault # | |
Defined in Darcs.Repository.Flags Methods (==) :: InheritDefault -> InheritDefault -> Bool # (/=) :: InheritDefault -> InheritDefault -> Bool # |
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 #
Constructors
NoAllowConflicts | |
YesAllowConflicts ResolveConflicts |
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 ResolveConflicts #
Constructors
NoResolveConflicts | |
MarkConflicts | |
ExternalMerge String |
Instances
Show ResolveConflicts # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ResolveConflicts -> ShowS # show :: ResolveConflicts -> String # showList :: [ResolveConflicts] -> ShowS # | |
Eq ResolveConflicts # | |
Defined in Darcs.Repository.Flags Methods (==) :: ResolveConflicts -> ResolveConflicts -> Bool # (/=) :: ResolveConflicts -> ResolveConflicts -> Bool # |
Constructors
WorkRepoDir String | |
WorkRepoPossibleURL String | |
WorkRepoCurrentDir |
data WantGuiPause #
Constructors
YesWantGuiPause | |
NoWantGuiPause |
Instances
YesNo WantGuiPause # | |
Defined in Darcs.UI.Options.All | |
Show WantGuiPause # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WantGuiPause -> ShowS # show :: WantGuiPause -> String # showList :: [WantGuiPause] -> ShowS # | |
Eq WantGuiPause # | |
Defined in Darcs.Repository.Flags |
data WithPatchIndex #
Constructors
YesPatchIndex | |
NoPatchIndex |
Instances
YesNo WithPatchIndex # | |
Defined in Darcs.UI.Options.All | |
Show WithPatchIndex # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithPatchIndex -> ShowS # show :: WithPatchIndex -> String # showList :: [WithPatchIndex] -> ShowS # | |
Eq WithPatchIndex # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPatchIndex -> WithPatchIndex -> Bool # (/=) :: WithPatchIndex -> WithPatchIndex -> Bool # |
data WithWorkingDir #
Constructors
WithWorkingDir | |
NoWorkingDir |
Instances
YesNo WithWorkingDir # | |
Defined in Darcs.UI.Options.All | |
Show WithWorkingDir # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithWorkingDir -> ShowS # show :: WithWorkingDir -> String # showList :: [WithWorkingDir] -> ShowS # | |
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 WithPrefsTemplates #
Constructors
WithPrefsTemplates | |
NoPrefsTemplates |
Instances
YesNo WithPrefsTemplates # | |
Defined in Darcs.UI.Options.All | |
Show WithPrefsTemplates # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithPrefsTemplates -> ShowS # show :: WithPrefsTemplates -> String # showList :: [WithPrefsTemplates] -> ShowS # | |
Eq WithPrefsTemplates # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # (/=) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # |
data OptimizeDeep #
Constructors
OptimizeShallow | |
OptimizeDeep |
Instances
Show OptimizeDeep # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> OptimizeDeep -> ShowS # show :: OptimizeDeep -> String # showList :: [OptimizeDeep] -> ShowS # | |
Eq OptimizeDeep # | |
Defined in Darcs.Repository.Flags |