diff options
author | wiz <wiz> | 2011-12-02 12:14:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-02 12:14:18 +0000 |
commit | ca884a9a1fac65bb25a5e571138143f919377ed6 (patch) | |
tree | 12f332f3f1eb31dd78d79a0e8a00fcd5412bfc93 /devel/mercurial | |
parent | 9cc5665a446ee0be4f0c8a7ae1e263ab5f5aa131 (diff) | |
download | pkgsrc-ca884a9a1fac65bb25a5e571138143f919377ed6.tar.gz |
Update to 2.0.1:
This is a regularly-scheduled bug-fix release.
alias: shortcut command matching show shadowing works properly (issue3104)
bundlerepo: don't write branch cache to disk
clone: don't save user's password in .hg/hgrc (issue3122)
convert/bzr: correctly handle divergent nested renames (issue3089)
convert/bzr: fix test of divergent nested renames for bzr 1.x
convert/svn: fix URL quoting issue with svn 1.7
convert: handle trailing slashes in filemap better (issue3124)
diff: '\ No newline at end of file' is also not part of the header
diff: --ignore-blank-lines was too enthusiastic
dirstate: fix case-folding identity for traditional Unix
graft: disallow grafting grafted csets in specific situations (issue3091)
graft: preserve original source in subsequent grafts
hook: flush stdout before redirecting to stderr
import: fix parent selection when importing merges
largefiles: ensure destination directory exists before findfile links to there
largefiles: file storage should be relative to repo, not relative to cwd
largefiles: fix 'hg clone . ../foo' OSError abort
largefiles: fix rename (issue3093)
largefiles: treat status of cache missed largefiles as "missing" correctly
largefiles: use "ui.configlist()" to get largefiles.patterns configuration
largefiles: write .hg/largefiles/ files atomically
makedate: wrong timezone offset if DST rules changed this year (issue2511)
mdiff/patch: fix bad hunk handling for unified diffs with zero context
posix: add extended support for OS X path folding
posix: fix findexe() to check for file type and access
rebase: ensure target is not taken as external (issue3085)
rebase: treat nullmerge as a special case in rebasestate (issue3046)
revset: balance %l or-expressions (issue3129)
revset: follow(nosuchfile) should give an empty set (issue3114)
subrepo: fix git status false positive (issue3109)
subrepo: use correct paths for subrepos with ..-relative paths on windows
update: don't clobber untracked files with wrong casing
url: handle file://localhost/c:/foo "correctly"
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 b00075e03d9..fbab9522988 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2011/11/02 23:14:33 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2011/12/02 12:14:18 wiz Exp $ # -DISTNAME= mercurial-2.0 +DISTNAME= mercurial-2.0.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 06cb7e55429..994c0e29a03 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.51 2011/11/02 23:14:33 wiz Exp $ +$NetBSD: distinfo,v 1.52 2011/12/02 12:14:18 wiz Exp $ -SHA1 (mercurial-2.0.tar.gz) = 5ede1b3f54d3be2af0657901e7013dde7c19b7c5 -RMD160 (mercurial-2.0.tar.gz) = f0c5f143eabff4a6c06d512cecd718bf594d06b1 -Size (mercurial-2.0.tar.gz) = 3090977 bytes +SHA1 (mercurial-2.0.1.tar.gz) = 7983f564c06aef598fcfd7f8c1c33f4669362760 +RMD160 (mercurial-2.0.1.tar.gz) = 1c2e84fb5ac1eef3dbdd64f16e76e99fdf34fc98 +Size (mercurial-2.0.1.tar.gz) = 3128233 bytes |