diff options
author | wiz <wiz> | 2010-08-07 06:24:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-08-07 06:24:05 +0000 |
commit | 2637529905dccfd0ea65545bee15eb6713e3b31c (patch) | |
tree | ccfbace449916fc418e01cac32f265348546019e /devel/mercurial | |
parent | 517e917c5483dc50b0c5a1a3018210b5106a8203 (diff) | |
download | pkgsrc-2637529905dccfd0ea65545bee15eb6713e3b31c.tar.gz |
Update to 1.6.2:
1.6.2 (2010-08-02)
This release addresses a regression in the color extension.
* color: pass write/write_err to win32print correctly (issue2312)
* convert/progress: use plural and avoid retrieving
* color: call correct superclass method in write_err
1.6.1 (2010-08-01)
This is a scheduled monthly minor bugfix release.
* alias: ensure checksignature() is applied directly to the command (issue2286)
* bash/zsh completion: use HGPLAIN when invoking hg (issue2297)
* bookmarks: don't allow name to contain whitespaces only
* bookmarks: ensure current bookmark is updated when specified with -r .
* bundle: lookup revisions after addbranchrevs
* color/progress: subclass ui instead of using wrapfunction (issue2096)
* commit: only warn when reopening the workdir's branch
* dispatch: give better error message when cwd doesn't exist (issue2293)
* doc: make sure we use our own code for generating man pages
* filelog: cmp: don't read data if hashes are identical (issue2273)
* filelog: test behaviour for data starting with "\1\n"
* hg.clone: fix branch value when passing a repo object (issue2267)
* hgweb.wsgi: add a URL to the corresponding wiki documentation
* hgwebdir: allow pure relative globs in paths
* hgwebdir: use template paths configured in the hgrc (issue2281)
* init: create target directory recursively
* inotify: check all components of filenames against hgignore (issue884)
* keyword: move collecting of [keyword] patterns to reposetup (issue2303)
* log: fix missing diff output for hg log -p in subdirectory
* log: follow filenames through renames (issue647)
* mail: ensure that Python2.4 to 2.7 use the same header format
*
mercurial.spec: rename docutils to python-docutils in BuildRequires
* mq: clarify the fact that qimport is trying to read a file
* mq: cleanup status if applied mq is stripped (issue1881)
* mq: fixed ENOENT when qrename to new/directory.patch
* mq: reset self.added after the mq transaction instead of inside qimport
* qpush --move: move the right patch even with comment lines
* rebase: re-add patches to mq repo after rebase
* revert: rename original to .orig instead of copying (issue2282)
* revset: fix ancestor subset handling (issue2298)
* runrst: try to be more helpful if docutils is not installed
* tag: do not allow tag names to consist solely of whitespace (issue2307)
* transplant: crash if repo.commit() finds nothing to commit
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 923e3add180..e439f9ccabb 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2010/07/05 09:11:14 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2010/08/07 06:24:05 wiz Exp $ # -DISTNAME= mercurial-1.6 +DISTNAME= mercurial-1.6.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index bf46db37dfa..c31011d8ee3 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2010/07/05 09:11:14 wiz Exp $ +$NetBSD: distinfo,v 1.34 2010/08/07 06:24:05 wiz Exp $ -SHA1 (mercurial-1.6.tar.gz) = 53ffa5d267fcf220e9fd303da0ba477673fd412b -RMD160 (mercurial-1.6.tar.gz) = 1c1994f4747cd01712d8b72d8e33310df74ddce4 -Size (mercurial-1.6.tar.gz) = 2192032 bytes +SHA1 (mercurial-1.6.2.tar.gz) = 99ba14237fe805a848329a1cffc15f55aab83548 +RMD160 (mercurial-1.6.2.tar.gz) = 63af0ff844c9213c5fe399c0c1be8ecbccc76b3d +Size (mercurial-1.6.2.tar.gz) = 2200926 bytes |