Make DifferenceEngine's markPatrolledLink and getRevisionHeader public so that hooked...
authorJack Phoenix <jack@countervandalism.net>
Fri, 9 Dec 2016 06:59:52 +0000 (08:59 +0200)
committerReedy <reedy@wikimedia.org>
Wed, 14 Dec 2016 22:19:53 +0000 (22:19 +0000)
commitc40fbea783da5f7a302da0ff05fcab81db79afe9
treef6b1b8f09f9d7bea2b21f1c8ee9a7e62a0aef3c7
parent04736acd442c3d8337ee08b8f1b41e5683860347
Make DifferenceEngine's markPatrolledLink and getRevisionHeader public so that hooked functions can use them where needed

The said hooks were added to core in
https://gerrit.wikimedia.org/r/#/c/298026/ . One of the many intended use
cases is https://gerrit.wikimedia.org/r/#/c/326074/ which currently fatals
due to these two being protected, and obviously we don't want to lose
functionality when hooking into one (or more) of the aforementioned hooks.

Change-Id: I260c8b57c0bb2af3a6982bd7142b112a4a023391
Depends-On: I02de9069854532faec4c0c1798a10f862e6dfd7c
includes/diff/DifferenceEngine.php