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 1.5.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/652484b3809f
branches:  trunk
changeset: 576281:652484b3809f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 05 12:32:20 2010 +0000

description:
Update to 1.5.4:

This is a scheduled monthly minor bugfix release.

    * dispatch: include Python version in traceback
    * push: update help
    * status: avoid performance regression when no .hgsub is present
    * clone: fix performance issue with hardlinks and Windows shares
    * hgweb: fix race in refreshing repo list (issue2188)
    * hgrc: clarify that hgrc keys can be overridden and sections can be split
    * eol: new extension for managing file newlines based on a
      version controlled configuration file
    * pager: fork and exec pager as parent process with /bin/sh -c
    * rebase: stress that only local changesets should be rebased
    * convert/svn: close gettags() log stream (issue2196)
    * record: check that we are not committing a merge before patch selection

diffstat:

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

diffs (45 lines):

diff -r 37a7a091a48d -r 652484b3809f devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Sat Jun 05 12:29:53 2010 +0000
+++ b/devel/mercurial/Makefile  Sat Jun 05 12:32:20 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2010/05/13 19:39:13 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2010/06/05 12:32:20 wiz Exp $
 #
 
-DISTNAME=      mercurial-1.5.3
+DISTNAME=      mercurial-1.5.4
 CATEGORIES=    devel scm
 MASTER_SITES=  http://mercurial.selenic.com/release/
 
diff -r 37a7a091a48d -r 652484b3809f devel/mercurial/PLIST
--- a/devel/mercurial/PLIST     Sat Jun 05 12:29:53 2010 +0000
+++ b/devel/mercurial/PLIST     Sat Jun 05 12:32:20 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2010/03/07 23:23:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2010/06/05 12:32:20 wiz Exp $
 bin/hg
 ${PYSITELIB}/hgext/__init__.py
 ${PYSITELIB}/hgext/__init__.pyc
@@ -66,6 +66,9 @@
 ${PYSITELIB}/hgext/convert/transport.py
 ${PYSITELIB}/hgext/convert/transport.pyc
 ${PYSITELIB}/hgext/convert/transport.pyo
+${PYSITELIB}/hgext/eol.py
+${PYSITELIB}/hgext/eol.pyc
+${PYSITELIB}/hgext/eol.pyo
 ${PYSITELIB}/hgext/extdiff.py
 ${PYSITELIB}/hgext/extdiff.pyc
 ${PYSITELIB}/hgext/extdiff.pyo
diff -r 37a7a091a48d -r 652484b3809f devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Sat Jun 05 12:29:53 2010 +0000
+++ b/devel/mercurial/distinfo  Sat Jun 05 12:32:20 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2010/05/13 19:39:13 wiz Exp $
+$NetBSD: distinfo,v 1.32 2010/06/05 12:32:20 wiz Exp $
 
-SHA1 (mercurial-1.5.3.tar.gz) = bbf52fb4e8ff797bbf6ab4d32e6d82720a23107d
-RMD160 (mercurial-1.5.3.tar.gz) = c08e160ca2bd8668d09d480e9e95d6274e33eb90
-Size (mercurial-1.5.3.tar.gz) = 2026151 bytes
+SHA1 (mercurial-1.5.4.tar.gz) = 1ff675bc4ec5d1b19f16427df12df691507c2b54
+RMD160 (mercurial-1.5.4.tar.gz) = 3452d96ebc8405fb4393dc5f9a09a1562a41f3e3
+Size (mercurial-1.5.4.tar.gz) = 2038613 bytes



Home | Main Index | Thread Index | Old Index