pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mercurial Update to 2.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1f6e5cb05c
branches:  trunk
changeset: 626144:6d1f6e5cb05c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 02 17:29:31 2013 +0000

description:
Update to 2.8:

This is a regularly scheduled feature release.

1.1. Core features

    hgweb: add revset syntax support to search
    hgweb: always run search when a query is entered (BC)
    hgweb (paper theme): add infinite scrolling to graph
    hgweb: show full date in rfc822 format in tooltips at shortlog page
    proxy: allow wildcards in the no proxy list (issue1821)
    pull: for pull --update with failed update, print hint if any
    rebase: preserve working directory parent (BC)
    sslutil: add a config knob to support TLS (default) or SSLv23 (BC) (issue4038)
    templatefilters: add short format for age formatting
    templater: support using templates with non-standard names from map file
    update: add error message for dirty non-linear update with no rev
    addremove: don't do full walks
    log: make file log slow path usable on huge repos
    subrepo: let the user choose to merge, keep local or keep remote subrepo revisions

1.2. Extension features

    convert-internals: introduce hg.revs to replace hg.startrev and --rev with a revset
    convert-internals: update source shamap when using filemap, just as when not using filemap
    factotum: clean up keychain for multiple hg repository authentication
    histedit: abort if there are multiple roots in "--outgoing" revisions
    mq: extract strip function as its standalone extension (issue3824)
    mq: look for modified subrepos when checking for local changes
    rebase: remove bailifchanged check from pullrebase (BC)
    shelve: add a shelve extension to save/restore working changes

1.3. Fixes

    pager: honour internal aliases
    patch: ensure valid git diffs if source/destination file is missing (issue4046)
    patch: Fix nullid for binary git diffs (issue4054)
    progress: stop getting stuck in a nested topic during a long inner step
    rebase: handle bookmarks matching revset function names (issue3950)
    rebase: preserve active bookmark when not at head (issue3813)
    rebase: preserve metadata from grafts of changes (issue4001)
    rebase: fix selection of base used when rebasing merge (issue4041)
    ui: send password prompts to stderr again (issue4056)

diffstat:

 devel/mercurial/Makefile |  4 ++--
 devel/mercurial/PLIST    |  8 +++++++-
 devel/mercurial/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r bbc4bd627807 -r 6d1f6e5cb05c devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Sat Nov 02 17:09:26 2013 +0000
+++ b/devel/mercurial/Makefile  Sat Nov 02 17:29:31 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2013/10/03 13:18:15 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2013/11/02 17:29:31 wiz Exp $
 
-DISTNAME=      mercurial-2.7.2
+DISTNAME=      mercurial-2.8
 CATEGORIES=    devel scm
 MASTER_SITES=  http://mercurial.selenic.com/release/
 
diff -r bbc4bd627807 -r 6d1f6e5cb05c devel/mercurial/PLIST
--- a/devel/mercurial/PLIST     Sat Nov 02 17:09:26 2013 +0000
+++ b/devel/mercurial/PLIST     Sat Nov 02 17:29:31 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2013/08/03 08:30:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2013/11/02 17:29:31 wiz Exp $
 bin/hg
 ${PYSITELIB}/hgext/__init__.py
 ${PYSITELIB}/hgext/__init__.pyc
@@ -171,6 +171,12 @@
 ${PYSITELIB}/hgext/share.py
 ${PYSITELIB}/hgext/share.pyc
 ${PYSITELIB}/hgext/share.pyo
+${PYSITELIB}/hgext/shelve.py
+${PYSITELIB}/hgext/shelve.pyc
+${PYSITELIB}/hgext/shelve.pyo
+${PYSITELIB}/hgext/strip.py
+${PYSITELIB}/hgext/strip.pyc
+${PYSITELIB}/hgext/strip.pyo
 ${PYSITELIB}/hgext/transplant.py
 ${PYSITELIB}/hgext/transplant.pyc
 ${PYSITELIB}/hgext/transplant.pyo
diff -r bbc4bd627807 -r 6d1f6e5cb05c devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Sat Nov 02 17:09:26 2013 +0000
+++ b/devel/mercurial/distinfo  Sat Nov 02 17:29:31 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.79 2013/10/03 13:18:15 wiz Exp $
+$NetBSD: distinfo,v 1.80 2013/11/02 17:29:31 wiz Exp $
 
-SHA1 (mercurial-2.7.2.tar.gz) = 43ea4aa5d707087d89da8783115585e03860e84b
-RMD160 (mercurial-2.7.2.tar.gz) = 7c479870bcbee2e5a847191c5dcc5b30ca47b69b
-Size (mercurial-2.7.2.tar.gz) = 3787955 bytes
+SHA1 (mercurial-2.8.tar.gz) = a18e47c44bed2149a71d2154d7e0edca226bdd83
+RMD160 (mercurial-2.8.tar.gz) = d403c816540f2ee4b56ba6f92f1b1df3c6f434a5
+Size (mercurial-2.8.tar.gz) = 3833669 bytes



Home | Main Index | Thread Index | Old Index