From: Benjamin Mako Hill Date: Mon, 2 May 2011 17:59:02 +0000 (-0400) Subject: fix bug and invoke regex search in first revision X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/4a2a815f4bd260376ac2f758d796fc4fbe549924?hp=4a2a815f4bd260376ac2f758d796fc4fbe549924 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. ---