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.0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fca22ba342e
branches:  trunk
changeset: 596238:3fca22ba342e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 12:14:18 2011 +0000

description:
Update to 2.0.1:

This is a regularly-scheduled bug-fix release.

    alias: shortcut command matching show shadowing works properly (issue3104)
    bundlerepo: don't write branch cache to disk
    clone: don't save user's password in .hg/hgrc (issue3122)
    convert/bzr: correctly handle divergent nested renames (issue3089)
    convert/bzr: fix test of divergent nested renames for bzr 1.x
    convert/svn: fix URL quoting issue with svn 1.7
    convert: handle trailing slashes in filemap better (issue3124)
    diff: '\ No newline at end of file' is also not part of the header
    diff: --ignore-blank-lines was too enthusiastic
    dirstate: fix case-folding identity for traditional Unix
    graft: disallow grafting grafted csets in specific situations (issue3091)
    graft: preserve original source in subsequent grafts
    hook: flush stdout before redirecting to stderr
    import: fix parent selection when importing merges
    largefiles: ensure destination directory exists before findfile links to there
    largefiles: file storage should be relative to repo, not relative to cwd
    largefiles: fix 'hg clone . ../foo' OSError abort
    largefiles: fix rename (issue3093)
    largefiles: treat status of cache missed largefiles as "missing" correctly
    largefiles: use "ui.configlist()" to get largefiles.patterns configuration
    largefiles: write .hg/largefiles/ files atomically
    makedate: wrong timezone offset if DST rules changed this year (issue2511)
    mdiff/patch: fix bad hunk handling for unified diffs with zero context
    posix: add extended support for OS X path folding
    posix: fix findexe() to check for file type and access
    rebase: ensure target is not taken as external (issue3085)
    rebase: treat nullmerge as a special case in rebasestate (issue3046)
    revset: balance %l or-expressions (issue3129)
    revset: follow(nosuchfile) should give an empty set (issue3114)
    subrepo: fix git status false positive (issue3109)
    subrepo: use correct paths for subrepos with ..-relative paths on windows
    update: don't clobber untracked files with wrong casing
    url: handle file://localhost/c:/foo "correctly"

diffstat:

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

diffs (26 lines):

diff -r 234a80efc1ac -r 3fca22ba342e devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Fri Dec 02 09:52:52 2011 +0000
+++ b/devel/mercurial/Makefile  Fri Dec 02 12:14:18 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2011/11/02 23:14:33 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2011/12/02 12:14:18 wiz Exp $
 #
 
-DISTNAME=      mercurial-2.0
+DISTNAME=      mercurial-2.0.1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://mercurial.selenic.com/release/
 
diff -r 234a80efc1ac -r 3fca22ba342e devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Fri Dec 02 09:52:52 2011 +0000
+++ b/devel/mercurial/distinfo  Fri Dec 02 12:14:18 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2011/11/02 23:14:33 wiz Exp $
+$NetBSD: distinfo,v 1.52 2011/12/02 12:14:18 wiz Exp $
 
-SHA1 (mercurial-2.0.tar.gz) = 5ede1b3f54d3be2af0657901e7013dde7c19b7c5
-RMD160 (mercurial-2.0.tar.gz) = f0c5f143eabff4a6c06d512cecd718bf594d06b1
-Size (mercurial-2.0.tar.gz) = 3090977 bytes
+SHA1 (mercurial-2.0.1.tar.gz) = 7983f564c06aef598fcfd7f8c1c33f4669362760
+RMD160 (mercurial-2.0.1.tar.gz) = 1c2e84fb5ac1eef3dbdd64f16e76e99fdf34fc98
+Size (mercurial-2.0.1.tar.gz) = 3128233 bytes



Home | Main Index | Thread Index | Old Index