pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mercurial Update to 2.9.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e128498f5ae7
branches:  trunk
changeset: 632653:e128498f5ae7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 02 20:55:55 2014 +0000

description:
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:

 devel/mercurial/Makefile |  4 ++--
 devel/mercurial/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8a16140a8326 -r e128498f5ae7 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Wed Apr 02 20:14:33 2014 +0000
+++ b/devel/mercurial/Makefile  Wed Apr 02 20:55:55 2014 +0000
@@ -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 -r 8a16140a8326 -r e128498f5ae7 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Wed Apr 02 20:14:33 2014 +0000
+++ b/devel/mercurial/distinfo  Wed Apr 02 20:55:55 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index