mercurial/HGCommandError.st
changeset 115 b1ed2d29054b
parent 54 66045198bfbc
child 210 54a73fa50d40
equal deleted inserted replaced
114:8b27cb46af9a 115:b1ed2d29054b
     9 
     9 
    10 
    10 
    11 !HGCommandError class methodsFor:'documentation'!
    11 !HGCommandError class methodsFor:'documentation'!
    12 
    12 
    13 version_HG
    13 version_HG
    14     "Never, ever change this method. Ask JV or CG why"
    14 
    15     ^thisContext method mclass theNonMetaclass instVarNamed: #revision
    15     ^ '$Changeset: <not expanded> $'
    16 !
    16 !
    17 
    17 
    18 version_SVN
    18 version_SVN
    19     ^ '$Id::                                                                                                                        $'
    19     ^ '§Id::                                                                                                                        §'
    20 ! !
    20 ! !