Update to 1.4.2:

1.4.2 - 2010-01-01

   This is a minor bugfix release.

  core

     * config: raise ConfigError on non-existing include files
     * alias: do not crash when aliased command has no usage help text
     * auth: allow specifying auth sections in .hg/hgrc
     * patch: fix handling of chunk offsets
     * subrepo: add default path to new clones
     * docs: Fix rst2html detection

  extensions

     * convert/svn: better handling of hg recursive call failure
     * convert/svn: make sink recover gracefully from empty changeset
     * keyword: fix interaction with transplant
     * mq: preserve --git flag when folding and merging patches
     * mq: qnew -f rejects merge working directories
     * mq: qpop: remove added files before re-adding removed files
     * patchbomb: handle repository#rev URLs correctly
     * share: use defaultdest to compute unspecified destination
This commit is contained in:
wiz 2010-01-15 22:10:55 +00:00
parent f81e795ead
commit 0123e38836
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.35 2009/12/02 12:08:57 wiz Exp $
# $NetBSD: Makefile,v 1.36 2010/01/15 22:10:55 wiz Exp $
#
DISTNAME= mercurial-1.4.1
DISTNAME= mercurial-1.4.2
CATEGORIES= devel scm
MASTER_SITES= http://mercurial.selenic.com/release/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.25 2009/12/02 12:08:57 wiz Exp $
$NetBSD: distinfo,v 1.26 2010/01/15 22:10:55 wiz Exp $
SHA1 (mercurial-1.4.1.tar.gz) = e7a78a2b9e449ac8748d8a275f22862395c7d9a6
RMD160 (mercurial-1.4.1.tar.gz) = cee744f59785a15d9ffa1f8e5b0b5bcfa23324e8
Size (mercurial-1.4.1.tar.gz) = 1917284 bytes
SHA1 (mercurial-1.4.2.tar.gz) = 6bc5d33624dae7db5dedae2c676f40b28b945763
RMD160 (mercurial-1.4.2.tar.gz) = 05eb8a8932adb1a4a530a08970d6cffb52f2a10b
Size (mercurial-1.4.2.tar.gz) = 1922947 bytes