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 };
|
arguments: { 'commit' . '--no-warnings' . '-m' . message };
|
||||||
workingDirectory: self localFolderName;
|
workingDirectory: self localFolderName;
|
||||||
redirectStdout;
|
redirectStdout;
|
||||||
runAndWaitOnExitDo: [ :process :outString |
|
runAndWaitOnExitDo: [ :process :outString | ^ outString ]
|
||||||
Transcript show: message.
|
|
||||||
^ outString ]
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #wiki }
|
{ #category : #wiki }
|
||||||
|
Loading…
Reference in New Issue
Block a user