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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcf80c62f56c
branches:  trunk
changeset: 646423:fcf80c62f56c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 08 16:37:33 2015 +0000

description:
Update to 3.3:

TortoiseHg 3.3

TortoiseHg 3.3 is a regularly scheduled feature release

Bug Fixes

    annotate: fetch line information by command (fixes unsafe thread
    access)
    cmdcore: handle ui labels in unicode to avoid possible exception
    (fixes #3988)
    guifork: use real fork() on posix to run GUI in background
    (fixes #3701)
    init: open repo in existing workbench process if any (fixes
    #3922)
    init: run "hg init" in command process (fixes #3931)
    lfprompt: parse minsize as float value (fixes #1901 again)
    qtapp: handle SIGINT more gracefully by sending close event to
    all windows
    repomodel: work around RepoLookupError that may occur while
    reload is pending
    repowidget: switch to default task tab after initial revision
    is selected
    sync: drop "recurse into subrepositories" option (closes #1645)
    workbench: disable back/forward actions when all repositories
    are closed
    workbench: make sure to run workbench by "New Workbench" action
    workbench: narrow --newworkbench option to command scope
    workbench: show busy indicator while command is running (fixes
    #1186)

Improvements

    clone, init: open workbench after repository created by standalone
    dialog
    filectxactions: open file history dialog in annotate mode
    (closes #3760)
    init: add option to copy user files instead of empty .hgignore
    (closes #3569)
    reporegistry: mark shared repositories with a link icon overlay
    repotab: stop filesystem watcher of background tabs
    sync: never switch task tabs on revision selected
    sync: provide standalone dialog by LightRepoWindow
    workbench: forcibly reload models and views by Ctrl+refresh
    workbench: make it possible to restore the selected sync path
    across restarts
    workbench: restore last open repositories without loading them
    workbench: resurrect docked console widget (closes #3984)

graph:

    color: use "color hashing" to pick a color for each branch
    (closes #3490)
    color: use "color hashing" to pick a color for each user
    graph: support the branch grouping experiment from mercurial
    core
    repomodel: hide all revisions if no matches found for the given
    revset query
    repomodel: rerun last revset query on reload (closes #1705)
    repoview: use a square shape for secret changesets
    repoview: use a pentagon shape for draft changesets

command:

    log: add -r option to specify the initial revision to be selected
    log: add -k/--query option to filter changesets by keyword or
    revset

nautilus/caja:

    add Python Caja extension support (fixes #3936)

diffstat:

 devel/py-tortoisehg/Makefile |  4 ++--
 devel/py-tortoisehg/PLIST    |  6 +++++-
 devel/py-tortoisehg/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r e82acbbc3094 -r fcf80c62f56c devel/py-tortoisehg/Makefile
--- a/devel/py-tortoisehg/Makefile      Sun Feb 08 16:33:19 2015 +0000
+++ b/devel/py-tortoisehg/Makefile      Sun Feb 08 16:37:33 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2015/01/25 18:55:21 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/08 16:37:33 wiz Exp $
 
-DISTNAME=              tortoisehg-3.2.4
+DISTNAME=              tortoisehg-3.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          http://bitbucket.org/tortoisehg/targz/downloads/
diff -r e82acbbc3094 -r fcf80c62f56c devel/py-tortoisehg/PLIST
--- a/devel/py-tortoisehg/PLIST Sun Feb 08 16:33:19 2015 +0000
+++ b/devel/py-tortoisehg/PLIST Sun Feb 08 16:37:33 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/11/09 16:08:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/02/08 16:37:33 wiz Exp $
 bin/thg
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/tortoisehg/__init__.py
@@ -199,6 +199,9 @@
 ${PYSITELIB}/tortoisehg/hgqt/reporegistry.py
 ${PYSITELIB}/tortoisehg/hgqt/reporegistry.pyc
 ${PYSITELIB}/tortoisehg/hgqt/reporegistry.pyo
+${PYSITELIB}/tortoisehg/hgqt/repotab.py
+${PYSITELIB}/tortoisehg/hgqt/repotab.pyc
+${PYSITELIB}/tortoisehg/hgqt/repotab.pyo
 ${PYSITELIB}/tortoisehg/hgqt/repotreeitem.py
 ${PYSITELIB}/tortoisehg/hgqt/repotreeitem.pyc
 ${PYSITELIB}/tortoisehg/hgqt/repotreeitem.pyo
@@ -670,6 +673,7 @@
 share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-applied.svg
 share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-guarded.svg
 share/pixmaps/tortoisehg/icons/scalable/status/hg-patch-unguarded.svg
+share/pixmaps/tortoisehg/icons/scalable/status/hg-sharedrepo.svg
 share/pixmaps/tortoisehg/icons/scalable/status/thg-added-subrepo.svg
 share/pixmaps/tortoisehg/icons/scalable/status/thg-error.svg
 share/pixmaps/tortoisehg/icons/scalable/status/thg-git-subrepo.svg
diff -r e82acbbc3094 -r fcf80c62f56c devel/py-tortoisehg/distinfo
--- a/devel/py-tortoisehg/distinfo      Sun Feb 08 16:33:19 2015 +0000
+++ b/devel/py-tortoisehg/distinfo      Sun Feb 08 16:37:33 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2015/01/25 18:55:21 wiz Exp $
+$NetBSD: distinfo,v 1.10 2015/02/08 16:37:33 wiz Exp $
 
-SHA1 (tortoisehg-3.2.4.tar.gz) = c9da113a16eba4e10c906730dd150817b3ed4f81
-RMD160 (tortoisehg-3.2.4.tar.gz) = 51c38c51b3cfdcebd8429004d52b139fab845d98
-Size (tortoisehg-3.2.4.tar.gz) = 8212476 bytes
+SHA1 (tortoisehg-3.3.tar.gz) = 1306e5dd9adcf0b54894900556af2aa2c4b60e8c
+RMD160 (tortoisehg-3.3.tar.gz) = 900fedd49c40635d98bf5aca904c96f34efca64f
+Size (tortoisehg-3.3.tar.gz) = 8210712 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