mercurial/revlogutils/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Fri, 18 Dec 2020 20:35:11 +0900
changeset 46172 d04c0e494cfe
parent 44034 ab595920de0e
child 47394 ac60a1366a49
permissions -rw-r--r--
dispatch: remove stale comment about fdopen()-ed stdio On Python 3, stdout is just wrapped by LineBufferedWrapper.

# 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