mercurial/HGRemote.st
changeset 401 218a20c7e54a
parent 335 7e19ab19148b
child 430 f4cc379b8281
equal deleted inserted replaced
397:579b4fd3e9a9 401:218a20c7e54a
    44 
    44 
    45 You should have received a copy of the GNU Lesser General Public
    45 You should have received a copy of the GNU Lesser General Public
    46 License along with this library; if not, write to the Free Software
    46 License along with this library; if not, write to the Free Software
    47 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    47 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    48 "
    48 "
       
    49 ! !
       
    50 
       
    51 !HGRemote class methodsFor:'instance creation'!
       
    52 
       
    53 name: name url: url
       
    54     ^ self new setName: name url: url
       
    55 
       
    56     "Created: / 18-03-2014 / 12:08:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    57 !
       
    58 
       
    59 url: url
       
    60     ^ self name: url asString url: url
       
    61 
       
    62     "Created: / 18-03-2014 / 12:09:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    49 ! !
    63 ! !
    50 
    64 
    51 !HGRemote methodsFor:'accessing'!
    65 !HGRemote methodsFor:'accessing'!
    52 
    66 
    53 name
    67 name