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:
Kostas
2014-08-06 10:06:10 +00:00
parent 95583e744e
commit 559664f021
4 changed files with 14 additions and 14 deletions

View File

@ -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";