pkgsrc/devel/mercurial/PLIST
wiz 7043b67ef7 Update to 0.9:
Major changes between Mercurial 0.8.1 and 0.9:

  - The repository file format has been improved.
    - This has resulted in an average 40% reduction in disk space    usage.
    - The new format (called RevlogNG) is now the default.
    - Mercurial works perfectly with both the old and new repository
      file formats. It can transfer changes transparently between
      repositories of either format.
    - To use the new repository format, simply use `hg clone --pull` to
      clone an existing repository.
    - Note: Versions 0.8.1 and earlier of Mercurial cannot read
      RevlogNG repositories directly, but they can `clone`, `pull`
      from, and `push` to servers that are serving RevlogNG
      repositories.
  - Memory usage has been improved by over 50% for many common operations.
  - Substantial performance improvements on large repositories.
  - New commands:
    - 'archive' - generate a directory tree snapshot, tarball, or zip
      file of a revision
  - Deprecated commands:
    - 'addremove' - replaced by 'add' and 'remove --after'
    - 'forget' - replaced by 'revert'
    - 'undo' - replaced by 'rollback'
  - New extensions:
    - Bugzilla integration hook
    - Email notification hook
  - Nested repositories are now supported. Mercurial will not recurse
    into a subdirectory that contains a '.hg' directory. It is treated
    as a separate repository.
  - The standalone web server, 'hg serve', is now threaded, so it can
    talk to multiple clients at a time.
  - The web server can now display a "message of the day".
  - Support added for hooks written in Python.
  - Many improvements and clarifications to built-in help.

Sort PLIST.
2006-05-30 21:10:56 +00:00

