<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">SMSimpleInstaller&gt;&gt;fileIntoChangeSetNamed:
      aString fromStream: stream<br>
          "We let the user confirm filing into an existing ChangeSet<br>
          or specify another ChangeSet name if<br>
          the name derived from the filename already exists."<br>
          | changeSet newName oldChanges global |<br>
          newName := aString.<br>
          changeSet := SMInstaller changeSetNamed: newName.<br>
          changeSet ifNotNil: [<br>
              newName := self silent ifNil: [UIManager default<br>
                                          request: 'ChangeSet already
      present, just confirm to overwrite or enter a new name:' <br>
                                          initialAnswer: newName]<br>
                              ifNotNil: [newName].<br>
          ++++++</font><br>
    <br>
    AFAICS, 'self silent' cannot return nil, it always returns a boolan.
    <div class="moz-signature">
    </div>
  </body>
</html>