##// END OF EJS Templates
Fixes valid revision regexp....
Jean-Philippe Lang -
r4435:03397f605c7e
parent child
Show More
@@ -198,7 +198,7 class RepositoriesController < ApplicationController
198 198
199 199 private
200 200
201 REV_PARAM_RE = %r{^[a-f0-9]*$}i
201 REV_PARAM_RE = %r{\A[a-f0-9]*\Z}i
202 202
203 203 def find_repository
204 204 @project = Project.find(params[:id])
General Comments 0
You need to be logged in to leave comments. Login now