pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial Update Mercurial to 4.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aefde83fb0e2
branches:  trunk
changeset: 383999:aefde83fb0e2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 14:04:42 2018 +0000

description:
Update Mercurial to 4.7:

- 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

diffstat:

 devel/py-mercurial/Makefile.version |   4 ++--
 devel/py-mercurial/PLIST            |  15 +++++++++++----
 devel/py-mercurial/distinfo         |  10 +++++-----
 3 files changed, 18 insertions(+), 11 deletions(-)

diffs (84 lines):

diff -r a5455fbb2e0d -r aefde83fb0e2 devel/py-mercurial/Makefile.version
--- a/devel/py-mercurial/Makefile.version       Wed Aug 15 14:03:54 2018 +0000
+++ b/devel/py-mercurial/Makefile.version       Wed Aug 15 14:04:42 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.63 2018/07/03 05:03:12 adam Exp $
+# $NetBSD: Makefile.version,v 1.64 2018/08/15 14:04:42 joerg Exp $
 
-VERSION=       4.6.1
+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
diff -r a5455fbb2e0d -r aefde83fb0e2 devel/py-mercurial/PLIST
--- a/devel/py-mercurial/PLIST  Wed Aug 15 14:03:54 2018 +0000
+++ b/devel/py-mercurial/PLIST  Wed Aug 15 14:04:42 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2018/05/20 10:23:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2018/08/15 14:04:42 joerg Exp $
 bin/hg
 ${PYSITELIB}/hgdemandimport/__init__.py
 ${PYSITELIB}/hgdemandimport/__init__.pyc
@@ -21,6 +21,9 @@
 ${PYSITELIB}/hgext/automv.py
 ${PYSITELIB}/hgext/automv.pyc
 ${PYSITELIB}/hgext/automv.pyo
+${PYSITELIB}/hgext/beautifygraph.py
+${PYSITELIB}/hgext/beautifygraph.pyc
+${PYSITELIB}/hgext/beautifygraph.pyo
 ${PYSITELIB}/hgext/blackbox.py
 ${PYSITELIB}/hgext/blackbox.pyc
 ${PYSITELIB}/hgext/blackbox.pyo
@@ -253,9 +256,6 @@
 ${PYSITELIB}/hgext/narrow/narrowdirstate.py
 ${PYSITELIB}/hgext/narrow/narrowdirstate.pyc
 ${PYSITELIB}/hgext/narrow/narrowdirstate.pyo
-${PYSITELIB}/hgext/narrow/narrowmerge.py
-${PYSITELIB}/hgext/narrow/narrowmerge.pyc
-${PYSITELIB}/hgext/narrow/narrowmerge.pyo
 ${PYSITELIB}/hgext/narrow/narrowpatch.py
 ${PYSITELIB}/hgext/narrow/narrowpatch.pyc
 ${PYSITELIB}/hgext/narrow/narrowpatch.pyo
@@ -455,6 +455,9 @@
 ${PYSITELIB}/mercurial/diffhelper.py
 ${PYSITELIB}/mercurial/diffhelper.pyc
 ${PYSITELIB}/mercurial/diffhelper.pyo
+${PYSITELIB}/mercurial/diffutil.py
+${PYSITELIB}/mercurial/diffutil.pyc
+${PYSITELIB}/mercurial/diffutil.pyo
 ${PYSITELIB}/mercurial/dirstate.py
 ${PYSITELIB}/mercurial/dirstate.pyc
 ${PYSITELIB}/mercurial/dirstate.pyo
@@ -509,6 +512,7 @@
 ${PYSITELIB}/mercurial/help/common.txt
 ${PYSITELIB}/mercurial/help/config.txt
 ${PYSITELIB}/mercurial/help/dates.txt
+${PYSITELIB}/mercurial/help/deprecated.txt
 ${PYSITELIB}/mercurial/help/diffs.txt
 ${PYSITELIB}/mercurial/help/environment.txt
 ${PYSITELIB}/mercurial/help/extensions.txt
@@ -772,6 +776,9 @@
 ${PYSITELIB}/mercurial/stack.py
 ${PYSITELIB}/mercurial/stack.pyc
 ${PYSITELIB}/mercurial/stack.pyo
+${PYSITELIB}/mercurial/state.py
+${PYSITELIB}/mercurial/state.pyc
+${PYSITELIB}/mercurial/state.pyo
 ${PYSITELIB}/mercurial/statichttprepo.py
 ${PYSITELIB}/mercurial/statichttprepo.pyc
 ${PYSITELIB}/mercurial/statichttprepo.pyo
diff -r a5455fbb2e0d -r aefde83fb0e2 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Wed Aug 15 14:03:54 2018 +0000
+++ b/devel/py-mercurial/distinfo       Wed Aug 15 14:04:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.66 2018/06/17 11:24:12 wiz Exp $
+$NetBSD: distinfo,v 1.67 2018/08/15 14:04:42 joerg Exp $
 
-SHA1 (mercurial-4.6.1.tar.gz) = df2bb1487e6a64c7321a93767baf43c6ca1e9b5f
-RMD160 (mercurial-4.6.1.tar.gz) = a9dd32a52d7b46f81d27d89625004b8f09c83552
-SHA512 (mercurial-4.6.1.tar.gz) = 0c7737ca803691b135b4906cc527b20595e314009096d8a19f37814ee192b182e7c5360fbf993f632d6071da1f9fca38677e7190c14ed92bafa8add72a4a27d9
-Size (mercurial-4.6.1.tar.gz) = 6407380 bytes
+SHA1 (mercurial-4.7.tar.gz) = 520f0f50f8763998f1f97667892be42dbae64bfc
+RMD160 (mercurial-4.7.tar.gz) = 182e2382c09a30e779cb56ea5fea3056470891e3
+SHA512 (mercurial-4.7.tar.gz) = a08dfc4e296b5d162097769ab38ab85b7c5de16710bce0b6dce2a39f56cb517455c0ed634f689d07e9bd082fb7641501b7da51963844aee7ab28233cf721dec8
+Size (mercurial-4.7.tar.gz) = 6476268 bytes



Home | Main Index | Thread Index | Old Index