diff options
author | wiz <wiz> | 2011-03-02 06:46:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-03-02 06:46:11 +0000 |
commit | 06e0b5e7320215eb7fe0ee346dff7d619de7ff6a (patch) | |
tree | 7839ee608d8e1e1c6cec0c6cf49bd51b3be343bc /devel/mercurial | |
parent | ab5c29837e9293bb9b9c416d3f58461eca16732f (diff) | |
download | pkgsrc-06e0b5e7320215eb7fe0ee346dff7d619de7ff6a.tar.gz |
Update to 1.8:
1.1. Core
* Bookmarks are now a core feature (see UpgradeNotes)
* New listfile: pattern-matching (patterns)
* Revset syntax supported by most commands
* Performance improvements for reading large repository indexes
* Certificate validation for HTTPS proxies
1.2. Subrepos
* New support for git subrepos
* Various improvements to merge, update, and commit logic
1.3. Windows
* Numerous robustness improvements for quirks in Windows file handling
* Now uses the native ctypes module rather than PyWin32
1.4. Extensions
* eol: filter aliases for compatibility with win32text
* mq: --exact option for qpush
* mq: various robustness improvements
* progress: remaining time estimates
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, 10 insertions, 10 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 5bf3f15667d..19e21acd2fd 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2011/02/03 12:36:37 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2011/03/02 06:46:11 wiz Exp $ # -DISTNAME= mercurial-1.7.5 +DISTNAME= mercurial-1.8 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 4910e81fc7b..1f49f6b8c4f 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/11/02 09:37:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2011/03/02 06:46:11 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -6,9 +6,6 @@ ${PYSITELIB}/hgext/__init__.pyo ${PYSITELIB}/hgext/acl.py ${PYSITELIB}/hgext/acl.pyc ${PYSITELIB}/hgext/acl.pyo -${PYSITELIB}/hgext/bookmarks.py -${PYSITELIB}/hgext/bookmarks.pyc -${PYSITELIB}/hgext/bookmarks.pyo ${PYSITELIB}/hgext/bugzilla.py ${PYSITELIB}/hgext/bugzilla.pyc ${PYSITELIB}/hgext/bugzilla.pyo @@ -164,6 +161,9 @@ ${PYSITELIB}/mercurial/archival.pyc ${PYSITELIB}/mercurial/archival.pyo ${PYSITELIB}/mercurial/base85.so ${PYSITELIB}/mercurial/bdiff.so +${PYSITELIB}/mercurial/bookmarks.py +${PYSITELIB}/mercurial/bookmarks.pyc +${PYSITELIB}/mercurial/bookmarks.pyo ${PYSITELIB}/mercurial/bundlerepo.py ${PYSITELIB}/mercurial/bundlerepo.pyc ${PYSITELIB}/mercurial/bundlerepo.pyo diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 8c984ab45be..5db465f3454 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2011/02/03 12:36:37 wiz Exp $ +$NetBSD: distinfo,v 1.42 2011/03/02 06:46:11 wiz Exp $ -SHA1 (mercurial-1.7.5.tar.gz) = 3b2dad1415e8bde00d2248b7d8c4255e9f0d79aa -RMD160 (mercurial-1.7.5.tar.gz) = 83b3d68d2d68419f81da8aa63085206646141dae -Size (mercurial-1.7.5.tar.gz) = 2486207 bytes +SHA1 (mercurial-1.8.tar.gz) = 51e335638996e614c8a1c251d4cadb9524ed9ad0 +RMD160 (mercurial-1.8.tar.gz) = ed428f767c624e935173487c110515f66a6b2c9a +Size (mercurial-1.8.tar.gz) = 2528310 bytes |