summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-11-17 10:49:50 +0000
committerwiz <wiz@pkgsrc.org>2009-11-17 10:49:50 +0000
commit534ed0424f9dfc9da56c7c25de89710c669a2e03 (patch)
treea14c8e87bf12c6b6133ec8bd51b83ac456e36b96
parentbae0a8c45d54f08c8a409206ee5e6e2bc6f782e5 (diff)
downloadpkgsrc-534ed0424f9dfc9da56c7c25de89710c669a2e03.tar.gz
Update to 1.4:
1.4 - 2009-11-16 core * summary: new command summarizes current working state * tags: new tag cache greatly speeds up tag operations * diff: new --stat option to show diffstat * diff: add --reverse option to diff * subrepo: fix a bunch of issues with the experimental subrepo extension * status: fixes for behavior when working with clock skew * clone: new -u/--updaterev option * templater: new latesttag and latesttagdistance keywords * push/pull: handle some broken pipe errors during large transfers * config: environment variables and ~user constructs are expanded in pathnames hgweb * fix for showing header lines in raw changeset diffs * try to send better error messages to the client * use config-supplied ordering by default in hgwebdir index pages * add web.descend option to disable showing all nested repositories in hgwebdir documentation and help * new config help topic * help texts are now written in reStructuredText format * many translation updates including a new Swedish translation * many help text updates and improvements extensions * mq: add -1 options to qapplied/qunapplied * patchbomb: add a --flag option to set a flag value in the Subject header * patchbomb: correctly handle Unicode domains (using the IDNA encoding scheme) * color: improve colorization of the qseries command * inotify: cleaner code, fixed pattern handling * zeroconf: show repository descriptions * rebase: some performance and correctness fixes * extdiff: add 3-way diff for merge changesets * convert: handle directory renaming in Darcs, fixed file renaming * relink: new extension which helps people re-hardlink their clones other * contrib/shrink-revlog.py script that can significantly shrink some internal hg files * work around non-standard locale settings on OS X
-rw-r--r--devel/mercurial/Makefile4
-rw-r--r--devel/mercurial/PLIST23
-rw-r--r--devel/mercurial/distinfo8
3 files changed, 28 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile
index 6da04c647bd..7544c0a2f8a 100644
--- a/devel/mercurial/Makefile
+++ b/devel/mercurial/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2009/09/07 19:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2009/11/17 10:49:50 wiz Exp $
#
-DISTNAME= mercurial-1.3.1
+DISTNAME= mercurial-1.4
CATEGORIES= devel scm
MASTER_SITES= http://mercurial.selenic.com/release/
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST
index 08513984c5b..64b9b1d215b 100644
--- a/devel/mercurial/PLIST
+++ b/devel/mercurial/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/07/17 20:35:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/11/17 10:49:50 wiz Exp $
bin/hg
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
@@ -120,6 +120,9 @@ ${PYSITELIB}/hgext/rebase.pyo
${PYSITELIB}/hgext/record.py
${PYSITELIB}/hgext/record.pyc
${PYSITELIB}/hgext/record.pyo
+${PYSITELIB}/hgext/relink.py
+${PYSITELIB}/hgext/relink.pyc
+${PYSITELIB}/hgext/relink.pyo
${PYSITELIB}/hgext/share.py
${PYSITELIB}/hgext/share.pyc
${PYSITELIB}/hgext/share.pyo
@@ -216,6 +219,16 @@ ${PYSITELIB}/mercurial/hbisect.pyo
${PYSITELIB}/mercurial/help.py
${PYSITELIB}/mercurial/help.pyc
${PYSITELIB}/mercurial/help.pyo
+${PYSITELIB}/mercurial/help/config.txt
+${PYSITELIB}/mercurial/help/dates.txt
+${PYSITELIB}/mercurial/help/diffs.txt
+${PYSITELIB}/mercurial/help/environment.txt
+${PYSITELIB}/mercurial/help/extensions.txt
+${PYSITELIB}/mercurial/help/multirevs.txt
+${PYSITELIB}/mercurial/help/patterns.txt
+${PYSITELIB}/mercurial/help/revisions.txt
+${PYSITELIB}/mercurial/help/templates.txt
+${PYSITELIB}/mercurial/help/urls.txt
${PYSITELIB}/mercurial/hg.py
${PYSITELIB}/mercurial/hg.pyc
${PYSITELIB}/mercurial/hg.pyo
@@ -266,6 +279,7 @@ ${PYSITELIB}/mercurial/i18n/hggettext
${PYSITELIB}/mercurial/i18n/it.po
${PYSITELIB}/mercurial/i18n/ja.po
${PYSITELIB}/mercurial/i18n/pt_BR.po
+${PYSITELIB}/mercurial/i18n/sv.po
${PYSITELIB}/mercurial/i18n/zh_CN.po
${PYSITELIB}/mercurial/i18n/zh_TW.po
${PYSITELIB}/mercurial/ignore.py
@@ -281,6 +295,7 @@ ${PYSITELIB}/mercurial/locale/fr/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/it/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
+${PYSITELIB}/mercurial/locale/sv/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/localrepo.py
@@ -310,6 +325,9 @@ ${PYSITELIB}/mercurial/mdiff.pyo
${PYSITELIB}/mercurial/merge.py
${PYSITELIB}/mercurial/merge.pyc
${PYSITELIB}/mercurial/merge.pyo
+${PYSITELIB}/mercurial/minirst.py
+${PYSITELIB}/mercurial/minirst.pyc
+${PYSITELIB}/mercurial/minirst.pyo
${PYSITELIB}/mercurial/mpatch.so
${PYSITELIB}/mercurial/node.py
${PYSITELIB}/mercurial/node.pyc
@@ -355,6 +373,9 @@ ${PYSITELIB}/mercurial/strutil.pyo
${PYSITELIB}/mercurial/subrepo.py
${PYSITELIB}/mercurial/subrepo.pyc
${PYSITELIB}/mercurial/subrepo.pyo
+${PYSITELIB}/mercurial/tags.py
+${PYSITELIB}/mercurial/tags.pyc
+${PYSITELIB}/mercurial/tags.pyo
${PYSITELIB}/mercurial/templatefilters.py
${PYSITELIB}/mercurial/templatefilters.pyc
${PYSITELIB}/mercurial/templatefilters.pyo
diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo
index 8ea05c8ac2f..87d60c455a0 100644
--- a/devel/mercurial/distinfo
+++ b/devel/mercurial/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2009/07/23 21:23:35 wiz Exp $
+$NetBSD: distinfo,v 1.24 2009/11/17 10:49:50 wiz Exp $
-SHA1 (mercurial-1.3.1.tar.gz) = a9537fab7c7ead501a6414d1900f46e0ae3e48b8
-RMD160 (mercurial-1.3.1.tar.gz) = 1e43d8697e4d269fdc065ee82c48e1cf132f6d6f
-Size (mercurial-1.3.1.tar.gz) = 1770585 bytes
+SHA1 (mercurial-1.4.tar.gz) = 4ab0a027cdd8dfc57077a9d599e8ead550d4d116
+RMD160 (mercurial-1.4.tar.gz) = 2f7f4eb7eb684a4a064cb0234361da1524805b9f
+Size (mercurial-1.4.tar.gz) = 1914030 bytes