875da9153f
- stop/abort/no-commit support for "graft" - confirm/dry-run support for "rebase" - "export" of bookmarked branches - "acl" extension can support bookmarks - optional word-diff support - smarter parent selection for changes in merges by default - sparse-revlog option to allow smaller manifests for very big repositories - fix compression handling on ssh streams, noticable with pullbundles - various other bugfixes
14 lines
408 B
Text
14 lines
408 B
Text
# $NetBSD: Makefile.version,v 1.64 2018/08/15 14:04:42 joerg Exp $
|
|
|
|
VERSION= 4.7
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.3
|
|
# see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
|
|
#
|
|
# the following setup argument was requested when compiling
|
|
# for python-3.x
|
|
#.include "../../lang/python/pyversion.mk"
|
|
#
|
|
#.if "${PYPKGPREFIX}" != "py27"
|
|
#PYSETUPARGS+= --c2to3
|
|
#.endif
|