Update to 2.4.1:

This is a regularly-schedule bugfix release.

    amend: force editor only if old message is reused (issue3698)
    grep: don't search past the end of the searched string
    hooks: be even more forgiven of non-fd descriptors (issue3711)
    hooks: delay I/O redirection until we actually run a hook (issue3711)
    phases: fix missing "error" module import (issue3707)
    rebase: fix pull --rev options clashing with --rebase (issue3619)
    subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API)
    update: allow update to existing branches with invalid names (issue3710)
    util: make chunkbuffer non-quadratic on Windows
This commit is contained in:
wiz 2012-12-16 15:38:57 +00:00
parent 70e85d3e56
commit 2fb907348b
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.80 2012/11/02 01:46:05 wiz Exp $
# $NetBSD: Makefile,v 1.81 2012/12/16 15:38:57 wiz Exp $
DISTNAME= mercurial-2.4
DISTNAME= mercurial-2.4.1
CATEGORIES= devel scm
MASTER_SITES= http://mercurial.selenic.com/release/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.65 2012/11/02 01:46:05 wiz Exp $
$NetBSD: distinfo,v 1.66 2012/12/16 15:38:57 wiz Exp $
SHA1 (mercurial-2.4.tar.gz) = 80e00082c90753c1798bebf48ba963d1bbcf5f5e
RMD160 (mercurial-2.4.tar.gz) = 14451a60ab38de1c24eb1b4f1f2f3da907fa9dfd
Size (mercurial-2.4.tar.gz) = 3607276 bytes
SHA1 (mercurial-2.4.1.tar.gz) = 28c6a09200bb2e9918bf965ae5507bc4ba84bc1f
RMD160 (mercurial-2.4.1.tar.gz) = f142009845d06a3e3b89ef32167ca25fc200a672
Size (mercurial-2.4.1.tar.gz) = 3609245 bytes