SVN__WorkingCopy.st
changeset 1065 35d1106a2336
parent 1063 75f4338d821a
child 1101 ffc2b5e1104f
equal deleted inserted replaced
1064:6329f1ac5763 1065:35d1106a2336
   662     "Created: / 31-03-2008 / 13:11:15 / janfrog"
   662     "Created: / 31-03-2008 / 13:11:15 / janfrog"
   663     "Modified: / 07-04-2008 / 08:52:13 / janfrog"
   663     "Modified: / 07-04-2008 / 08:52:13 / janfrog"
   664     "Modified: / 23-03-2009 / 11:48:06 / Jan Vrany <vranyj1@fel.cvut.cz>"
   664     "Modified: / 23-03-2009 / 11:48:06 / Jan Vrany <vranyj1@fel.cvut.cz>"
   665 !
   665 !
   666 
   666 
       
   667 commit:message files: files
       
   668 
       
   669     ^self commitTask
       
   670         message: message;
       
   671         paths: files;
       
   672         do
       
   673 
       
   674     "Created: / 31-03-2008 / 13:11:15 / janfrog"
       
   675     "Modified: / 07-04-2008 / 08:52:13 / janfrog"
       
   676     "Modified: / 23-03-2009 / 11:48:06 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
   677     "Created: / 14-03-2012 / 17:15:25 / jv"
       
   678 !
       
   679 
   667 info: paths
   680 info: paths
   668 
   681 
   669     ^SVN::InfoCommand new
   682     ^SVN::InfoCommand new
   670         workingCopy: self;
   683         workingCopy: self;
   671         paths: paths;
   684         paths: paths;