*** empty log message *** cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Tue, 02 Jul 2019 09:20:16 +0200
branchcvs_MAIN
changeset 878 643e8ddde2a2
parent 877 ed55127e1176
child 880 bd52c31956df
*** empty log message ***
git/stx_libscm_git.st
--- a/git/stx_libscm_git.st	Tue Jul 02 09:18:36 2019 +0200
+++ b/git/stx_libscm_git.st	Tue Jul 02 09:20:16 2019 +0200
@@ -27,16 +27,16 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'
-        #'stx:libbasic'    "ExternalStructure - superclass of GitDiffFileStructure "
-        #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of GitSourceCodeManager2 "
-        #'stx:libscm/common'    "SCMAbstractPackageModel - superclass of GitPackageModel "
-        #'stx:libsvn'
-        #'stx:libtool'    "AbstractSettingsApplication - superclass of GitSourceCodeManagementSettingsAppl2 "
-        #'stx:libview'    "Depth8Image - referenced by GitSourceCodeManagementSettingsAppl2 class>>defaultIcon2 "
-        #'stx:libview2'    "Model - superclass of GitCommitDialog "
-        #'stx:libwidg'
-        #'stx:libwidg2'
+	#'stx:goodies/sunit'
+	#'stx:libbasic'    "ExternalStructure - superclass of GitDiffFileStructure "
+	#'stx:libbasic3'    "AbstractSourceCodeManager - superclass of GitSourceCodeManager2 "
+	#'stx:libscm/common'    "SCMAbstractPackageModel - superclass of GitPackageModel "
+	#'stx:libsvn'
+	#'stx:libtool'    "AbstractSettingsApplication - superclass of GitSourceCodeManagementSettingsAppl2 "
+	#'stx:libview'    "Depth8Image - referenced by GitSourceCodeManagementSettingsAppl2 class>>defaultIcon2 "
+	#'stx:libview2'    "Model - superclass of GitCommitDialog "
+	#'stx:libwidg'
+	#'stx:libwidg2'
     )
 ! !
 
