Removed all path conversion for the gdiff and gmerge settings.
The settings are now stored in the platform native format. This should fix the issue where fuel was providing fossil with an incorrect command line for the gmerge setting FossilOrigin-Name: c57c6d52cc3314fdf7a261ec5d23f84da7cb55ea
This commit is contained in:
@ -2150,7 +2150,7 @@ void MainWindow::on_actionSettings_triggered()
|
||||
if(value.isEmpty())
|
||||
params << "unset" << name;
|
||||
else
|
||||
params << "settings" << name << "\"" + value + "\"";
|
||||
params << "settings" << name << value;
|
||||
|
||||
if(type == Settings::Setting::TYPE_FOSSIL_GLOBAL)
|
||||
params << "-global";
|
||||
|
Reference in New Issue
Block a user