From: Benjamin Mako Hill Date: Fri, 11 Apr 2014 22:12:43 +0000 (-0700) Subject: rename variables so regex/regexes is diff_regex/regex X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/31741a5e4227433d43560388e0bc8c91653e18bf?hp=31741a5e4227433d43560388e0bc8c91653e18bf rename variables so regex/regexes is diff_regex/regex All the code to check for patterns within diff are named regex, regexes, etc. This is problematic because (a) we already have one more place we can check for regex and (b) I'm about to about add code to look for regex in abitrary revisions (/not/ diffs). This change "makes room" for the next one. ---