Tue Nov 23 14:21:22 2010 UTC ()
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)


(wiz)
diff -r1.49 -r1.50 pkgsrc/devel/mercurial/Makefile
diff -r1.37 -r1.38 pkgsrc/devel/mercurial/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/devel/mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2010/11/02 09:37:19 1.49
+++ pkgsrc/devel/mercurial/Makefile 2010/11/23 14:21:21 1.50
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.49 2010/11/02 09:37:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.50 2010/11/23 14:21:21 wiz Exp $
2# 2#
3 3
4DISTNAME= mercurial-1.7 4DISTNAME= mercurial-1.7.1
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://mercurial.selenic.com/release/ 6MASTER_SITES= http://mercurial.selenic.com/release/
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://mercurial.selenic.com/wiki/ 9HOMEPAGE= http://mercurial.selenic.com/wiki/
10COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 12
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17

cvs diff -r1.37 -r1.38 pkgsrc/devel/mercurial/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Attic/distinfo 2010/11/02 09:37:19 1.37
+++ pkgsrc/devel/mercurial/Attic/distinfo 2010/11/23 14:21:21 1.38
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.37 2010/11/02 09:37:19 wiz Exp $ 1$NetBSD: distinfo,v 1.38 2010/11/23 14:21:21 wiz Exp $
2 2
3SHA1 (mercurial-1.7.tar.gz) = 54f5f58365c79dd897e0e490043a5b52aa50aae1 3SHA1 (mercurial-1.7.1.tar.gz) = 984e896e4450e472df45fec91bf50289c94f9556
4RMD160 (mercurial-1.7.tar.gz) = 1103d8033309a69ed76a29d40823f45877dee5b9 4RMD160 (mercurial-1.7.1.tar.gz) = 05c902d444b2f1dfb461ec30fbf4e5174ed5dfb1
5Size (mercurial-1.7.tar.gz) = 2468587 bytes 5Size (mercurial-1.7.1.tar.gz) = 2471811 bytes