196 lines
7.3 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2006/05/30 21:10:56 wiz Exp $
bin/hg
bin/hgmerge
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
${PYSITELIB}/hgext/__init__.pyo
${PYSITELIB}/hgext/bugzilla.py
${PYSITELIB}/hgext/bugzilla.pyc
${PYSITELIB}/hgext/bugzilla.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/notify.py
${PYSITELIB}/hgext/notify.pyc
${PYSITELIB}/hgext/notify.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
${PYSITELIB}/mercurial/__init__.py
${PYSITELIB}/mercurial/__init__.pyc
${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/archival.py
${PYSITELIB}/mercurial/archival.pyc
${PYSITELIB}/mercurial/archival.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
${PYSITELIB}/mercurial/commands.py
${PYSITELIB}/mercurial/commands.pyc
${PYSITELIB}/mercurial/commands.pyo
${PYSITELIB}/mercurial/demandload.py
${PYSITELIB}/mercurial/demandload.pyc
${PYSITELIB}/mercurial/demandload.pyo
${PYSITELIB}/mercurial/dirstate.py
${PYSITELIB}/mercurial/dirstate.pyc
${PYSITELIB}/mercurial/dirstate.pyo
${PYSITELIB}/mercurial/fancyopts.py
${PYSITELIB}/mercurial/fancyopts.pyc
${PYSITELIB}/mercurial/fancyopts.pyo
${PYSITELIB}/mercurial/filelog.py
${PYSITELIB}/mercurial/filelog.pyc
${PYSITELIB}/mercurial/filelog.pyo
${PYSITELIB}/mercurial/hg.py
${PYSITELIB}/mercurial/hg.pyc
${PYSITELIB}/mercurial/hg.pyo
${PYSITELIB}/mercurial/hgweb.py
${PYSITELIB}/mercurial/hgweb.pyc
${PYSITELIB}/mercurial/hgweb.pyo
${PYSITELIB}/mercurial/httprangereader.py
${PYSITELIB}/mercurial/httprangereader.pyc
${PYSITELIB}/mercurial/httprangereader.pyo
${PYSITELIB}/mercurial/httprepo.py
${PYSITELIB}/mercurial/httprepo.pyc
${PYSITELIB}/mercurial/httprepo.pyo
${PYSITELIB}/mercurial/i18n.py
${PYSITELIB}/mercurial/i18n.pyc
${PYSITELIB}/mercurial/i18n.pyo
${PYSITELIB}/mercurial/localrepo.py
${PYSITELIB}/mercurial/localrepo.pyc
${PYSITELIB}/mercurial/localrepo.pyo
${PYSITELIB}/mercurial/lock.py
${PYSITELIB}/mercurial/lock.pyc
${PYSITELIB}/mercurial/lock.pyo
${PYSITELIB}/mercurial/manifest.py
${PYSITELIB}/mercurial/manifest.pyc
${PYSITELIB}/mercurial/manifest.pyo
${PYSITELIB}/mercurial/mdiff.py
${PYSITELIB}/mercurial/mdiff.pyc
${PYSITELIB}/mercurial/mdiff.pyo
${PYSITELIB}/mercurial/mpatch.so
${PYSITELIB}/mercurial/node.py
${PYSITELIB}/mercurial/node.pyc
${PYSITELIB}/mercurial/node.pyo
${PYSITELIB}/mercurial/packagescan.py
${PYSITELIB}/mercurial/packagescan.pyc
${PYSITELIB}/mercurial/packagescan.pyo
${PYSITELIB}/mercurial/remoterepo.py
${PYSITELIB}/mercurial/remoterepo.pyc
${PYSITELIB}/mercurial/remoterepo.pyo
${PYSITELIB}/mercurial/repo.py
${PYSITELIB}/mercurial/repo.pyc
${PYSITELIB}/mercurial/repo.pyo
${PYSITELIB}/mercurial/revlog.py
${PYSITELIB}/mercurial/revlog.pyc
${PYSITELIB}/mercurial/revlog.pyo
${PYSITELIB}/mercurial/sshrepo.py
${PYSITELIB}/mercurial/sshrepo.pyc
${PYSITELIB}/mercurial/sshrepo.pyo
${PYSITELIB}/mercurial/statichttprepo.py
${PYSITELIB}/mercurial/statichttprepo.pyc
${PYSITELIB}/mercurial/statichttprepo.pyo
${PYSITELIB}/mercurial/templater.py
${PYSITELIB}/mercurial/templater.pyc
${PYSITELIB}/mercurial/templater.pyo
${PYSITELIB}/mercurial/templates/changelog-gitweb.tmpl
${PYSITELIB}/mercurial/templates/changelog-rss.tmpl
${PYSITELIB}/mercurial/templates/changelog.tmpl
${PYSITELIB}/mercurial/templates/changelogentry-gitweb.tmpl
${PYSITELIB}/mercurial/templates/changelogentry-rss.tmpl
${PYSITELIB}/mercurial/templates/changelogentry.tmpl
${PYSITELIB}/mercurial/templates/changeset-gitweb.tmpl
${PYSITELIB}/mercurial/templates/changeset-raw.tmpl
${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
${PYSITELIB}/mercurial/templates/filelog-gitweb.tmpl
${PYSITELIB}/mercurial/templates/filelog-rss.tmpl
${PYSITELIB}/mercurial/templates/filelog.tmpl
${PYSITELIB}/mercurial/templates/filelogentry-rss.tmpl
${PYSITELIB}/mercurial/templates/filelogentry.tmpl
${PYSITELIB}/mercurial/templates/filerevision-gitweb.tmpl
${PYSITELIB}/mercurial/templates/filerevision.tmpl
${PYSITELIB}/mercurial/templates/footer-gitweb.tmpl
${PYSITELIB}/mercurial/templates/footer.tmpl
${PYSITELIB}/mercurial/templates/header-gitweb.tmpl
${PYSITELIB}/mercurial/templates/header-raw.tmpl
${PYSITELIB}/mercurial/templates/header-rss.tmpl
${PYSITELIB}/mercurial/templates/header.tmpl
${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
${PYSITELIB}/mercurial/templates/notfound.tmpl
${PYSITELIB}/mercurial/templates/search-gitweb.tmpl
${PYSITELIB}/mercurial/templates/search.tmpl
${PYSITELIB}/mercurial/templates/shortlog-gitweb.tmpl
${PYSITELIB}/mercurial/templates/static/hgicon.png
${PYSITELIB}/mercurial/templates/static/style-gitweb.css
${PYSITELIB}/mercurial/templates/static/style.css
${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/transaction.py
${PYSITELIB}/mercurial/transaction.pyc
${PYSITELIB}/mercurial/transaction.pyo
${PYSITELIB}/mercurial/ui.py
${PYSITELIB}/mercurial/ui.pyc
${PYSITELIB}/mercurial/ui.pyo
${PYSITELIB}/mercurial/util.py
${PYSITELIB}/mercurial/util.pyc
${PYSITELIB}/mercurial/util.pyo
${PYSITELIB}/mercurial/util_win32.py
${PYSITELIB}/mercurial/util_win32.pyc
${PYSITELIB}/mercurial/util_win32.pyo
${PYSITELIB}/mercurial/version.py
${PYSITELIB}/mercurial/version.pyc
${PYSITELIB}/mercurial/version.pyo
man/man1/hg.1
man/man1/hgmerge.1
man/man5/hgignore.5
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