@@ -49,100 +49,100 @@
      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
 
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        GitLibraryObject
-        GitRepositoryObject
-        GitStatusCodes
-        GitErrorKlass
-        GitStructure
-        GitObjectType
-        GitError
-        GitObject
-        GitCommit
-        GitOid
-        GitRepository
-        GitTree
-        #'stx_libscm_git'
-        GitAttrType
-        GitBlobHandle
-        GitBranchType
-        GitCommitHandle
-        GitConfigFileStructure
-        GitConfigHandle
-        GitCvarMapStructure
-        GitCvarType
-        GitDeltaType
-        GitDiffDeltaStructure
-        GitDiffFileStructure
-        GitDiffListHandle
-        GitDiffOptionsStructure
-        GitDiffRangeStructure
-        GitErrorStructure
-        GitFilemodeType
-        GitIndexEntryStructure
-        GitIndexEntryUnmergedStructure
-        GitIndexHandle
-        GitIndexTimeStructure
-        GitIndexerHandle
-        GitIndexerStatsStructure
-        GitIndexerStreamHandle
-        GitNoteDataStructure
-        GitNoteHandle
-        GitObjectHandle
-        GitOdbBackendStructure
-        GitOdbHandle
-        GitOdbObjectHandle
-        GitOdbStreamStructure
-        GitOidShortenHandle
-        GitRefType
-        GitReferenceHandle
-        GitReflogEntryHandle
-        GitReflogHandle
-        GitRefspecHandle
-        GitRemoteCallbacksStructure
-        GitRemoteCompletionType
-        GitRemoteHandle
-        GitRemoteHeadStructure
-        GitRepositoryHandle
-        GitRepositoryInitOptionsStructure
-        GitResetType
-        GitRevwalkHandle
-        GitSignatureStructure
-        GitStatusOptionsStructure
-        GitStatusShowType
-        GitSubmoduleHandle
-        GitSubmoduleIgnoreType
-        GitSubmoduleStatusType
-        GitSubmoduleUpdateType
-        GitTagHandle
-        GitTimeStructure
-        GitTreeEntryHandle
-        GitTreeHandle
-        GitTreebuilderHandle
-        GitTreewalkModeType
-        GitPrimitives
-        GitSignature
-        GitWorkingCopy
-        GitTag
-        GitCheckoutStrategy
-        (GitRepositoriesResource autoload)
-        (GitTests autoload)
-        GitCheckoutOptions
-        GitIndex
-        GitWorkingCopyEntry
-        GitSignatureQuery
-        GitAuthorQuery
-        GitCommitterQuery
-        GitReference
-        GitCommand
-        GitStringArray
-        GitSourceCodeManagementSettingsAppl2
-        GitSourceCodeManager2
-        GitIconLibrary
-        GitCommitDialog
-        GitRemote
-        GitPackageModel
-        GitPackageModelRegistry
+	"<className> or (<className> attributes...) in load order"
+	GitLibraryObject
+	GitRepositoryObject
+	GitStatusCodes
+	GitErrorKlass
+	GitStructure
+	GitObjectType
+	GitError
+	GitObject
+	GitCommit
+	GitOid
+	GitRepository
+	GitTree
+	#'stx_libscm_git'
+	GitAttrType
+	GitBlobHandle
+	GitBranchType
+	GitCommitHandle
+	GitConfigFileStructure
+	GitConfigHandle
+	GitCvarMapStructure
+	GitCvarType
+	GitDeltaType
+	GitDiffDeltaStructure
+	GitDiffFileStructure
+	GitDiffListHandle
+	GitDiffOptionsStructure
+	GitDiffRangeStructure
+	GitErrorStructure
+	GitFilemodeType
+	GitIndexEntryStructure
+	GitIndexEntryUnmergedStructure
+	GitIndexHandle
+	GitIndexTimeStructure
+	GitIndexerHandle
+	GitIndexerStatsStructure
+	GitIndexerStreamHandle
+	GitNoteDataStructure
+	GitNoteHandle
+	GitObjectHandle
+	GitOdbBackendStructure
+	GitOdbHandle
+	GitOdbObjectHandle
+	GitOdbStreamStructure
+	GitOidShortenHandle
+	GitRefType
+	GitReferenceHandle
+	GitReflogEntryHandle
+	GitReflogHandle
+	GitRefspecHandle
+	GitRemoteCallbacksStructure
+	GitRemoteCompletionType
+	GitRemoteHandle
+	GitRemoteHeadStructure
+	GitRepositoryHandle
+	GitRepositoryInitOptionsStructure
+	GitResetType
+	GitRevwalkHandle
+	GitSignatureStructure
+	GitStatusOptionsStructure
+	GitStatusShowType
+	GitSubmoduleHandle
+	GitSubmoduleIgnoreType
+	GitSubmoduleStatusType
+	GitSubmoduleUpdateType
+	GitTagHandle
+	GitTimeStructure
+	GitTreeEntryHandle
+	GitTreeHandle
+	GitTreebuilderHandle
+	GitTreewalkModeType
+	GitPrimitives
+	GitSignature
+	GitWorkingCopy
+	GitTag
+	GitCheckoutStrategy
+	(GitRepositoriesResource autoload)
+	(GitTests autoload)
+	GitCheckoutOptions
+	GitIndex
+	GitWorkingCopyEntry
+	GitSignatureQuery
+	GitAuthorQuery
+	GitCommitterQuery
+	GitReference
+	GitCommand
+	GitStringArray
+	GitSourceCodeManagementSettingsAppl2
+	GitSourceCodeManager2
+	GitIconLibrary
+	GitCommitDialog
+	GitRemote
+	GitPackageModel
+	GitPackageModelRegistry
     )
 !
 
@@ -151,21 +151,21 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-        Object isGitBlob
-        Object isGitCommit
-        Object isGitObject
-        Object isGitOid
-        Object isGitRepository
-        Object isGitTag
-        Object isGitTree
-        Object isGitReference
-        Object isGitTreeish
-        #'SCMAbstractSourceCodeManager::Utilities' checkinClass:withInfo:withCheck:usingManager:
-        #'SCMAbstractSourceCodeManager::Utilities' compareProject:withRepositoryVersionFrom:
-        #'SCMAbstractSourceCodeManager::Utilities' diffSetOfProject:againstRepositoryVersionFrom:
-        #'SCMAbstractSourceCodeManager::Utilities' tagClass:as:
-        #'SCMAbstractSourceCodeManager::Utilities' tagClasses:as:
-        #'SCMAbstractSourceCodeManager::Utilities' tagPackage:as:
+	Object isGitBlob
+	Object isGitCommit
+	Object isGitObject
+	Object isGitOid
+	Object isGitRepository
+	Object isGitTag
+	Object isGitTree
+	Object isGitReference
+	Object isGitTreeish
+	"/ #'SCMAbstractSourceCodeManager::Utilities' checkinClass:withInfo:withCheck:usingManager:
+	"/ #'SCMAbstractSourceCodeManager::Utilities' compareProject:withRepositoryVersionFrom:
+	"/ #'SCMAbstractSourceCodeManager::Utilities' diffSetOfProject:againstRepositoryVersionFrom:
+	"/ #'SCMAbstractSourceCodeManager::Utilities' tagClass:as:
+	"/ #'SCMAbstractSourceCodeManager::Utilities' tagClasses:as:
+	"/ #'SCMAbstractSourceCodeManager::Utilities' tagPackage:as:
     )
 ! !
 
@@ -215,7 +215,7 @@
     "Return a SVN repository URL of myself.
      (Generated since 2011-04-08)
      Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
-    "        
+    "
 
     ^ '$URL::                                                                                                                        $'
 !