diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 20:32:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 20:32:34 +0000 |
commit | 71f8a659e65df036b25a1bef6a6daf1dad5a32ea (patch) | |
tree | e1fd2119ab246063cadfef9b638252313bd22735 /devel | |
parent | 56c092c6b6a4271db682c535595d118ddadb988d (diff) | |
download | pkgsrc-71f8a659e65df036b25a1bef6a6daf1dad5a32ea.tar.gz |
Update to 3.1.1:
Bug Fixes
annotate: ignore double-click of margin next to the last line
(fixes #3877)
cmdcore: allow to change output device of null command session
(fixes #3864 - RuntimeError on detect outgoing changes to empty
path)
filectxactions: do not try 3-way diff if p2 is explicitly
selected
(fixes #3854 - "Diff to parent" options only diff to the left
parent)
graph: fix AssertionError when generating family lined graph
(fixes #3892)
hgignore: disable auto-default of all buttons (fixes #3889)
repomodel: make sure to render labels by using the same font
as view
status: do not set "remove filter" button as auto-default (fixes
#3876)
sync: outgoing {node} might be prefixed with white space
(fixes #3872 - missing first outgoing node if authentication
required)
wctxcleaner: do not report branch change as dirty working
directory
(refs #3822 - allow backout, graft, merge and rebase onto new
branch)
win32ill: suppress KeyboardInterrupt while shutting down
message-loop thread
Improvements
merge: add link to review a merge
wctxactions: add "Edit Rejects" action that opens RejectsDialog
(closes #3838)
Installer
update hg-git to current tip (c68edf83bfbc), fixes SSH issue
(#3862)
pyre2 is now bundled, for must improved regexp performance
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tortoisehg/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tortoisehg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 434ef5382e5..35278bbe4f6 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/08/08 08:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/09/07 20:32:34 wiz Exp $ -DISTNAME= tortoisehg-3.1 +DISTNAME= tortoisehg-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ diff --git a/devel/py-tortoisehg/distinfo b/devel/py-tortoisehg/distinfo index a654a835a6f..b0f6fdf5208 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2014/08/08 08:49:03 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/09/07 20:32:34 wiz Exp $ -SHA1 (tortoisehg-3.1.tar.gz) = 90b6b27e6718f2b646ca983668176bc5fc04d830 -RMD160 (tortoisehg-3.1.tar.gz) = 86e8cb60ac53bbe93e990faa091bac56773b42eb -Size (tortoisehg-3.1.tar.gz) = 8206784 bytes +SHA1 (tortoisehg-3.1.1.tar.gz) = e48b1b67cd6581deb65b51aa1b47386c40528f80 +RMD160 (tortoisehg-3.1.1.tar.gz) = 302ec83dd84fbf0f64e60674ea311dc7f3545f20 +Size (tortoisehg-3.1.1.tar.gz) = 8198553 bytes SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47 SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 |