Mercurial > hg
view contrib/packaging/debian/control @ 45185:a17454a189d1 stable
chgserver: discard buffered output before restoring fds (issue6207)
On Python 3, flush() appears not discarding buffered data on EPIPE, and
the buffered data will be carried over to the restored stdout.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 20 Jul 2020 20:31:24 +0900 |
parents | 8fda98a68427 |
children | c82d6363bc9e |
line wrap: on
line source
Source: mercurial Section: vcs Priority: optional Maintainer: Mercurial Developers <mercurial-devel@mercurial-scm.org> Build-Depends: debhelper (>= 9), dh-python, less, netbase, python3-all, python3-all-dev, python3-docutils, unzip, zip Standards-Version: 3.9.4 X-Python3-Version: >= 3.5 Package: mercurial Depends: sensible-utils, ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, Recommends: ca-certificates Suggests: wish Replaces: mercurial-common Breaks: mercurial-common Architecture: any Description: fast, easy to use, distributed revision control tool. Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . Its features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of files and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase