pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mercurial Update to 1.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/eef3a2c08bc5
branches: trunk
changeset: 555637:eef3a2c08bc5
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Mar 06 07:53:00 2009 +0000
description:
Update to 1.2:
General features:
* explicit closing of named branches via hg commit --close-branch
* hg now accepts options given after arguments on the commandline
* added translation support with initial Danish, Chinese and
Italian translations
* added optional pure-Python versions of C modules
* pending changesets can now be accessed safely from hooks
* diff: added -c option to show single changeset
* many improvements to the documentation and online help topics
Extensions:
* convert:
* new support for perforce sources
* improvements to handling cvs sources
* improvements to handling gnu arch source
* improvements to handling darcs sources
* bookmarks:
* set current to new when current is renamed
* bookmarks: Add track.current option
* bookmarks: add bookmarks to tags
* mq: allow qpop when it won't invalidate any dirstate parents
* patchbomb: respect diff settings
* rebase: pull --rebase updates if there is nothing to rebase
* bugzilla: updated to work with Bugzilla 3.2
* zeroconf: added more documentation
diffstat:
devel/mercurial/Makefile | 5 ++---
devel/mercurial/PLIST | 37 +++++++++++++++++++++++++++----------
devel/mercurial/distinfo | 8 ++++----
3 files changed, 33 insertions(+), 17 deletions(-)
diffs (140 lines):
diff -r 50271766b661 -r eef3a2c08bc5 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile Fri Mar 06 07:36:34 2009 +0000
+++ b/devel/mercurial/Makefile Fri Mar 06 07:53:00 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2009/03/06 07:53:00 wiz Exp $
#
-DISTNAME= mercurial-1.1.2
-PKGREVISION= 1
+DISTNAME= mercurial-1.2
CATEGORIES= devel scm
MASTER_SITES= http://www.selenic.com/mercurial/release/
diff -r 50271766b661 -r eef3a2c08bc5 devel/mercurial/PLIST
--- a/devel/mercurial/PLIST Fri Mar 06 07:36:34 2009 +0000
+++ b/devel/mercurial/PLIST Fri Mar 06 07:53:00 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/12/02 23:08:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/03/06 07:53:00 wiz Exp $
bin/hg
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
@@ -60,6 +60,9 @@
${PYSITELIB}/hgext/convert/monotone.py
${PYSITELIB}/hgext/convert/monotone.pyc
${PYSITELIB}/hgext/convert/monotone.pyo
+${PYSITELIB}/hgext/convert/p4.py
+${PYSITELIB}/hgext/convert/p4.pyc
+${PYSITELIB}/hgext/convert/p4.pyo
${PYSITELIB}/hgext/convert/subversion.py
${PYSITELIB}/hgext/convert/subversion.pyc
${PYSITELIB}/hgext/convert/subversion.pyo
@@ -90,9 +93,6 @@
${PYSITELIB}/hgext/highlight/highlight.py
${PYSITELIB}/hgext/highlight/highlight.pyc
${PYSITELIB}/hgext/highlight/highlight.pyo
-${PYSITELIB}/hgext/imerge.py
-${PYSITELIB}/hgext/imerge.pyc
-${PYSITELIB}/hgext/imerge.pyo
${PYSITELIB}/hgext/interhg.py
${PYSITELIB}/hgext/interhg.pyc
${PYSITELIB}/hgext/interhg.pyo
@@ -186,6 +186,9 @@
${PYSITELIB}/mercurial/dispatch.py
${PYSITELIB}/mercurial/dispatch.pyc
${PYSITELIB}/mercurial/dispatch.pyo
+${PYSITELIB}/mercurial/error.py
+${PYSITELIB}/mercurial/error.pyc
+${PYSITELIB}/mercurial/error.pyo
${PYSITELIB}/mercurial/extensions.py
${PYSITELIB}/mercurial/extensions.pyc
${PYSITELIB}/mercurial/extensions.pyo
@@ -249,12 +252,20 @@
${PYSITELIB}/mercurial/i18n.py
${PYSITELIB}/mercurial/i18n.pyc
${PYSITELIB}/mercurial/i18n.pyo
+${PYSITELIB}/mercurial/i18n/da.po
+${PYSITELIB}/mercurial/i18n/it.po
+${PYSITELIB}/mercurial/i18n/ja.po
+${PYSITELIB}/mercurial/i18n/zh.po
${PYSITELIB}/mercurial/ignore.py
${PYSITELIB}/mercurial/ignore.pyc
${PYSITELIB}/mercurial/ignore.pyo
${PYSITELIB}/mercurial/keepalive.py
${PYSITELIB}/mercurial/keepalive.pyc
${PYSITELIB}/mercurial/keepalive.pyo
+${PYSITELIB}/mercurial/locale/da/LC_MESSAGES/hg.mo
+${PYSITELIB}/mercurial/locale/it/LC_MESSAGES/hg.mo
+${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES/hg.mo
+${PYSITELIB}/mercurial/locale/zh/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/localrepo.py
${PYSITELIB}/mercurial/localrepo.pyc
${PYSITELIB}/mercurial/localrepo.pyo
@@ -283,9 +294,6 @@
${PYSITELIB}/mercurial/node.py
${PYSITELIB}/mercurial/node.pyc
${PYSITELIB}/mercurial/node.pyo
-${PYSITELIB}/mercurial/osutil.py
-${PYSITELIB}/mercurial/osutil.pyc
-${PYSITELIB}/mercurial/osutil.pyo
${PYSITELIB}/mercurial/osutil.so
${PYSITELIB}/mercurial/parsers.so
${PYSITELIB}/mercurial/patch.py
@@ -329,6 +337,7 @@
${PYSITELIB}/mercurial/templater.pyo
${PYSITELIB}/mercurial/templates/atom/changelog.tmpl
${PYSITELIB}/mercurial/templates/atom/changelogentry.tmpl
+${PYSITELIB}/mercurial/templates/atom/error.tmpl
${PYSITELIB}/mercurial/templates/atom/filelog.tmpl
${PYSITELIB}/mercurial/templates/atom/header.tmpl
${PYSITELIB}/mercurial/templates/atom/map
@@ -405,6 +414,7 @@
${PYSITELIB}/mercurial/templates/raw/notfound.tmpl
${PYSITELIB}/mercurial/templates/rss/changelog.tmpl
${PYSITELIB}/mercurial/templates/rss/changelogentry.tmpl
+${PYSITELIB}/mercurial/templates/rss/error.tmpl
${PYSITELIB}/mercurial/templates/rss/filelog.tmpl
${PYSITELIB}/mercurial/templates/rss/filelogentry.tmpl
${PYSITELIB}/mercurial/templates/rss/header.tmpl
@@ -462,9 +472,6 @@
${PYSITELIB}/mercurial/verify.py
${PYSITELIB}/mercurial/verify.pyc
${PYSITELIB}/mercurial/verify.pyo
-${PYSITELIB}/mercurial/version.py
-${PYSITELIB}/mercurial/version.pyc
-${PYSITELIB}/mercurial/version.pyo
man/man1/hg.1
man/man5/hgignore.5
man/man5/hgrc.5
@@ -480,6 +487,16 @@
@dirrm ${PYSITELIB}/mercurial/templates/coal
@dirrm ${PYSITELIB}/mercurial/templates/atom
@dirrm ${PYSITELIB}/mercurial/templates
+@dirrm ${PYSITELIB}/mercurial/locale/zh/LC_MESSAGES
+@dirrm ${PYSITELIB}/mercurial/locale/zh
+@dirrm ${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES
+@dirrm ${PYSITELIB}/mercurial/locale/ja
+@dirrm ${PYSITELIB}/mercurial/locale/it/LC_MESSAGES
+@dirrm ${PYSITELIB}/mercurial/locale/it
+@dirrm ${PYSITELIB}/mercurial/locale/da/LC_MESSAGES
+@dirrm ${PYSITELIB}/mercurial/locale/da
+@dirrm ${PYSITELIB}/mercurial/locale
+@dirrm ${PYSITELIB}/mercurial/i18n
@dirrm ${PYSITELIB}/mercurial/hgweb
@dirrm ${PYSITELIB}/mercurial
@dirrm ${PYSITELIB}/hgext/zeroconf
diff -r 50271766b661 -r eef3a2c08bc5 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo Fri Mar 06 07:36:34 2009 +0000
+++ b/devel/mercurial/distinfo Fri Mar 06 07:53:00 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2009/01/07 21:50:29 wiz Exp $
+$NetBSD: distinfo,v 1.19 2009/03/06 07:53:00 wiz Exp $
-SHA1 (mercurial-1.1.2.tar.gz) = b0f77198a96474fc72d38904ce60b007e4c7cc1a
-RMD160 (mercurial-1.1.2.tar.gz) = 9dd2505ca8f378804ee64f1367473dcba1d568cb
-Size (mercurial-1.1.2.tar.gz) = 952241 bytes
+SHA1 (mercurial-1.2.tar.gz) = c6590f6b833cfed22c04aae34b7060fd3372e86e
+RMD160 (mercurial-1.2.tar.gz) = 8625517941f64a636f0b8503891463fe16eda8ef
+Size (mercurial-1.2.tar.gz) = 1266559 bytes
Home |
Main Index |
Thread Index |
Old Index