Update to 3.2.4:
This is a regularly-scheduled bugfix release. demandimport: blacklist distutils.msvc9compiler (issue4475) largefiles: backout f72d73937853 - linear updates handle m -> a differently largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) largefiles: fix a spurious missing file warning with forget (issue4053) largefiles: introduce the 'composelargefilematcher()' method largefiles: mark lfile as added in lfdirstate when the standin is added sshpeer: more thorough shell quoting
This commit is contained in:
parent
e9d73da6b9
commit
435241f22f
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.version,v 1.12 2014/12/19 11:37:04 wiz Exp $
|
||||
# $NetBSD: Makefile.version,v 1.13 2015/01/03 09:26:40 wiz Exp $
|
||||
|
||||
VERSION= 3.2.3
|
||||
VERSION= 3.2.4
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.9
|
||||
# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.13 2014/12/28 22:47:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.14 2015/01/03 09:26:40 wiz Exp $
|
||||
|
||||
SHA1 (mercurial-3.2.3.tar.gz) = 7c870aebcfd7720813c53c75b0939cee8a0e1168
|
||||
RMD160 (mercurial-3.2.3.tar.gz) = 76b09015bfb9c84968264a0e419ef5c1b2cd1972
|
||||
Size (mercurial-3.2.3.tar.gz) = 4078011 bytes
|
||||
SHA1 (mercurial-3.2.4.tar.gz) = 6adc45a99f036a3fe3433a4d24e5641c91acb693
|
||||
RMD160 (mercurial-3.2.4.tar.gz) = 96ca807bcccd0e00d1171c0541bc9ef351aa3f3f
|
||||
Size (mercurial-3.2.4.tar.gz) = 4078698 bytes
|
||||
SHA1 (patch-tests_test-convert-cvs-branch.t) = 2d801e2e11ab64aa2788b4a31269d72d419f8991
|
||||
SHA1 (patch-tests_test-convert-cvs-detectmerge.t) = cc1a846e6fa090149a1ee5d5a91640d7ce39c19a
|
||||
SHA1 (patch-tests_test-convert-cvs-synthetic.t) = 6978a6a513f04ef1a24b1026642aa03e2d9869e6
|
||||
|
|
Loading…
Reference in a new issue