mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Aug 2024 13:15:10 +0200
changeset 51783 acc2d0f08fc9
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
manifest: use the `read_delta_parents` method Let's use the more accurate API.

# __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