diff options
author | richard <richard> | 2014-09-10 10:14:07 +0000 |
---|---|---|
committer | richard <richard> | 2014-09-10 10:14:07 +0000 |
commit | 95c24d1d93846f644ee1ed43b1e6cf921612be69 (patch) | |
tree | 840e30c2264db0b7bf1933e5ab743f6e3f16f35d /devel/py-tryton | |
parent | 0d119b140a70b48cd26602e93df0f74ade54ce5b (diff) | |
download | pkgsrc-95c24d1d93846f644ee1ed43b1e6cf921612be69.tar.gz |
adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
Diffstat (limited to 'devel/py-tryton')
-rw-r--r-- | devel/py-tryton/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tryton/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile index 4780d42d53e..5d2a4d0b3b3 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/06/25 06:00:39 richard Exp $ +# $NetBSD: Makefile,v 1.10 2014/09/10 10:14:08 richard Exp $ -TRYTON_CLIENT_REVISION=1 +TRYTON_CLIENT_REVISION= 3 .include "../../devel/py-trytond/Makefile.common" DISTNAME= tryton-${TRYTON_VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/devel/py-tryton/distinfo b/devel/py-tryton/distinfo index c8693514a3e..52422962c7b 100644 --- a/devel/py-tryton/distinfo +++ b/devel/py-tryton/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2014/06/06 12:48:00 joerg Exp $ +$NetBSD: distinfo,v 1.5 2014/09/10 10:14:08 richard Exp $ -SHA1 (tryton-3.2.1.tar.gz) = e97455fbac90c08d664a652b31e73a8f251be62b -RMD160 (tryton-3.2.1.tar.gz) = 890e8c08d6692996883135b5c0f5a36703a4ccd7 -Size (tryton-3.2.1.tar.gz) = 808894 bytes +SHA1 (tryton-3.2.3.tar.gz) = 91438f398ee969d1249028af5cdae954885a1b8c +RMD160 (tryton-3.2.3.tar.gz) = 494c613245336c45717f99f9d938d6a440be3fb8 +Size (tryton-3.2.3.tar.gz) = 809497 bytes SHA1 (patch-tryton_gui_window_view__form_view_form__gtk_multiselection.py) = 5a6f2fdf6bcdef39201e516959b4b40ed58d68bd |