comparison hgext/notify.py @ 18406:20cf53932b6f

hgweb: simplify the handling of empty repo This abstraction have two advantages: - If the revlog is empty, None of the code bellow is relevant, early returns seems a win. - Abtraction of the 'emptiness' check will help later when we stop relying on nodefunc. A bonus, with filtering, a non-empty revlog may not have '0' revision accessible. It'll be easier to handle with the emptiness test in a dedicated function
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Mon, 14 Jan 2013 16:30:06 +0100
parents 19e9bf7c0927
children efee1f35fcae
comparison
equal deleted inserted replaced
18405:1eaf0d017b2c 18406:20cf53932b6f