SVNSourceCodeManager.st
changeset 1021 12be1fe92d15
parent 968 6d8ea40478b6
child 1059 f37fb1ed1182
--- a/SVNSourceCodeManager.st	Thu Feb 09 18:18:41 2012 +0100
+++ b/SVNSourceCodeManager.st	Thu Feb 09 18:18:51 2012 +0100
@@ -668,7 +668,8 @@
     classesPerPackage keysAndValuesDo:
         [:package :classes| | repo |
         repo := SVN::RepositoryManager repositoryForPackage:package.
-        SVN::CommitWizard new
+        "/SVN::CommitWizard new
+        SVN::CommitDialog2 new
                 task: (repo workingCopy commitTask
                         classes: classes;
                         message: aLogInfoOrNil;
@@ -694,7 +695,8 @@
     task suppressExtensions: doExtensions not.
     task suppresBuildSupportFiles: doBuild not.
 
-    SVN::CommitWizard new
+    "/SVN::CommitWizard new
+    SVN::CommitDialog2 new
             task: task;
             open