# HG changeset patch # User Claus Gittinger # Date 1401618578 -7200 # Node ID 66fbc2b3a1abf3ccbda5b759103b7bd1f5195249 # Parent c4bc660c4640608184e32626806ebf074f96606c documentation diff -r c4bc660c4640 -r 66fbc2b3a1ab MercurialSourceCodeManager.st --- a/MercurialSourceCodeManager.st Sun Jun 01 12:29:25 2014 +0200 +++ b/MercurialSourceCodeManager.st Sun Jun 01 12:29:38 2014 +0200 @@ -39,6 +39,9 @@ documentation " + Attention: this will be removed soon - it has been obsoleted by the + new mercurial support found in libscm/mercurial. + SourceCodeManager which accesses the sourcecode through hg (mercurial). ongoing work - unfinished and unusable @@ -423,11 +426,11 @@ !MercurialSourceCodeManager class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.8 2014-02-05 17:52:12 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.9 2014-06-01 10:29:38 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.8 2014-02-05 17:52:12 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.9 2014-06-01 10:29:38 cg Exp $' ! !