hgext/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sun, 12 Feb 2017 02:23:33 +0900
branchstable
changeset 30907 75149f84eac7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
misc: update year in copyright lines This patch also makes some expected output lines in tests glob-ed for persistence of them. BTW, files below aren't yet changed in 2017, but this patch also updates copyright of them, because: - mercurial/help/hg.1.txt almost all of "man hg" output comes from online help of hg command, and is already changed in 2017 - mercurial/help/hgignore.5.txt - mercurial/help/hgrc.5 "copyright 2005-201X Matt Mackall" in them mentions about copyright of Mercurial itself

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)