diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-08 16:37:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-08 16:37:33 +0000 |
commit | 73367ba5d2f63834d1d91fc243300071ff82f86e (patch) | |
tree | df8329e2f94d3634f713872753c83c18ca2b80a9 /devel/py-tortoisehg | |
parent | a24c9e80796a88c3b4d96ad0b63cda818556b4de (diff) | |
download | pkgsrc-73367ba5d2f63834d1d91fc243300071ff82f86e.tar.gz |
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 (limited to 'devel/py-tortoisehg')
-rw-r--r-- | devel/py-tortoisehg/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tortoisehg/PLIST | 6 | ||||
-rw-r--r-- | devel/py-tortoisehg/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index b4f6179206c..29a748653f8 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -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 --git a/devel/py-tortoisehg/PLIST b/devel/py-tortoisehg/PLIST index 266339d4453..69aa5a2e918 100644 --- a/devel/py-tortoisehg/PLIST +++ b/devel/py-tortoisehg/PLIST @@ -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/repomodel.pyo ${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-merged-p2.svg 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 --git a/devel/py-tortoisehg/distinfo b/devel/py-tortoisehg/distinfo index a0b312e42b6..6d993d92a2a 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -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 |