| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Darcs.Repository.Flags
Documentation
data RemoteDarcs Source #
Constructors
| RemoteDarcs String | |
| DefaultRemoteDarcs |
Instances
| Show RemoteDarcs Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> RemoteDarcs -> ShowS # show :: RemoteDarcs -> String # showList :: [RemoteDarcs] -> ShowS # | |
| Eq RemoteDarcs Source # | |
Defined in Darcs.Repository.Flags | |
remoteDarcs :: RemoteDarcs -> String Source #
data UpdatePending Source #
Constructors
| YesUpdatePending | |
| NoUpdatePending |
Instances
| Show UpdatePending Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> UpdatePending -> ShowS # show :: UpdatePending -> String # showList :: [UpdatePending] -> ShowS # | |
| Eq UpdatePending Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: UpdatePending -> UpdatePending -> Bool # (/=) :: UpdatePending -> UpdatePending -> Bool # | |
Constructors
| YesUseCache | |
| NoUseCache |
data LookForAdds Source #
Constructors
| NoLookForAdds | |
| YesLookForAdds | |
| EvenLookForBoring |
Instances
| Show LookForAdds Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForAdds -> ShowS # show :: LookForAdds -> String # showList :: [LookForAdds] -> ShowS # | |
| YesNo LookForAdds Source # | |
Defined in Darcs.UI.Options.All | |
| Eq LookForAdds Source # | |
Defined in Darcs.Repository.Flags | |
data LookForReplaces Source #
Constructors
| YesLookForReplaces | |
| NoLookForReplaces |
Instances
| Show LookForReplaces Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForReplaces -> ShowS # show :: LookForReplaces -> String # showList :: [LookForReplaces] -> ShowS # | |
| YesNo LookForReplaces Source # | |
Defined in Darcs.UI.Options.All | |
| Eq LookForReplaces Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: LookForReplaces -> LookForReplaces -> Bool # (/=) :: LookForReplaces -> LookForReplaces -> Bool # | |
data DiffAlgorithm Source #
Constructors
| PatienceDiff | |
| MyersDiff |
Instances
| Show DiffAlgorithm Source # | |
Defined in Darcs.Util.Diff Methods showsPrec :: Int -> DiffAlgorithm -> ShowS # show :: DiffAlgorithm -> String # showList :: [DiffAlgorithm] -> ShowS # | |
| Eq DiffAlgorithm Source # | |
Defined in Darcs.Util.Diff Methods (==) :: DiffAlgorithm -> DiffAlgorithm -> Bool # (/=) :: DiffAlgorithm -> DiffAlgorithm -> Bool # | |
data LookForMoves Source #
Constructors
| YesLookForMoves | |
| NoLookForMoves |
Instances
| Show LookForMoves Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LookForMoves -> ShowS # show :: LookForMoves -> String # showList :: [LookForMoves] -> ShowS # | |
| YesNo LookForMoves Source # | |
Defined in Darcs.UI.Options.All | |
| Eq LookForMoves Source # | |
Defined in Darcs.Repository.Flags | |
Constructors
| DiffOpts | |
Fields | |
Constructors
| YesRunTest | |
| NoRunTest |
data SetScriptsExecutable Source #
Constructors
| YesSetScriptsExecutable | |
| NoSetScriptsExecutable |
Instances
| Show SetScriptsExecutable Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetScriptsExecutable -> ShowS # show :: SetScriptsExecutable -> String # showList :: [SetScriptsExecutable] -> ShowS # | |
| YesNo SetScriptsExecutable Source # | |
Defined in Darcs.UI.Options.All | |
| Eq SetScriptsExecutable Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # (/=) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # | |
data LeaveTestDir Source #
Constructors
| YesLeaveTestDir | |
| NoLeaveTestDir |
Instances
| Show LeaveTestDir Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> LeaveTestDir -> ShowS # show :: LeaveTestDir -> String # showList :: [LeaveTestDir] -> ShowS # | |
| YesNo LeaveTestDir Source # | |
Defined in Darcs.UI.Options.All | |
| Eq LeaveTestDir Source # | |
Defined in Darcs.Repository.Flags | |
data SetDefault Source #
Constructors
| YesSetDefault Bool | |
| NoSetDefault Bool |
Instances
| Show SetDefault Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> SetDefault -> ShowS # show :: SetDefault -> String # showList :: [SetDefault] -> ShowS # | |
| Eq SetDefault Source # | |
Defined in Darcs.Repository.Flags | |
data InheritDefault Source #
Constructors
| YesInheritDefault | |
| NoInheritDefault |
Instances
| Show InheritDefault Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> InheritDefault -> ShowS # show :: InheritDefault -> String # showList :: [InheritDefault] -> ShowS # | |
| YesNo InheritDefault Source # | |
Defined in Darcs.UI.Options.All | |
| Eq InheritDefault Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: InheritDefault -> InheritDefault -> Bool # (/=) :: InheritDefault -> InheritDefault -> Bool # | |
Constructors
| UseIndex | |
| IgnoreIndex |
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 Source #
Constructors
| NoAllowConflicts | |
| YesAllowConflicts ResolveConflicts |
Instances
| Show AllowConflicts Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> AllowConflicts -> ShowS # show :: AllowConflicts -> String # showList :: [AllowConflicts] -> ShowS # | |
| Eq AllowConflicts Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: AllowConflicts -> AllowConflicts -> Bool # (/=) :: AllowConflicts -> AllowConflicts -> Bool # | |
data ResolveConflicts Source #
Constructors
| NoResolveConflicts | |
| MarkConflicts | |
| ExternalMerge String |
Instances
| Show ResolveConflicts Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ResolveConflicts -> ShowS # show :: ResolveConflicts -> String # showList :: [ResolveConflicts] -> ShowS # | |
| Eq ResolveConflicts Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: ResolveConflicts -> ResolveConflicts -> Bool # (/=) :: ResolveConflicts -> ResolveConflicts -> Bool # | |
Constructors
| WorkRepoDir String | |
| WorkRepoPossibleURL String | |
| WorkRepoCurrentDir |
data WantGuiPause Source #
Constructors
| YesWantGuiPause | |
| NoWantGuiPause |
Instances
| Show WantGuiPause Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WantGuiPause -> ShowS # show :: WantGuiPause -> String # showList :: [WantGuiPause] -> ShowS # | |
| YesNo WantGuiPause Source # | |
Defined in Darcs.UI.Options.All | |
| Eq WantGuiPause Source # | |
Defined in Darcs.Repository.Flags | |
data WithPatchIndex Source #
Constructors
| YesPatchIndex | |
| NoPatchIndex |
Instances
| Show WithPatchIndex Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithPatchIndex -> ShowS # show :: WithPatchIndex -> String # showList :: [WithPatchIndex] -> ShowS # | |
| YesNo WithPatchIndex Source # | |
Defined in Darcs.UI.Options.All | |
| Eq WithPatchIndex Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPatchIndex -> WithPatchIndex -> Bool # (/=) :: WithPatchIndex -> WithPatchIndex -> Bool # | |
data WithWorkingDir Source #
Constructors
| WithWorkingDir | |
| NoWorkingDir |
Instances
| Show WithWorkingDir Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithWorkingDir -> ShowS # show :: WithWorkingDir -> String # showList :: [WithWorkingDir] -> ShowS # | |
| YesNo WithWorkingDir Source # | |
Defined in Darcs.UI.Options.All | |
| Eq WithWorkingDir Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithWorkingDir -> WithWorkingDir -> Bool # (/=) :: WithWorkingDir -> WithWorkingDir -> Bool # | |
data ForgetParent Source #
Constructors
| YesForgetParent | |
| NoForgetParent |
Instances
| Show ForgetParent Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> ForgetParent -> ShowS # show :: ForgetParent -> String # showList :: [ForgetParent] -> ShowS # | |
| Eq ForgetParent Source # | |
Defined in Darcs.Repository.Flags | |
data PatchFormat Source #
Constructors
| PatchFormat1 | |
| PatchFormat2 | |
| PatchFormat3 |
Instances
| Show PatchFormat Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> PatchFormat -> ShowS # show :: PatchFormat -> String # showList :: [PatchFormat] -> ShowS # | |
| Eq PatchFormat Source # | |
Defined in Darcs.Repository.Flags | |
data WithPrefsTemplates Source #
Constructors
| WithPrefsTemplates | |
| NoPrefsTemplates |
Instances
| Show WithPrefsTemplates Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> WithPrefsTemplates -> ShowS # show :: WithPrefsTemplates -> String # showList :: [WithPrefsTemplates] -> ShowS # | |
| YesNo WithPrefsTemplates Source # | |
Defined in Darcs.UI.Options.All | |
| Eq WithPrefsTemplates Source # | |
Defined in Darcs.Repository.Flags Methods (==) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # (/=) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # | |
data OptimizeDeep Source #
Constructors
| OptimizeShallow | |
| OptimizeDeep |
Instances
| Show OptimizeDeep Source # | |
Defined in Darcs.Repository.Flags Methods showsPrec :: Int -> OptimizeDeep -> ShowS # show :: OptimizeDeep -> String # showList :: [OptimizeDeep] -> ShowS # | |
| Eq OptimizeDeep Source # | |
Defined in Darcs.Repository.Flags | |