diff options
author | roberto <roberto@FreeBSD.org> | 2011-04-05 20:44:33 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2011-04-05 20:44:33 +0800 |
commit | 1f16cd7c2189f1e203575a0a9e3b74e0ec772b0b (patch) | |
tree | 6a3dd67cd16b026027377428d3317be2c6ee887e | |
parent | 2f8857c58ae823f0a2613fb8c79a3621d99d95ba (diff) | |
download | freebsd-ports-gnome-1f16cd7c2189f1e203575a0a9e3b74e0ec772b0b.tar.gz freebsd-ports-gnome-1f16cd7c2189f1e203575a0a9e3b74e0ec772b0b.tar.zst freebsd-ports-gnome-1f16cd7c2189f1e203575a0a9e3b74e0ec772b0b.zip |
Update to Mercurial 1.8.2.
This is regular time-based bugfix release.
bookmarks: discard current bookmark if absent from the bookmarks (issue2692)
bookmarks: fix update of the current bookmark during rename
color: port to using ctypes (issue2687)
convert/svn: fix _iterfiles() output in root dir case (issue2647)
eol: do not abort when win32text is found, only warn
eol: use dirstate methods to clear dirstate
hgweb: add display of bookmarks for changelog and changeset
hgweb: add separate page with bookmarks listing
merge: avoid unlinking destination of merge when case changes (issue2715)
mq: do not let qrefresh write bad patch
pager: don't page stderr if it's being redirected (issue2541)
push/outgoing: print remote target path even if there's an error (issue2561)
subrepo: recognize scp-style paths as git URLs
templates: widen the graph canvas (issue2683)
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 70b3a6148e4b..fc0720b62ee5 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 03a4dafaa1eb..bc9b3e82994f 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,2 +1,2 @@ -SHA256 (mercurial-1.8.1.tar.gz) = fadea043641b003132249fd440329c42fa9f03534bdd51ac98404b5dbc88aa31 -SIZE (mercurial-1.8.1.tar.gz) = 2529579 +SHA256 (mercurial-1.8.2.tar.gz) = d326be6a5d8d9d39bfab1cadd4d8fd64937ba7c217dfbcba1f83e5026c57b041 +SIZE (mercurial-1.8.2.tar.gz) = 2547027 |