Improved commit behavior.
This commit is contained in:
parent
83af482268
commit
90ad65b589
@ -70,9 +70,7 @@ FossilRepo >> commit: message [
|
||||
arguments: { 'commit' . '--no-warnings' . '-m' . message };
|
||||
workingDirectory: self localFolderName;
|
||||
redirectStdout;
|
||||
runAndWaitOnExitDo: [ :process :outString |
|
||||
Transcript show: message.
|
||||
^ outString ]
|
||||
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
||||
]
|
||||
|
||||
{ #category : #wiki }
|
||||
|
Loading…
Reference in New Issue
Block a user