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.7.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d74c2017b277
branches:  trunk
changeset: 582602:d74c2017b277
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 23 14:21:21 2010 +0000

description:
Update to 1.7.1:

This is an unscheduled bugfix release. 1.7 clients broke support
for pushing bookmarks with HTTP.

    * alias: fall back to normal error handling for ambigious commands (issue2475)
    * bundlerepository: get rid of temporary bundle files (issue2478)
    * bundlerepository: test self.tempfile field, not tempfile module
    * eol: exclude .hgtags file from eol translation (issue2493)
    * log: fix log -rREV FILE when REV isnt the last filerev (issue2492)
    * opener: check hardlink count reporting (issue1866)
    * pushkey: force HTTP POST on push and add tests (issue2489)
    * revlog: fix descendants() if nullrev is in revs
    * subrepo: test & fix svn subrepo removal
    * win32: remove try-catch block of GetModuleFileNameEx (issue2480)

diffstat:

 devel/mercurial/Makefile |  4 ++--
 devel/mercurial/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 244b666cc9ca -r d74c2017b277 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Tue Nov 23 14:21:11 2010 +0000
+++ b/devel/mercurial/Makefile  Tue Nov 23 14:21:21 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2010/11/02 09:37:19 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2010/11/23 14:21:21 wiz Exp $
 #
 
-DISTNAME=      mercurial-1.7
+DISTNAME=      mercurial-1.7.1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://mercurial.selenic.com/release/
 
diff -r 244b666cc9ca -r d74c2017b277 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Tue Nov 23 14:21:11 2010 +0000
+++ b/devel/mercurial/distinfo  Tue Nov 23 14:21:21 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2010/11/02 09:37:19 wiz Exp $
+$NetBSD: distinfo,v 1.38 2010/11/23 14:21:21 wiz Exp $
 
-SHA1 (mercurial-1.7.tar.gz) = 54f5f58365c79dd897e0e490043a5b52aa50aae1
-RMD160 (mercurial-1.7.tar.gz) = 1103d8033309a69ed76a29d40823f45877dee5b9
-Size (mercurial-1.7.tar.gz) = 2468587 bytes
+SHA1 (mercurial-1.7.1.tar.gz) = 984e896e4450e472df45fec91bf50289c94f9556
+RMD160 (mercurial-1.7.1.tar.gz) = 05c902d444b2f1dfb461ec30fbf4e5174ed5dfb1
+Size (mercurial-1.7.1.tar.gz) = 2471811 bytes



Home | Main Index | Thread Index | Old Index