diff options
author | wiz <wiz> | 2010-11-23 14:21:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-11-23 14:21:21 +0000 |
commit | 9150c66cce58944ef596a936f97b9b97b0b30a0d (patch) | |
tree | 57cc24416565806c2dd627e09532c97af48eae60 /devel/mercurial | |
parent | 20b1e25423c7ac8fbd59242c80d25c774ef7ea5c (diff) | |
download | pkgsrc-9150c66cce58944ef596a936f97b9b97b0b30a0d.tar.gz |
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 (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index a9c870705af..0a09981555f 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -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 --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 4264f2102df..88faabe694b 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -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 |