view hgext/__init__.py @ 1366:9c3ba42c582a

inhibit: move transaction wrapping outside of repo setup Before this patch, transaction wrapping code was done in reposetup. It happened to cause stackoverflows in repos with a lot of subreps. This patch moves the wrapping to extsetup and avoids this problem.
author Laurent Charignon <lcharignon@fb.com>
date Tue, 16 Jun 2015 10:07:51 -0700
parents 9825c7da5b54
children 5ef77a1d975c
line wrap: on
line source

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