diff options
author | minskim <minskim> | 2006-04-08 23:21:38 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-08 23:21:38 +0000 |
commit | 0c645cad1182ed23fe4fc4b0417cbc043086e1e5 (patch) | |
tree | 841120bb61d862bcb44319029e26e2449eda2fb1 /devel/mercurial/PLIST | |
parent | 6333a59fd4444224220718368679b996f1d668df (diff) | |
download | pkgsrc-0c645cad1182ed23fe4fc4b0417cbc043086e1e5.tar.gz |
Update mercurial to 0.8.1.
Changes:
- new extensions:
mq (manage a queue of patches, like quilt only better)
email (send changes as series of email patches)
- new command: merge (replaces "update -m")
- improved commands: log (--limit option added), pull/push ("-r" works
on specific revisions), revert (rewritten, much better)
- comprehensive hook support
- output templating added, supporting e.g. GNU changelog style
- Windows, Mac OS X: prebuilt binary packages, better support
- many reliability, performance, and memory usage improvements
Diffstat (limited to 'devel/mercurial/PLIST')
-rw-r--r-- | devel/mercurial/PLIST | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 0646d9ee590..dd1d327bfad 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/03/04 06:40:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/08 23:21:38 minskim Exp $ bin/hg bin/hgmerge ${PYSITELIB}/hgext/__init__.py @@ -7,6 +7,15 @@ ${PYSITELIB}/hgext/__init__.pyo ${PYSITELIB}/hgext/gpg.py ${PYSITELIB}/hgext/gpg.pyc ${PYSITELIB}/hgext/gpg.pyo +${PYSITELIB}/hgext/hbisect.py +${PYSITELIB}/hgext/hbisect.pyc +${PYSITELIB}/hgext/hbisect.pyo +${PYSITELIB}/hgext/mq.py +${PYSITELIB}/hgext/mq.pyc +${PYSITELIB}/hgext/mq.pyo +${PYSITELIB}/hgext/patchbomb.py +${PYSITELIB}/hgext/patchbomb.pyc +${PYSITELIB}/hgext/patchbomb.pyo ${PYSITELIB}/hgext/win32text.py ${PYSITELIB}/hgext/win32text.pyc ${PYSITELIB}/hgext/win32text.pyo @@ -16,10 +25,19 @@ ${PYSITELIB}/mercurial/__init__.pyo ${PYSITELIB}/mercurial/__version__.py ${PYSITELIB}/mercurial/__version__.pyc ${PYSITELIB}/mercurial/__version__.pyo +${PYSITELIB}/mercurial/appendfile.py +${PYSITELIB}/mercurial/appendfile.pyc +${PYSITELIB}/mercurial/appendfile.pyo ${PYSITELIB}/mercurial/bdiff.so +${PYSITELIB}/mercurial/bundlerepo.py +${PYSITELIB}/mercurial/bundlerepo.pyc +${PYSITELIB}/mercurial/bundlerepo.pyo ${PYSITELIB}/mercurial/byterange.py ${PYSITELIB}/mercurial/byterange.pyc ${PYSITELIB}/mercurial/byterange.pyo +${PYSITELIB}/mercurial/changegroup.py +${PYSITELIB}/mercurial/changegroup.pyc +${PYSITELIB}/mercurial/changegroup.pyo ${PYSITELIB}/mercurial/changelog.py ${PYSITELIB}/mercurial/changelog.pyc ${PYSITELIB}/mercurial/changelog.pyo @@ -99,6 +117,7 @@ ${PYSITELIB}/mercurial/templates/changeset.tmpl ${PYSITELIB}/mercurial/templates/error-gitweb.tmpl ${PYSITELIB}/mercurial/templates/error.tmpl ${PYSITELIB}/mercurial/templates/fileannotate-gitweb.tmpl +${PYSITELIB}/mercurial/templates/fileannotate-raw.tmpl ${PYSITELIB}/mercurial/templates/fileannotate.tmpl ${PYSITELIB}/mercurial/templates/filediff-raw.tmpl ${PYSITELIB}/mercurial/templates/filediff.tmpl @@ -120,6 +139,9 @@ ${PYSITELIB}/mercurial/templates/index.tmpl ${PYSITELIB}/mercurial/templates/manifest-gitweb.tmpl ${PYSITELIB}/mercurial/templates/manifest.tmpl ${PYSITELIB}/mercurial/templates/map +${PYSITELIB}/mercurial/templates/map-cmdline.changelog +${PYSITELIB}/mercurial/templates/map-cmdline.compact +${PYSITELIB}/mercurial/templates/map-cmdline.default ${PYSITELIB}/mercurial/templates/map-gitweb ${PYSITELIB}/mercurial/templates/map-raw ${PYSITELIB}/mercurial/templates/map-rss @@ -128,8 +150,16 @@ ${PYSITELIB}/mercurial/templates/search-gitweb.tmpl ${PYSITELIB}/mercurial/templates/search.tmpl ${PYSITELIB}/mercurial/templates/shortlog-gitweb.tmpl ${PYSITELIB}/mercurial/templates/summary-gitweb.tmpl +${PYSITELIB}/mercurial/templates/tagentry-rss.tmpl ${PYSITELIB}/mercurial/templates/tags-gitweb.tmpl +${PYSITELIB}/mercurial/templates/tags-rss.tmpl ${PYSITELIB}/mercurial/templates/tags.tmpl +${PYSITELIB}/mercurial/templates/static/hgicon.png +${PYSITELIB}/mercurial/templates/static/style-gitweb.css +${PYSITELIB}/mercurial/templates/static/style.css +${PYSITELIB}/mercurial/templater.py +${PYSITELIB}/mercurial/templater.pyc +${PYSITELIB}/mercurial/templater.pyo ${PYSITELIB}/mercurial/transaction.py ${PYSITELIB}/mercurial/transaction.pyc ${PYSITELIB}/mercurial/transaction.pyo @@ -148,6 +178,7 @@ man/man5/hgrc.5 share/doc/mercurial/README share/doc/mercurial/comparison.txt @dirrm share/doc/mercurial +@dirrm ${PYSITELIB}/mercurial/templates/static @dirrm ${PYSITELIB}/mercurial/templates @dirrm ${PYSITELIB}/mercurial @dirrm ${PYSITELIB}/hgext |