Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data RemoteDarcs Source #
Instances
Show RemoteDarcs Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> RemoteDarcs -> ShowS # show :: RemoteDarcs -> String # showList :: [RemoteDarcs] -> ShowS # | |
Eq RemoteDarcs Source # | |
Defined in Darcs.Repository.Flags (==) :: RemoteDarcs -> RemoteDarcs -> Bool # (/=) :: RemoteDarcs -> RemoteDarcs -> Bool # |
remoteDarcs :: RemoteDarcs -> String Source #
Instances
data UpdatePending Source #
Instances
Show UpdatePending Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> UpdatePending -> ShowS # show :: UpdatePending -> String # showList :: [UpdatePending] -> ShowS # | |
Eq UpdatePending Source # | |
Defined in Darcs.Repository.Flags (==) :: UpdatePending -> UpdatePending -> Bool # (/=) :: UpdatePending -> UpdatePending -> Bool # |
data LookForAdds Source #
Instances
Show LookForAdds Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> LookForAdds -> ShowS # show :: LookForAdds -> String # showList :: [LookForAdds] -> ShowS # | |
YesNo LookForAdds Source # | |
Defined in Darcs.UI.Options.All yes :: LookForAdds -> Bool Source # no :: LookForAdds -> Bool Source # | |
Eq LookForAdds Source # | |
Defined in Darcs.Repository.Flags (==) :: LookForAdds -> LookForAdds -> Bool # (/=) :: LookForAdds -> LookForAdds -> Bool # |
data LookForReplaces Source #
Instances
Show LookForReplaces Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> LookForReplaces -> ShowS # show :: LookForReplaces -> String # showList :: [LookForReplaces] -> ShowS # | |
YesNo LookForReplaces Source # | |
Defined in Darcs.UI.Options.All yes :: LookForReplaces -> Bool Source # no :: LookForReplaces -> Bool Source # | |
Eq LookForReplaces Source # | |
Defined in Darcs.Repository.Flags (==) :: LookForReplaces -> LookForReplaces -> Bool # (/=) :: LookForReplaces -> LookForReplaces -> Bool # |
data DiffAlgorithm Source #
Instances
Show DiffAlgorithm Source # | |
Defined in Darcs.Util.Diff showsPrec :: Int -> DiffAlgorithm -> ShowS # show :: DiffAlgorithm -> String # showList :: [DiffAlgorithm] -> ShowS # | |
Eq DiffAlgorithm Source # | |
Defined in Darcs.Util.Diff (==) :: DiffAlgorithm -> DiffAlgorithm -> Bool # (/=) :: DiffAlgorithm -> DiffAlgorithm -> Bool # |
data LookForMoves Source #
Instances
Show LookForMoves Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> LookForMoves -> ShowS # show :: LookForMoves -> String # showList :: [LookForMoves] -> ShowS # | |
YesNo LookForMoves Source # | |
Defined in Darcs.UI.Options.All yes :: LookForMoves -> Bool Source # no :: LookForMoves -> Bool Source # | |
Eq LookForMoves Source # | |
Defined in Darcs.Repository.Flags (==) :: LookForMoves -> LookForMoves -> Bool # (/=) :: LookForMoves -> LookForMoves -> Bool # |
data SetScriptsExecutable Source #
Instances
Show SetScriptsExecutable Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> SetScriptsExecutable -> ShowS # show :: SetScriptsExecutable -> String # showList :: [SetScriptsExecutable] -> ShowS # | |
YesNo SetScriptsExecutable Source # | |
Defined in Darcs.UI.Options.All yes :: SetScriptsExecutable -> Bool Source # no :: SetScriptsExecutable -> Bool Source # | |
Eq SetScriptsExecutable Source # | |
Defined in Darcs.Repository.Flags (==) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # (/=) :: SetScriptsExecutable -> SetScriptsExecutable -> Bool # |
data LeaveTestDir Source #
Instances
Show LeaveTestDir Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> LeaveTestDir -> ShowS # show :: LeaveTestDir -> String # showList :: [LeaveTestDir] -> ShowS # | |
YesNo LeaveTestDir Source # | |
Defined in Darcs.UI.Options.All yes :: LeaveTestDir -> Bool Source # no :: LeaveTestDir -> Bool Source # | |
Eq LeaveTestDir Source # | |
Defined in Darcs.Repository.Flags (==) :: LeaveTestDir -> LeaveTestDir -> Bool # (/=) :: LeaveTestDir -> LeaveTestDir -> Bool # |
data SetDefault Source #
Instances
Show SetDefault Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> SetDefault -> ShowS # show :: SetDefault -> String # showList :: [SetDefault] -> ShowS # | |
Eq SetDefault Source # | |
Defined in Darcs.Repository.Flags (==) :: SetDefault -> SetDefault -> Bool # (/=) :: SetDefault -> SetDefault -> Bool # |
data InheritDefault Source #
Instances
Show InheritDefault Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> InheritDefault -> ShowS # show :: InheritDefault -> String # showList :: [InheritDefault] -> ShowS # | |
YesNo InheritDefault Source # | |
Defined in Darcs.UI.Options.All yes :: InheritDefault -> Bool Source # no :: InheritDefault -> Bool Source # | |
Eq InheritDefault Source # | |
Defined in Darcs.Repository.Flags (==) :: InheritDefault -> InheritDefault -> Bool # (/=) :: InheritDefault -> InheritDefault -> Bool # |
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 Source #
Instances
Show AllowConflicts Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> AllowConflicts -> ShowS # show :: AllowConflicts -> String # showList :: [AllowConflicts] -> ShowS # | |
Eq AllowConflicts Source # | |
Defined in Darcs.Repository.Flags (==) :: AllowConflicts -> AllowConflicts -> Bool # (/=) :: AllowConflicts -> AllowConflicts -> Bool # |
data ResolveConflicts Source #
Instances
Show ResolveConflicts Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> ResolveConflicts -> ShowS # show :: ResolveConflicts -> String # showList :: [ResolveConflicts] -> ShowS # | |
Eq ResolveConflicts Source # | |
Defined in Darcs.Repository.Flags (==) :: ResolveConflicts -> ResolveConflicts -> Bool # (/=) :: ResolveConflicts -> ResolveConflicts -> Bool # |
data WantGuiPause Source #
Instances
Show WantGuiPause Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> WantGuiPause -> ShowS # show :: WantGuiPause -> String # showList :: [WantGuiPause] -> ShowS # | |
YesNo WantGuiPause Source # | |
Defined in Darcs.UI.Options.All yes :: WantGuiPause -> Bool Source # no :: WantGuiPause -> Bool Source # | |
Eq WantGuiPause Source # | |
Defined in Darcs.Repository.Flags (==) :: WantGuiPause -> WantGuiPause -> Bool # (/=) :: WantGuiPause -> WantGuiPause -> Bool # |
data WithPatchIndex Source #
Instances
Show WithPatchIndex Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> WithPatchIndex -> ShowS # show :: WithPatchIndex -> String # showList :: [WithPatchIndex] -> ShowS # | |
YesNo WithPatchIndex Source # | |
Defined in Darcs.UI.Options.All yes :: WithPatchIndex -> Bool Source # no :: WithPatchIndex -> Bool Source # | |
Eq WithPatchIndex Source # | |
Defined in Darcs.Repository.Flags (==) :: WithPatchIndex -> WithPatchIndex -> Bool # (/=) :: WithPatchIndex -> WithPatchIndex -> Bool # |
data WithWorkingDir Source #
Instances
Show WithWorkingDir Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> WithWorkingDir -> ShowS # show :: WithWorkingDir -> String # showList :: [WithWorkingDir] -> ShowS # | |
YesNo WithWorkingDir Source # | |
Defined in Darcs.UI.Options.All yes :: WithWorkingDir -> Bool Source # no :: WithWorkingDir -> Bool Source # | |
Eq WithWorkingDir Source # | |
Defined in Darcs.Repository.Flags (==) :: WithWorkingDir -> WithWorkingDir -> Bool # (/=) :: WithWorkingDir -> WithWorkingDir -> Bool # |
data ForgetParent Source #
Instances
Show ForgetParent Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> ForgetParent -> ShowS # show :: ForgetParent -> String # showList :: [ForgetParent] -> ShowS # | |
Eq ForgetParent Source # | |
Defined in Darcs.Repository.Flags (==) :: ForgetParent -> ForgetParent -> Bool # (/=) :: ForgetParent -> ForgetParent -> Bool # |
data PatchFormat Source #
Instances
Show PatchFormat Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> PatchFormat -> ShowS # show :: PatchFormat -> String # showList :: [PatchFormat] -> ShowS # | |
Eq PatchFormat Source # | |
Defined in Darcs.Repository.Flags (==) :: PatchFormat -> PatchFormat -> Bool # (/=) :: PatchFormat -> PatchFormat -> Bool # |
data WithPrefsTemplates Source #
Instances
Show WithPrefsTemplates Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> WithPrefsTemplates -> ShowS # show :: WithPrefsTemplates -> String # showList :: [WithPrefsTemplates] -> ShowS # | |
YesNo WithPrefsTemplates Source # | |
Defined in Darcs.UI.Options.All yes :: WithPrefsTemplates -> Bool Source # no :: WithPrefsTemplates -> Bool Source # | |
Eq WithPrefsTemplates Source # | |
Defined in Darcs.Repository.Flags (==) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # (/=) :: WithPrefsTemplates -> WithPrefsTemplates -> Bool # |
data OptimizeDeep Source #
Instances
Show OptimizeDeep Source # | |
Defined in Darcs.Repository.Flags showsPrec :: Int -> OptimizeDeep -> ShowS # show :: OptimizeDeep -> String # showList :: [OptimizeDeep] -> ShowS # | |
Eq OptimizeDeep Source # | |
Defined in Darcs.Repository.Flags (==) :: OptimizeDeep -> OptimizeDeep -> Bool # (/=) :: OptimizeDeep -> OptimizeDeep -> Bool # |