mercurial/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Fri, 29 Mar 2024 21:37:06 +0100
branchstable
changeset 51541 f8e094110280
parent 48875 6000f5b25c9b
permissions -rw-r--r--
Added tag 6.7.2 for changeset 803e61387e86

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