hgext/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Sun, 10 Jan 2016 10:52:24 -0800
changeset 1582 aa42a6ad9c5c
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
inhibit: fix _filterpublic Before this patch, _filterpublic would always filter rep._obsinhibit and not its "nodes" argument. Fortunately, we always called it with repo._obsinhibit as its "nodes" argument!

# Copyright 2011 Logilab SA <contact@logilab.fr>