mercurial/revlogutils/__init__.py
author Romain DEP. <rom1dep@gmail.com>
Mon, 11 May 2020 21:56:43 +0200
changeset 44902 288328c6711b
parent 44035 ab595920de0e
child 47400 ac60a1366a49
permissions -rw-r--r--
git: fix probable missing return Differential Revision: https://phab.mercurial-scm.org/D8539

# mercurial.revlogutils -- basic utilities for revlog
#
# Copyright 2019 Pierre-Yves David <pierre-yves.david@octobus.net>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

from __future__ import absolute_import