fix bug and invoke regex search in first revision
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 2 May 2011 17:59:02 +0000 (13:59 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 2 May 2011 17:59:02 +0000 (13:59 -0400)
commit4a2a815f4bd260376ac2f758d796fc4fbe549924
tree828b05021978f7b698b91aca6141931bd4136f5b
parent23bc9bfafc9312bd4f8bb72f22e38c087ef0b0fa
fix bug and invoke regex search in first revision

Regex search was only being called in diffs. Of course, if something is
added in the very first revision, it will never show up in a diff. This
was resulting in deletions that don't show up as additions. I've patched
the code so that the first revision is treated as one big addition.
wikiq.cpp

Benjamin Mako Hill || Want to submit a patch?