diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-02 20:55:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-02 20:55:55 +0000 |
commit | 0b7fcdc0a3cdd01149337ebd8122e139d7a19f6e (patch) | |
tree | 74840b5d3169a6443b74322be6590ae905e907fb /devel/mercurial | |
parent | d7f705ffb7e1ce9badad0e1b68c34988576309c6 (diff) | |
download | pkgsrc-0b7fcdc0a3cdd01149337ebd8122e139d7a19f6e.tar.gz |
Update to 2.9.2:
This is a regularly-scheduled bugfix release.
amend: save commit message into ".hg/last-message.txt"
backout: correct commit status of no changes made (BC) (issue4190)
backout: document return code of merge conflict
commit: create new amend changeset as secret correctly for "--secret" option
commit: propagate --secret option to subrepos (issue4182)
convert: more clear documentation of the 'include' default of a 'include .'
dispatch: only do import(debugger) when a debugger is requested
log: solves bug regarding hg log -r 0:null (issue4039)
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109)
hg: use "os.path.join()" to join path components which may be empty (issue4203)
histedit: save manually edited commit message into ".hg/last-message.txt"
localrepo: save manually edited commit message as soon as possible
merge: fix lack of "%s" in format string causing TypeError at runtime
paper: overlapping of section title on help pages (issue4051)
phase: say "Returns 0" instead of "Return 0" like other command help
qfold: save manually edited commit message into ".hg/last-message.txt"
qnew: save manually edited commit message into ".hg/last-message.txt"
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse"
revset: document the regular expression support for tag(name)
subrepo: add trailing newlines to warnings
subrepo: convert matched string to integer before comparing Git version
subrepo: only retrieve the first two components of the Git version
tag: save manually edited commit message into ".hg/last-message.txt"
templater: apply "stringify()" on sub expression to get string correctly
templater: avoid recursive evaluation of string literals completely
templater: make strings in template expressions be "string-escape"-ed correctly
templater: raise error for unknown function
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 9070c1c3b49..cd77e7fad9d 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2014/03/12 09:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2014/04/02 20:55:55 wiz Exp $ -DISTNAME= mercurial-2.9.1 +DISTNAME= mercurial-2.9.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index ff9b363ffb6..d8a2b8581ef 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.84 2014/03/12 09:49:56 wiz Exp $ +$NetBSD: distinfo,v 1.85 2014/04/02 20:55:55 wiz Exp $ -SHA1 (mercurial-2.9.1.tar.gz) = 059f9e5d5c79e5cec032419d08d12f92ace8a5de -RMD160 (mercurial-2.9.1.tar.gz) = a39057a8d99bfe6f6a41da34005bac5c54112a2b -Size (mercurial-2.9.1.tar.gz) = 3851747 bytes +SHA1 (mercurial-2.9.2.tar.gz) = 35668f2d88afe55d10aa7dbce821021bf0be4f73 +RMD160 (mercurial-2.9.2.tar.gz) = e10f1020d78880e955a40c414c4c1fee71390fed +Size (mercurial-2.9.2.tar.gz) = 3855689 bytes |