rename variables so regex/regexes is diff_regex/regex
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 11 Apr 2014 22:12:43 +0000 (15:12 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 11 Apr 2014 22:12:43 +0000 (15:12 -0700)
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.


No differences found

Benjamin Mako Hill || Want to submit a patch?