diff options
author | wiz <wiz> | 2012-06-03 20:03:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-03 20:03:50 +0000 |
commit | 933094b0fd0db99d8a292e968c391921ab936222 (patch) | |
tree | 76e9319ce10b9cbd2f88967ea7575d5ba53c7151 /devel/mercurial | |
parent | 3bf421c11fe93d00899475e9ba1ecabcd8c5ce3e (diff) | |
download | pkgsrc-933094b0fd0db99d8a292e968c391921ab936222.tar.gz |
Update to 2.2.2:
This is a regularly-scheduled bugfix release.
addremove: document default similarity behavior (issue3429)
alias: inherit command optionalrepo flag (issue3298)
amend: preserve extra dict (issue3430)
bisect: save current state before running a command
bugzilla: fix transport initialization on python 2.4
build: fix hgrc manpage building with docutils 0.9
bundle: make bundles more portable (isue3441)
changelog: ensure that nodecache is valid (issue3428)
hg-ssh: exit with 255 instead of -1 on error
hgweb: fix filediff base calculation
largefiles: fix "hg status dir" missing regular files (issue3421)
largefiles: fix deletion of multiple missing largefiles (issue3329)
largefiles: follow normal codepath for addremove if non-largefiles repo (issue3249)
largefiles: in putlfile, ensure tempfile's directory exists prior to creation
largefiles: use wlock for lfconvert (issue3444)
localrepo: clear _filecache earlier to really force reloading (issue3462)
match: make 'match.files()' return list object always
mq: add --no-backup for qpush/qpop/qgoto
mq: backup local changes in qpop --force (issue3433)
mq: backup local changes in qpush --force
mq: qimport need wlock for --push - do that after releasing lock
osutil: handle deletion race with readdir/stat (issue3463)
pager: check if signal.SIGPIPE exists
pager: preserve Hg's exit code (and fix Windows support) (issue3225)
pager: remove quiet flag
paper, monoblue: link correctly to lines in annotate view
parsers: fix refcount bug on corrupt index
patch: fix segfault against unified diffs which start line is zero
patch: keep patching after missing copy source (issue3480)
posix: workaround lack of TIOCGWINSZ on Irix (issue3449)
revpair: handle odd ranges (issue3474)
revset: explicitely tag alias arguments for expansion
revset: fix infinite alias expansion detection
revset: fix traceback for bogus revisions in id(rev)
revset: make matching() preserve input revision order
scmutil: seen.union should be seen.update (issue3476)
subrepo: do not traceback on .hgsubstate parsing errors
subrepo: ignore blank lines in .hgsubstate (issue3424)
tag: run commit hook when lock is released (issue3344)
templater: handle SyntaxError when parsing ui.logtemplate
util: fix bad variable use in bytecount introduced by f0f7f3fab315
win32: fix encoding handling for registry strings (issue3467)
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 642886243c2..cba40e92b81 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2012/05/06 20:47:24 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2012/06/03 20:03:50 wiz Exp $ # -DISTNAME= mercurial-2.2.1 +DISTNAME= mercurial-2.2.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index eff4fa49de8..c79c9837f30 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2012/05/06 20:47:24 wiz Exp $ +$NetBSD: distinfo,v 1.60 2012/06/03 20:03:50 wiz Exp $ -SHA1 (mercurial-2.2.1.tar.gz) = 40961a436920628ff9db48dc8aab8012d72dcd52 -RMD160 (mercurial-2.2.1.tar.gz) = 02f344a980a5b508b741968258962caf8996fd9e -Size (mercurial-2.2.1.tar.gz) = 3414944 bytes +SHA1 (mercurial-2.2.2.tar.gz) = 72070531f173ccb4394b227914c45678c963ebaa +RMD160 (mercurial-2.2.2.tar.gz) = f26a4eeff78a867d48c87e2b126e623b66232588 +Size (mercurial-2.2.2.tar.gz) = 3430037 bytes |