Skip to content

Commit

Permalink
Enable VCS support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Oct 4, 2011
1 parent ff9ee16 commit 3207953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/SessionUserSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void UserSettings::setBioconductorMirror(

bool UserSettings::vcsEnabled() const
{
return settings_.getBool("vcsEnabled", false);
return settings_.getBool("vcsEnabled", true);
}

bool UserSettings::alwaysSaveHistory() const
Expand Down

0 comments on commit 3207953

Please sign in to comment.