diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-02 17:29:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-02 17:29:31 +0000 |
commit | fa55baab0950afc231a7dcf2aa49fe705b932316 (patch) | |
tree | d570f300b9f19caa9632a61642a6527516874c73 /devel/mercurial | |
parent | ea0193e9ffd3ea7dad95c470d152834f5d6e4e2b (diff) | |
download | pkgsrc-fa55baab0950afc231a7dcf2aa49fe705b932316.tar.gz |
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 (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/PLIST | 8 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 222e6c4f845..0d16c48108f 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -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 --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 3ef964187d0..74bd184fe10 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -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/schemes.pyo ${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 --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 5a2ac9a80f7..a1669bf22d7 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -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 |