pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-tortoisehg Update to 3.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae0a96d5fc10
branches: trunk
changeset: 641496:ae0a96d5fc10
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 09 16:08:52 2014 +0000
description:
Update to 3.2:
TortoiseHg 3.2 is a regularly scheduled feature release
Since 3.1, Mercurial commands are run in separate command server
process. It generally contributes to reliability, but if you have
a faulty extension or an in-process Python hook, it can corrupt
the communication channel between TortoiseHg and the command server.
If you see an error message like "cmdserver: timeout while reading...",
please report it with the list of enabled third-party extensions
and their versions. Currently, reviewboard (#3841) and onsub (#3924)
extensions are known to have this issue.
Bug Fixes
commit: do not reload patch description if parent is unchanged (fixes #3304)
qreorder: have drag-and-drop patches run extension command in worker process
paths: resolve root directory from frozen executable path
repowatcher: detect removal of repository files (fixes #3697)
repoagent: unify workingBranchChanged with repositoryChanged
(fixes #2572 - doesn't auto refresh when update and discard new branch)
repofilter: grab focus only if shown by user action (refs #3917)
repomodel: do not clear status message on filter option change (fixes #3887)
repomodel: restore current/selected indexes by model on reload (refs #1913, fixes #3897)
repowatcher: check mtime of obsolescence markers (fixes #3913)
repowidget: do not overwrite browse history by revset result (refs #3832)
repowidget: do not re-create model on repository or revset changed
repowidget: move focus to history view when window gets visible (fixes #3917)
repowidget: remove unused _reload_rev and _last_series (fixes #3923)
repowidget: switch to commit tab if working-dir row is selected (fixes #1913)
sync: bypass bundle overlay on fetch just like pull
(fixes #3946 - fetch after check incoming fails)
sync: rebuild target bookmarks/branches only when changelog updated (refs #3912)
Improvements
make output log a task tab, remove class LogDockWidget
cmdcore: propagate --config options to command process
debugruncommand: add command that runs hg command in dialog (closes #3934)
infobar: clear status message with slight delay if command finished (refs #3308)
prune: add dialog that prunes the specified revs
qtapp: use wake-up fd to notice SIGINT on Unix
strip: add --keep checkbox (closes #1865)
workbench: add toolbar button that aborts any running commands
graph style:
evolution: also fadeout obsolete changeset
repomodel: use lighter version of the usual color when a revision is hidden
repomodel: use red as the default text color for troubled changeset
diffstat:
devel/py-tortoisehg/Makefile | 4 ++--
devel/py-tortoisehg/PLIST | 17 ++++++++++-------
devel/py-tortoisehg/distinfo | 8 ++++----
3 files changed, 16 insertions(+), 13 deletions(-)
diffs (83 lines):
diff -r 8a3274e2b50d -r ae0a96d5fc10 devel/py-tortoisehg/Makefile
--- a/devel/py-tortoisehg/Makefile Sun Nov 09 15:55:14 2014 +0000
+++ b/devel/py-tortoisehg/Makefile Sun Nov 09 16:08:52 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/10/22 09:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/11/09 16:08:52 wiz Exp $
-DISTNAME= tortoisehg-3.1.2
+DISTNAME= tortoisehg-3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/
diff -r 8a3274e2b50d -r ae0a96d5fc10 devel/py-tortoisehg/PLIST
--- a/devel/py-tortoisehg/PLIST Sun Nov 09 15:55:14 2014 +0000
+++ b/devel/py-tortoisehg/PLIST Sun Nov 09 16:08:52 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/08/08 08:49:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/11/09 16:08:52 wiz Exp $
bin/thg
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/tortoisehg/__init__.py
@@ -112,12 +112,12 @@
${PYSITELIB}/tortoisehg/hgqt/htmlui.py
${PYSITELIB}/tortoisehg/hgqt/htmlui.pyc
${PYSITELIB}/tortoisehg/hgqt/htmlui.pyo
-${PYSITELIB}/tortoisehg/hgqt/i18n.py
-${PYSITELIB}/tortoisehg/hgqt/i18n.pyc
-${PYSITELIB}/tortoisehg/hgqt/i18n.pyo
${PYSITELIB}/tortoisehg/hgqt/icons_rc.py
${PYSITELIB}/tortoisehg/hgqt/icons_rc.pyc
${PYSITELIB}/tortoisehg/hgqt/icons_rc.pyo
+${PYSITELIB}/tortoisehg/hgqt/infobar.py
+${PYSITELIB}/tortoisehg/hgqt/infobar.pyc
+${PYSITELIB}/tortoisehg/hgqt/infobar.pyo
${PYSITELIB}/tortoisehg/hgqt/lexers.py
${PYSITELIB}/tortoisehg/hgqt/lexers.pyc
${PYSITELIB}/tortoisehg/hgqt/lexers.pyo
@@ -154,6 +154,9 @@
${PYSITELIB}/tortoisehg/hgqt/postreview_ui.py
${PYSITELIB}/tortoisehg/hgqt/postreview_ui.pyc
${PYSITELIB}/tortoisehg/hgqt/postreview_ui.pyo
+${PYSITELIB}/tortoisehg/hgqt/prune.py
+${PYSITELIB}/tortoisehg/hgqt/prune.pyc
+${PYSITELIB}/tortoisehg/hgqt/prune.pyo
${PYSITELIB}/tortoisehg/hgqt/purge.py
${PYSITELIB}/tortoisehg/hgqt/purge.pyc
${PYSITELIB}/tortoisehg/hgqt/purge.pyo
@@ -265,9 +268,6 @@
${PYSITELIB}/tortoisehg/hgqt/thgstrip.py
${PYSITELIB}/tortoisehg/hgqt/thgstrip.pyc
${PYSITELIB}/tortoisehg/hgqt/thgstrip.pyo
-${PYSITELIB}/tortoisehg/hgqt/thread.py
-${PYSITELIB}/tortoisehg/hgqt/thread.pyc
-${PYSITELIB}/tortoisehg/hgqt/thread.pyo
${PYSITELIB}/tortoisehg/hgqt/update.py
${PYSITELIB}/tortoisehg/hgqt/update.pyc
${PYSITELIB}/tortoisehg/hgqt/update.pyo
@@ -313,6 +313,9 @@
${PYSITELIB}/tortoisehg/util/gpg.py
${PYSITELIB}/tortoisehg/util/gpg.pyc
${PYSITELIB}/tortoisehg/util/gpg.pyo
+${PYSITELIB}/tortoisehg/util/hgcommands.py
+${PYSITELIB}/tortoisehg/util/hgcommands.pyc
+${PYSITELIB}/tortoisehg/util/hgcommands.pyo
${PYSITELIB}/tortoisehg/util/hgdispatch.py
${PYSITELIB}/tortoisehg/util/hgdispatch.pyc
${PYSITELIB}/tortoisehg/util/hgdispatch.pyo
diff -r 8a3274e2b50d -r ae0a96d5fc10 devel/py-tortoisehg/distinfo
--- a/devel/py-tortoisehg/distinfo Sun Nov 09 15:55:14 2014 +0000
+++ b/devel/py-tortoisehg/distinfo Sun Nov 09 16:08:52 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2014/10/22 09:27:50 wiz Exp $
+$NetBSD: distinfo,v 1.6 2014/11/09 16:08:52 wiz Exp $
-SHA1 (tortoisehg-3.1.2.tar.gz) = 5ac88d62ee8f946684735a79adf60b2864a32bb0
-RMD160 (tortoisehg-3.1.2.tar.gz) = ca9cdc0f299892f24fc26c5308a4efbeefc29bc4
-Size (tortoisehg-3.1.2.tar.gz) = 8198724 bytes
+SHA1 (tortoisehg-3.2.tar.gz) = d8e03933901f2b8c24f8f41152de7d24ca39d238
+RMD160 (tortoisehg-3.2.tar.gz) = 1ab911fed0d7220cdb7a47a776395a5d8395375a
+Size (tortoisehg-3.2.tar.gz) = 8203236 bytes
SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47
SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9
SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365
Home |
Main Index |
Thread Index |
Old Index