hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 10 May 2019 21:55:59 -0700
changeset 42295 fdd4d668ceb5
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
context: move contents of committablectx.markcommitted() to workingctx Same reasoning as previous commits: this function updates the dirstate. By not updating the dirstate here, we also fix the close-head test. Differential Revision: https://phab.mercurial-scm.org/D6365

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)