# HG changeset patch # User Claus Gittinger # Date 1347398545 -7200 # Node ID 0a03a211d43b41e4c9f498de11c280914a4b7c08 # Parent 8fa437e405720932737da5541830a86cd5f46b60 category change diff -r 8fa437e40572 -r 0a03a211d43b MCHttpRepository.st --- a/MCHttpRepository.st Tue Sep 11 23:22:20 2012 +0200 +++ b/MCHttpRepository.st Tue Sep 11 23:22:25 2012 +0200 @@ -4,7 +4,7 @@ instanceVariableNames:'location user password readerCache' classVariableNames:'' poolDictionaries:'' - category:'Monticello-Repositories' + category:'SCM-Monticello-Repositories' ! @@ -48,7 +48,6 @@ password: password ! ! - !MCHttpRepository methodsFor:'as yet unclassified'! asCreationTemplate @@ -226,11 +225,11 @@ !MCHttpRepository class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.4 2011-09-07 12:05:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.4 2011-09-07 12:05:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $' ! version_SVN