added: #projectMenuCompareAgainstNewestInRepositoryUsingManagerNamed:
authorvrany
Mon, 16 Jan 2012 19:55:39 +0100
changeset 11141 b8c9a250621f
parent 11140 9a65db8920f2
child 11142 57ece4219193
added: #projectMenuCompareAgainstNewestInRepositoryUsingManagerNamed: changed: #projectMenuCompareAgainstNewestInRepositoryUsingManager:
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Mon Jan 16 14:10:03 2012 +0100
+++ b/Tools__NewSystemBrowser.st	Mon Jan 16 19:55:39 2012 +0100
@@ -36609,8 +36609,6 @@
     "Comparing the current (in-image) version of the project(s)
      against the the newest version found in the repository."
 
-    <resource: #obsolete> "use ...Using:manager variant"
-
     self withWaitCursorDo:[
         self selectedProjects value do:[:eachProject |
             manager utilities compareProjectWithRepository:eachProject
@@ -36620,6 +36618,16 @@
     "Modified: / 12-10-2006 / 21:46:14 / cg"
     "Created: / 15-10-2011 / 23:10:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Created: / 21-12-2011 / 20:29:20 / cg"
+    "Modified: / 16-01-2012 / 18:45:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+projectMenuCompareAgainstNewestInRepositoryUsingManagerNamed: managerName
+    "Comparing the current (in-image) version of the project(s)
+     against the the newest version found in the repository."
+
+    ^self projectMenuCompareAgainstNewestInRepositoryUsingManager: (Smalltalk at:managerName asSymbol)
+
+    "Created: / 16-01-2012 / 18:45:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 projectMenuCompareAgainstRepository
@@ -55472,11 +55480,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1690 2012-01-16 13:10:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1691 2012-01-16 18:55:39 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1690 2012-01-16 13:10:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1691 2012-01-16 18:55:39 vrany Exp $'
 !
 
 version_SVN