Make revision content decompression publicly available
authorMatthias Mullie <git@mullie.eu>
Wed, 7 Aug 2013 16:14:18 +0000 (18:14 +0200)
committerMatthias Mullie <git@mullie.eu>
Wed, 7 Aug 2013 18:53:34 +0000 (20:53 +0200)
commit7e6107b55554ae0e204ce4e13f230c0927701b4c
treee2c04b7488b4c2ed5fd5a6cfa007253d04b576ef
parentd97a1061f9afb8617511d0896ba99e661f14d584
Make revision content decompression publicly available

compressRevisionText() is already publicly available, but the decompression was
not. For others using compressRevisionText(), the only way to decompress was to
duplicate the gzinflate code.

Change-Id: I61cd87acb52a482ba88f7c9d3826ecee66c89911
includes/Revision.php