Update to 3.2.2:
TortoiseHg 3.2.2 is a regularly scheduled bug fix release Bug Fixes chunks: preserve line ending of source file in diff view (fixes #3975) console: do not confuse output with prompt input while idle (fixes #3982) filectxactions: directly use boolean evaluation to check for empty (fixes #3967) init: getExistingDirectory without keyword argument (CentOs 6.3) rejects: decode chunk lines as selected content encoding (fixes #3974) rename, settings: work around memory corruption by QCompleter(parent) repomodel: actually clear revset when repository is stripped repomodel: update row count even if failed to reload graph (fixes #3971) repowidget: evaluate dagrange set eagerly to fix crash on "Bundle DAG Range" Improvements mergetools: add 3-way dir diff to BeyondCompare 4 (closes #3976)
This commit is contained in:
parent
854d2e7f97
commit
f8f60cf1a7
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/11/23 15:18:00 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2014/12/30 14:20:55 wiz Exp $
|
||||
|
||||
DISTNAME= tortoisehg-3.2.1
|
||||
DISTNAME= tortoisehg-3.2.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.7 2014/11/23 15:18:00 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2014/12/30 14:20:55 wiz Exp $
|
||||
|
||||
SHA1 (tortoisehg-3.2.1.tar.gz) = 503b842eac91e4acc37d5d9f311e0d47333451d9
|
||||
RMD160 (tortoisehg-3.2.1.tar.gz) = 4ab3a811195678f36e03515e8b2931c7a53d2e9e
|
||||
Size (tortoisehg-3.2.1.tar.gz) = 8203881 bytes
|
||||
SHA1 (tortoisehg-3.2.2.tar.gz) = a638139b82e21e3505ec38942e0294746c258158
|
||||
RMD160 (tortoisehg-3.2.2.tar.gz) = 7d35b2077e6e587d3cca8e9602f3541a6ba1fc4b
|
||||
Size (tortoisehg-3.2.2.tar.gz) = 8212311 bytes
|
||||
SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47
|
||||
SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9
|
||||
SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365
|
||||
|
|
Loading…
Reference in a new issue