mercurial/extensions.st
changeset 378 5c36325d6f60
parent 373 64da1201fcb0
child 394 1f009c523329
--- a/mercurial/extensions.st	Tue Feb 18 21:56:01 2014 +0000
+++ b/mercurial/extensions.st	Fri Feb 21 10:47:49 2014 +0000
@@ -1212,7 +1212,7 @@
     "Set the command to 'hg' executable"
 
     self at:#hgCommand put: aString.
-    HGCommand hgCommand: aString.
+    HGCommand hgCommand: nil.
 
     "
         UserPreferences current hgCommand
@@ -1221,6 +1221,7 @@
     "
 
     "Created: / 19-11-2012 / 21:39:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 21-02-2014 / 00:10:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libscm_mercurial class methodsFor:'documentation'!