mercurial/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Jun 2022 11:55:40 +0200
changeset 49351 b508cffd3c04
parent 48966 6000f5b25c9b
child 51901 f4733654f144
permissions -rw-r--r--
rust: add UnionMatcher This will be used in the upcoming support for sparse checkouts in Rust-augmented status and later in rhg support for sparse checkouts.

# __init__.py - Startup and module loading logic for Mercurial.
#
# Copyright 2015 Gregory Szorc <gregory.szorc@gmail.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.


# Allow 'from mercurial import demandimport' to keep working.
import hgdemandimport

demandimport = hgdemandimport