Fix the misleading string in pop up "RBTool Setup" message in repository admin
Review Request #6788 — Created Jan. 16, 2015 and submitted — Latest diff uploaded
In the repository list in the Review Board admin site, we have an "RBTools Setup" link that pops up instructions for what to put in a .reviewboardrc file. One instruction was misleading (telling the user to work on root directory) in cases like SVN where the user won't be checking out the "repository root", but rather a subdirectory
The misleading string is produced by reviewboard/templates/admin/scmtools/repository/rbtools_setup.html I just changed some static string in the html file.
This change fixes the text to suggest users commit this file to the root of their working copy.
Show better string on Chrome after modification