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)
commit31741a5e4227433d43560388e0bc8c91653e18bf
tree2644a23eda84090898756e70052d938b435a023b
parentb1d72e4b54fe293ecd442c6dedc0d91b3b2519b1
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.
wikiq.cpp

Benjamin Mako Hill || Want to submit a patch?