Changeset 16 for trunk/Units
- Timestamp:
- Jul 15, 2015, 8:32:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Units/UVCS.pas
r15 r16 62 62 Password: string; 63 63 Email: string; 64 SilentExecution: Boolean; 64 65 ExecutionOutput: TStringList; 65 66 procedure Checkout; virtual; … … 204 205 if DirectoryExistsUTF8(Path) then FormConsole.WorkingDir := Path 205 206 else FormConsole.WorkingDir := ''; 206 FormConsole.ShowModal; 207 if SilentExecution then FormConsole.Perform 208 else FormConsole.ShowModal; 207 209 ExecutionOutput.Assign(FormConsole.Log); 208 210 end;
Note:
See TracChangeset
for help on using the changeset viewer.