diff options
author | roberto <roberto@FreeBSD.org> | 2011-01-02 19:30:32 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2011-01-02 19:30:32 +0800 |
commit | dbcda9c5886d8401bad20908007c69ad910608e5 (patch) | |
tree | 076c364703995ba1715060b6c607bd142e029198 /devel/mercurial | |
parent | 9654d489e560e6b44a037c04c5b0834a0d198c63 (diff) | |
download | freebsd-ports-gnome-dbcda9c5886d8401bad20908007c69ad910608e5.tar.gz freebsd-ports-gnome-dbcda9c5886d8401bad20908007c69ad910608e5.tar.zst freebsd-ports-gnome-dbcda9c5886d8401bad20908007c69ad910608e5.zip |
Update to Mercurial 1.7.3, a scheduled bugfix release. 1.7.2 was skipped
due to lack of time.
1. 1.7.3 (2011-01-01)
This is a scheduled bugfix release.
archive: don't set gzip filename header when there's no filename
checknlink: use two testfiles (issue2543)
churn: ignore trailing and leading spaces (issue2546)
date: fix matching of underspecified date ranges
eol: improve help on whether EOLs are changed in working copy or repository
fncachestore: copy dh directory before the manifest
hgweb: abort if config file isn't found
hook: assume relative path to hook is given from repo root
hook: fix import path handling for repo=None
https: use web.cacerts configuration from local repo to validate remote repo
https: warn when server certificate isn't verified
keyword: copy: when copied source is a symlink, follow it
patch: write .rej files without rewriting EOLs
strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377)
tag: abort if not at a branch head (issue2552)
tag: don't check .hgtags status if --local passed
tag: fix uncommitted merge check and error message (issue2542)
util: fix ellipsis() not to break multi-byte sequence (issue2564)
util: work around behavior change in Python 2.7.1
wix: add an ssl certificate file to the WiX installers
2. 1.7.2 (2010-12-01)
This is a scheduled bugfix release.
checknlink: return False if .hgtmp file preexists (issue2517)
commit: search both parents for missing copy revision (issue2484)
context: walk both parents for workingctx.ancestors()
convert/svn: fix changed files list upon directory replacements
hgwebdir: fix incorrect index generation for invalid paths (issue2023)
keyword: copy: when copied source is a symlink, follow it
mq: ignore subrepos (issue2499)
rebase: support --detach when null is common ancestor
subrepo: fix removing read-only svn files on Windows
subrepo: handle missing subrepo spec file as removed
subrepo: prune empty directories when removing svn subrepo
subrepo: use subprocess directly to avoid python 2.6 bug
util: do not crash on revisions with negative timestamp (issue2513)
util: do not recurse in makedirs if name is '' (issue2528)
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 2e8afabcdc3c..12dec57d22e5 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 776d2af1c611..6109d0681c58 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,3 +1,2 @@ -MD5 (mercurial-1.7.1.tar.gz) = b14caa0f9e4dd5acbf9e9a6059c37fd3 -SHA256 (mercurial-1.7.1.tar.gz) = 0430e14e546e308f4add181b1192fa637a21e3512746b80f9a7ef4f418bfb35e -SIZE (mercurial-1.7.1.tar.gz) = 2471811 +SHA256 (mercurial-1.7.3.tar.gz) = 18a58082d8580c88c76453a4c9bec277ba097ba9d1331cab454bbf46fc1745ee +SIZE (mercurial-1.7.3.tar.gz) = 2482093 |