diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-02 14:01:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-02 14:01:17 +0000 |
commit | 9bbb03128eca1c8b1751f1fdaa2efd88b16989d5 (patch) | |
tree | d3f3e110dfb2d70c4fbc534c9515b36d05d4412c /devel/mercurial | |
parent | 2344832a267bd5fc010da5f2d7ff61b2708a633e (diff) | |
download | pkgsrc-9bbb03128eca1c8b1751f1fdaa2efd88b16989d5.tar.gz |
Update to 2.1.1:
This is a regularly-scheduled bugfix release.
bdiff: fix malloc(0) issue in fixws()
bugzilla: stop XMLRPC requests from requesting gzipped responses
bundlerepo: bundle repos should be non-publishing (issue3266)
cmdserver: invalidate the dirstate when running commands (issue3271)
context: make workingctx.forget() really warn about untracked files
convert: ignore blank lines in mapfiles (issue3286)
convert: tolerate spaces between splicemap parent ids (issue3203)
convert: use splicemap entries when sorting revisions (issue1748)
dirstate: filecacheify _ignore (issue3278)
fetch: use update rather than clean when updating (issue3246)
forget: show warning messages for forgetting in subrepo correctly
graft: use proper revisions for copy detection (issue3265)
import: handle git renames and --similarity (issue3187)
largefiles: check whether specified patterns are related to largefiles strictly
largefiles: don't break filesets
largefiles: only cache largefiles in new heads
largefiles: use repo.store.createmode for new files in .hg/largefiles
localrepo: clear _filecache on rollback (issue3261)
localrepo: reset _phasesdirty flag after writing
localrepo: use 'changectx.dirs()' in 'status()' for directory patterns
log: fix --follow FILE ancestry calculation
log: remove caching of all visited revisions (issue3253)
log: restore cache used by --copies
mdiff: adjust hunk offsets with --ignore-blank-lines (issue3234)
mq: fix qapplied --last and qprev documentation (issue3282)
mq: fix qnext when all remaining patches are guarded
mq: make qimport --push push all imported patches (issue3130)
mq: make qprev return the previous applied patch (issue3245)
mq: restore _branchtags() fast path (issue3223)
patch: fix fuzzing of hunks without previous lines (issue3264)
patch: fuzz more aggressively to match patch(1) behaviour
pull: backout change to return code
scmutil: update cached copy when filecached attribute is assigned (issue3263)
setup: handle output from Apple's Xcode 4.3 better (issue3277)
subrepo: fix for merge inconsistencies
update: delete bookmarks.current when explicitly updating to a rev (issue3276)
update: don't move the active bookmark if a rev is specified with -r
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 fedd9431483..a0797be52ee 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2012/02/12 18:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2012/03/02 14:01:17 wiz Exp $ # -DISTNAME= mercurial-2.1 +DISTNAME= mercurial-2.1.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index ddecc19f732..008fc1499d5 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.54 2012/02/12 18:49:45 wiz Exp $ +$NetBSD: distinfo,v 1.55 2012/03/02 14:01:17 wiz Exp $ -SHA1 (mercurial-2.1.tar.gz) = f649a0b33e0cafb3e5867a2e970f41eb887d3fab -RMD160 (mercurial-2.1.tar.gz) = 4d89616c7a2dff4d8c05cf9d8ee8b13bda1c9e23 -Size (mercurial-2.1.tar.gz) = 3308300 bytes +SHA1 (mercurial-2.1.1.tar.gz) = d6cc4b649b6705113732e62756788542897ba008 +RMD160 (mercurial-2.1.1.tar.gz) = e17a995a069d1a7a46537a49189520df953acb6f +Size (mercurial-2.1.1.tar.gz) = 3313261 bytes |