pkgsrc/devel/py-mercurial/PLIST
wiz 8e8e7e15ed py-mercurial: update to 4.6.
Mercurial 4.6 release

1. New Features

1.1. pullbundles

Pullbundles allow the server to answer client requests using
pre-built bundles. This is different from the existing clonebundle
feature:

    pullbundles can be used for both the initial clone and later pull operations
    pullbundles can be used incrementally, i.e. to cover the changes up to the start of the current month as one bundle and the remaining changes as second bundle
    the bundle is transferred inline as part of the existing connection without a secondary server

Pullbundles are only used for clients running Mercurial 4.6 as
well.

1.2. push

If 'server.streamunbundle' option is enabled, the server will
directly apply the changes send by the changes. This avoids
potentially large temporary files on the server side. It can also
prevent concurrent pushes.

1.3. notify extension

The 'maxdiffstat' option can be used to truncate long file lists
similar to 'maxdiff' for the patch part of the email.

1.4. hgweb

hgweb now shows date and user for operations that resulted in
obsolete commit(s). For unstable commits, it shows the exact reason
why they are considered unstable.

Server: header is now configurable using web.server-header option.

1.5. templates

A new template keyword 'reporoot' which shows the root directory
of the current repository. A new template function 'mailmap' which
maps author fields based on values in a .mailmap file.

2. Backwards Compatibility Changes

    Support for connecting to Mercurial servers older than 0.9.1 has been removed.
    Working-directory commands now respect "-X PATTERN" no matter if PATTERN matches explicitly-specified FILEs. For example, "hg add foo -X foo" no longer add the file "foo".
    Support for the experimental manifestv2 format has been removed, as it was never completed and failed to meet expectations.
    '{' in output filename passed to archive/cat/export is taken as a start of a template expression.
    The HTTP wire protocol server no longer accepts the "cmd" argument to control which command to run via HTTP POST bodies. The "cmd" argument must be specified on the URL query string.
    Hgweb no longer reads form data in POST requests from multipart/form-data and application/x-www-form-urlencoded requests. Arguments should be specified as URL path components or in the query string in the URL instead.
    Query string shorts in hgweb like "?cs=@" have been removed. Use URLs of the form "/:cmd" instead.
    The HTTP client no longer accepts text/plain and application/hg-changegroup Content-Type values as a valid Mercurial command response. These should only be encountered on pre 1.0 Mercurial servers.

3. Performance Improvements

    'hg manifest --all' is likely slower due to changing its implementation to respect storage interface boundaries. If you are impacted by this regression in a meaningful way, please make noise on the development mailing list and it can be dealt with.
    'hg diff' is much faster for larger repositories. 40% improvements have been reported. Other operations using diffs like hgweb also benefit.

4. Bug Fixes

    grep: fixes erroneous output of grep in forward order (issue3885)
    dirstate: drop explicit files that shouldn't match (BC) (issue4679)
    procutil: rewrite popen() as a subprocess.Popen wrapper (issue4746) (API)
    bookmarks: test for exchanging long bookmark names (issue5165)
    templater: drop symbols which should be overridden by new 'ctx' (issue5612)
    clone: updates the help text for hg clone -{r,b} (issue5654)
    bundle: updates the help text for hg bundle (issue5744)
    histedit: make histedit's commands accept revsets (issue5746)
    releasenotes: replace abort with warning while parsing (issue5775)
    context: skip path conflicts by default when clearing unknown file (issue5776)
    templatekw: switch most of showlist template keywords to new API (issue5779)
    rebase: do not consider extincts for divergence detection (issue5782)
    revert: use an exact matcher in interactive diff selection (issue5789)
    subrepo: don't attempt to share remote sources (issue5793)
    lfs: respect narrowmatcher when testing to add 'lfs' requirement (issue5794)
    showconfig: allow multiple section.name selectors (issue5797)
    annotate: do not poorly split lines at CR (issue5798)
    convert: avoid closing ui.fout in subversion code (issue5807)
    setdiscovery: back out changeset 5cfdf6137af8 (issue5809)
    fsmonitor: layer on another hack in bser.c for os.stat() compat (issue5811)
    notify: access the initial revision on an unfiltered repository (issue5821)
    rebase: fix issue 5494 also with --collapse
    date: fixed a bug in parsing months like 'Feb 2018', 'Apr 2018'
    diffhelper: rename module to avoid conflicts with ancient C module (issue5846)
    infinitepush: ensure fileindex bookmarks use '/' separators (issue5840)
    import: fix crash on --exact check of empty commit (issue5702)
    hgweb: reuse body file object when hgwebdir calls hgweb (issue5851)
    debugcolor: fix crash by empty styles (issue5856)
    hgweb: discard Content-Type header for 304 responses (issue5844)
    hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
    paper: don't register click handlers with inline javascript (issue5812)
    httppeer: detect redirect to URL without query string (issue5860)
    filelog: don't crash on invalid copy metadata (issue5748)

5. New experimental features

Each release there are lot of new features added which are hidden
under the EXPERIMENTAL tag as the behavior may change in future or
the feature is not complete yet. The experimental features added
in this cycle are:

5.1. narrow extension

Allows to create clones which fetch history data for only a subset
of files. This experimental extension is now distributed with
Mercurial.

5.2. remotenames extension

Shows remotebookmarks and remotebranches in the UI. This experimental
extension is now distributed with Mercurial.

5.3. infinitepush extension

Allows to store some pushes in a remote blob store on the server
and to serve commits from remote blob store. The revisions are
stored on disk or in everstore, the metadata are stored in sql or
on disk. This experimental extension is now distributed with
Mercurial.

5.4. fix extension

Allows to rewrite file content in changesets or working copy. For
example, automatically applying formatting fixes to modified lines
of code. This experimental extension is now distributed with
Mercurial.

6. Other notable features

    revset: parse error now shows a hint where the error occurred
    templates: parse error now shows a hint where the error occured
    forget: new '--dry-run' and '--interactive' flags
    copyfile: preserve stat info (mtime, etc.) when doing copies/renames
    bundle2 format is documented and can be found using 'hg help internals.bundle2'
2018-05-20 10:23:02 +00:00

1170 lines
48 KiB
Text

@comment $NetBSD: PLIST,v 1.19 2018/05/20 10:23:02 wiz Exp $
bin/hg
${PYSITELIB}/hgdemandimport/__init__.py
${PYSITELIB}/hgdemandimport/__init__.pyc
${PYSITELIB}/hgdemandimport/__init__.pyo
${PYSITELIB}/hgdemandimport/demandimportpy2.py
${PYSITELIB}/hgdemandimport/demandimportpy2.pyc
${PYSITELIB}/hgdemandimport/demandimportpy2.pyo
${PYSITELIB}/hgdemandimport/demandimportpy3.py
${PYSITELIB}/hgdemandimport/demandimportpy3.pyc
${PYSITELIB}/hgdemandimport/demandimportpy3.pyo
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
${PYSITELIB}/hgext/__init__.pyo
${PYSITELIB}/hgext/acl.py
${PYSITELIB}/hgext/acl.pyc
${PYSITELIB}/hgext/acl.pyo
${PYSITELIB}/hgext/amend.py
${PYSITELIB}/hgext/amend.pyc
${PYSITELIB}/hgext/amend.pyo
${PYSITELIB}/hgext/automv.py
${PYSITELIB}/hgext/automv.pyc
${PYSITELIB}/hgext/automv.pyo
${PYSITELIB}/hgext/blackbox.py
${PYSITELIB}/hgext/blackbox.pyc
${PYSITELIB}/hgext/blackbox.pyo
${PYSITELIB}/hgext/bugzilla.py
${PYSITELIB}/hgext/bugzilla.pyc
${PYSITELIB}/hgext/bugzilla.pyo
${PYSITELIB}/hgext/censor.py
${PYSITELIB}/hgext/censor.pyc
${PYSITELIB}/hgext/censor.pyo
${PYSITELIB}/hgext/children.py
${PYSITELIB}/hgext/children.pyc
${PYSITELIB}/hgext/children.pyo
${PYSITELIB}/hgext/churn.py
${PYSITELIB}/hgext/churn.pyc
${PYSITELIB}/hgext/churn.pyo
${PYSITELIB}/hgext/clonebundles.py
${PYSITELIB}/hgext/clonebundles.pyc
${PYSITELIB}/hgext/clonebundles.pyo
${PYSITELIB}/hgext/commitextras.py
${PYSITELIB}/hgext/commitextras.pyc
${PYSITELIB}/hgext/commitextras.pyo
${PYSITELIB}/hgext/convert/__init__.py
${PYSITELIB}/hgext/convert/__init__.pyc
${PYSITELIB}/hgext/convert/__init__.pyo
${PYSITELIB}/hgext/convert/bzr.py
${PYSITELIB}/hgext/convert/bzr.pyc
${PYSITELIB}/hgext/convert/bzr.pyo
${PYSITELIB}/hgext/convert/common.py
${PYSITELIB}/hgext/convert/common.pyc
${PYSITELIB}/hgext/convert/common.pyo
${PYSITELIB}/hgext/convert/convcmd.py
${PYSITELIB}/hgext/convert/convcmd.pyc
${PYSITELIB}/hgext/convert/convcmd.pyo
${PYSITELIB}/hgext/convert/cvs.py
${PYSITELIB}/hgext/convert/cvs.pyc
${PYSITELIB}/hgext/convert/cvs.pyo
${PYSITELIB}/hgext/convert/cvsps.py
${PYSITELIB}/hgext/convert/cvsps.pyc
${PYSITELIB}/hgext/convert/cvsps.pyo
${PYSITELIB}/hgext/convert/darcs.py
${PYSITELIB}/hgext/convert/darcs.pyc
${PYSITELIB}/hgext/convert/darcs.pyo
${PYSITELIB}/hgext/convert/filemap.py
${PYSITELIB}/hgext/convert/filemap.pyc
${PYSITELIB}/hgext/convert/filemap.pyo
${PYSITELIB}/hgext/convert/git.py
${PYSITELIB}/hgext/convert/git.pyc
${PYSITELIB}/hgext/convert/git.pyo
${PYSITELIB}/hgext/convert/gnuarch.py
${PYSITELIB}/hgext/convert/gnuarch.pyc
${PYSITELIB}/hgext/convert/gnuarch.pyo
${PYSITELIB}/hgext/convert/hg.py
${PYSITELIB}/hgext/convert/hg.pyc
${PYSITELIB}/hgext/convert/hg.pyo
${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
${PYSITELIB}/hgext/convert/transport.py
${PYSITELIB}/hgext/convert/transport.pyc
${PYSITELIB}/hgext/convert/transport.pyo
${PYSITELIB}/hgext/eol.py
${PYSITELIB}/hgext/eol.pyc
${PYSITELIB}/hgext/eol.pyo
${PYSITELIB}/hgext/extdiff.py
${PYSITELIB}/hgext/extdiff.pyc
${PYSITELIB}/hgext/extdiff.pyo
${PYSITELIB}/hgext/factotum.py
${PYSITELIB}/hgext/factotum.pyc
${PYSITELIB}/hgext/factotum.pyo
${PYSITELIB}/hgext/fetch.py
${PYSITELIB}/hgext/fetch.pyc
${PYSITELIB}/hgext/fetch.pyo
${PYSITELIB}/hgext/fix.py
${PYSITELIB}/hgext/fix.pyc
${PYSITELIB}/hgext/fix.pyo
${PYSITELIB}/hgext/fsmonitor/__init__.py
${PYSITELIB}/hgext/fsmonitor/__init__.pyc
${PYSITELIB}/hgext/fsmonitor/__init__.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/__init__.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/bser.so
${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/capabilities.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/compat.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/compat.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/compat.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/encoding.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/encoding.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/encoding.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/load.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/load.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/load.pyo
${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.py
${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.pyc
${PYSITELIB}/hgext/fsmonitor/pywatchman/pybser.pyo
${PYSITELIB}/hgext/fsmonitor/state.py
${PYSITELIB}/hgext/fsmonitor/state.pyc
${PYSITELIB}/hgext/fsmonitor/state.pyo
${PYSITELIB}/hgext/fsmonitor/watchmanclient.py
${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyc
${PYSITELIB}/hgext/fsmonitor/watchmanclient.pyo
${PYSITELIB}/hgext/githelp.py
${PYSITELIB}/hgext/githelp.pyc
${PYSITELIB}/hgext/githelp.pyo
${PYSITELIB}/hgext/gpg.py
${PYSITELIB}/hgext/gpg.pyc
${PYSITELIB}/hgext/gpg.pyo
${PYSITELIB}/hgext/graphlog.py
${PYSITELIB}/hgext/graphlog.pyc
${PYSITELIB}/hgext/graphlog.pyo
${PYSITELIB}/hgext/hgk.py
${PYSITELIB}/hgext/hgk.pyc
${PYSITELIB}/hgext/hgk.pyo
${PYSITELIB}/hgext/highlight/__init__.py
${PYSITELIB}/hgext/highlight/__init__.pyc
${PYSITELIB}/hgext/highlight/__init__.pyo
${PYSITELIB}/hgext/highlight/highlight.py
${PYSITELIB}/hgext/highlight/highlight.pyc
${PYSITELIB}/hgext/highlight/highlight.pyo
${PYSITELIB}/hgext/histedit.py
${PYSITELIB}/hgext/histedit.pyc
${PYSITELIB}/hgext/histedit.pyo
${PYSITELIB}/hgext/infinitepush/__init__.py
${PYSITELIB}/hgext/infinitepush/__init__.pyc
${PYSITELIB}/hgext/infinitepush/__init__.pyo
${PYSITELIB}/hgext/infinitepush/bundleparts.py
${PYSITELIB}/hgext/infinitepush/bundleparts.pyc
${PYSITELIB}/hgext/infinitepush/bundleparts.pyo
${PYSITELIB}/hgext/infinitepush/common.py
${PYSITELIB}/hgext/infinitepush/common.pyc
${PYSITELIB}/hgext/infinitepush/common.pyo
${PYSITELIB}/hgext/infinitepush/fileindexapi.py
${PYSITELIB}/hgext/infinitepush/fileindexapi.pyc
${PYSITELIB}/hgext/infinitepush/fileindexapi.pyo
${PYSITELIB}/hgext/infinitepush/indexapi.py
${PYSITELIB}/hgext/infinitepush/indexapi.pyc
${PYSITELIB}/hgext/infinitepush/indexapi.pyo
${PYSITELIB}/hgext/infinitepush/sqlindexapi.py
${PYSITELIB}/hgext/infinitepush/sqlindexapi.pyc
${PYSITELIB}/hgext/infinitepush/sqlindexapi.pyo
${PYSITELIB}/hgext/infinitepush/store.py
${PYSITELIB}/hgext/infinitepush/store.pyc
${PYSITELIB}/hgext/infinitepush/store.pyo
${PYSITELIB}/hgext/journal.py
${PYSITELIB}/hgext/journal.pyc
${PYSITELIB}/hgext/journal.pyo
${PYSITELIB}/hgext/keyword.py
${PYSITELIB}/hgext/keyword.pyc
${PYSITELIB}/hgext/keyword.pyo
${PYSITELIB}/hgext/largefiles/__init__.py
${PYSITELIB}/hgext/largefiles/__init__.pyc
${PYSITELIB}/hgext/largefiles/__init__.pyo
${PYSITELIB}/hgext/largefiles/basestore.py
${PYSITELIB}/hgext/largefiles/basestore.pyc
${PYSITELIB}/hgext/largefiles/basestore.pyo
${PYSITELIB}/hgext/largefiles/lfcommands.py
${PYSITELIB}/hgext/largefiles/lfcommands.pyc
${PYSITELIB}/hgext/largefiles/lfcommands.pyo
${PYSITELIB}/hgext/largefiles/lfutil.py
${PYSITELIB}/hgext/largefiles/lfutil.pyc
${PYSITELIB}/hgext/largefiles/lfutil.pyo
${PYSITELIB}/hgext/largefiles/localstore.py
${PYSITELIB}/hgext/largefiles/localstore.pyc
${PYSITELIB}/hgext/largefiles/localstore.pyo
${PYSITELIB}/hgext/largefiles/overrides.py
${PYSITELIB}/hgext/largefiles/overrides.pyc
${PYSITELIB}/hgext/largefiles/overrides.pyo
${PYSITELIB}/hgext/largefiles/proto.py
${PYSITELIB}/hgext/largefiles/proto.pyc
${PYSITELIB}/hgext/largefiles/proto.pyo
${PYSITELIB}/hgext/largefiles/remotestore.py
${PYSITELIB}/hgext/largefiles/remotestore.pyc
${PYSITELIB}/hgext/largefiles/remotestore.pyo
${PYSITELIB}/hgext/largefiles/reposetup.py
${PYSITELIB}/hgext/largefiles/reposetup.pyc
${PYSITELIB}/hgext/largefiles/reposetup.pyo
${PYSITELIB}/hgext/largefiles/storefactory.py
${PYSITELIB}/hgext/largefiles/storefactory.pyc
${PYSITELIB}/hgext/largefiles/storefactory.pyo
${PYSITELIB}/hgext/largefiles/uisetup.py
${PYSITELIB}/hgext/largefiles/uisetup.pyc
${PYSITELIB}/hgext/largefiles/uisetup.pyo
${PYSITELIB}/hgext/largefiles/wirestore.py
${PYSITELIB}/hgext/largefiles/wirestore.pyc
${PYSITELIB}/hgext/largefiles/wirestore.pyo
${PYSITELIB}/hgext/lfs/__init__.py
${PYSITELIB}/hgext/lfs/__init__.pyc
${PYSITELIB}/hgext/lfs/__init__.pyo
${PYSITELIB}/hgext/lfs/blobstore.py
${PYSITELIB}/hgext/lfs/blobstore.pyc
${PYSITELIB}/hgext/lfs/blobstore.pyo
${PYSITELIB}/hgext/lfs/pointer.py
${PYSITELIB}/hgext/lfs/pointer.pyc
${PYSITELIB}/hgext/lfs/pointer.pyo
${PYSITELIB}/hgext/lfs/wireprotolfsserver.py
${PYSITELIB}/hgext/lfs/wireprotolfsserver.pyc
${PYSITELIB}/hgext/lfs/wireprotolfsserver.pyo
${PYSITELIB}/hgext/lfs/wrapper.py
${PYSITELIB}/hgext/lfs/wrapper.pyc
${PYSITELIB}/hgext/lfs/wrapper.pyo
${PYSITELIB}/hgext/logtoprocess.py
${PYSITELIB}/hgext/logtoprocess.pyc
${PYSITELIB}/hgext/logtoprocess.pyo
${PYSITELIB}/hgext/mq.py
${PYSITELIB}/hgext/mq.pyc
${PYSITELIB}/hgext/mq.pyo
${PYSITELIB}/hgext/narrow/__init__.py
${PYSITELIB}/hgext/narrow/__init__.pyc
${PYSITELIB}/hgext/narrow/__init__.pyo
${PYSITELIB}/hgext/narrow/narrowbundle2.py
${PYSITELIB}/hgext/narrow/narrowbundle2.pyc
${PYSITELIB}/hgext/narrow/narrowbundle2.pyo
${PYSITELIB}/hgext/narrow/narrowchangegroup.py
${PYSITELIB}/hgext/narrow/narrowchangegroup.pyc
${PYSITELIB}/hgext/narrow/narrowchangegroup.pyo
${PYSITELIB}/hgext/narrow/narrowcommands.py
${PYSITELIB}/hgext/narrow/narrowcommands.pyc
${PYSITELIB}/hgext/narrow/narrowcommands.pyo
${PYSITELIB}/hgext/narrow/narrowcopies.py
${PYSITELIB}/hgext/narrow/narrowcopies.pyc
${PYSITELIB}/hgext/narrow/narrowcopies.pyo
${PYSITELIB}/hgext/narrow/narrowdirstate.py
${PYSITELIB}/hgext/narrow/narrowdirstate.pyc
${PYSITELIB}/hgext/narrow/narrowdirstate.pyo
${PYSITELIB}/hgext/narrow/narrowmerge.py
${PYSITELIB}/hgext/narrow/narrowmerge.pyc
${PYSITELIB}/hgext/narrow/narrowmerge.pyo
${PYSITELIB}/hgext/narrow/narrowpatch.py
${PYSITELIB}/hgext/narrow/narrowpatch.pyc
${PYSITELIB}/hgext/narrow/narrowpatch.pyo
${PYSITELIB}/hgext/narrow/narrowrepo.py
${PYSITELIB}/hgext/narrow/narrowrepo.pyc
${PYSITELIB}/hgext/narrow/narrowrepo.pyo
${PYSITELIB}/hgext/narrow/narrowrevlog.py
${PYSITELIB}/hgext/narrow/narrowrevlog.pyc
${PYSITELIB}/hgext/narrow/narrowrevlog.pyo
${PYSITELIB}/hgext/narrow/narrowtemplates.py
${PYSITELIB}/hgext/narrow/narrowtemplates.pyc
${PYSITELIB}/hgext/narrow/narrowtemplates.pyo
${PYSITELIB}/hgext/narrow/narrowwirepeer.py
${PYSITELIB}/hgext/narrow/narrowwirepeer.pyc
${PYSITELIB}/hgext/narrow/narrowwirepeer.pyo
${PYSITELIB}/hgext/notify.py
${PYSITELIB}/hgext/notify.pyc
${PYSITELIB}/hgext/notify.pyo
${PYSITELIB}/hgext/pager.py
${PYSITELIB}/hgext/pager.pyc
${PYSITELIB}/hgext/pager.pyo
${PYSITELIB}/hgext/patchbomb.py
${PYSITELIB}/hgext/patchbomb.pyc
${PYSITELIB}/hgext/patchbomb.pyo
${PYSITELIB}/hgext/purge.py
${PYSITELIB}/hgext/purge.pyc
${PYSITELIB}/hgext/purge.pyo
${PYSITELIB}/hgext/rebase.py
${PYSITELIB}/hgext/rebase.pyc
${PYSITELIB}/hgext/rebase.pyo
${PYSITELIB}/hgext/record.py
${PYSITELIB}/hgext/record.pyc
${PYSITELIB}/hgext/record.pyo
${PYSITELIB}/hgext/releasenotes.py
${PYSITELIB}/hgext/releasenotes.pyc
${PYSITELIB}/hgext/releasenotes.pyo
${PYSITELIB}/hgext/relink.py
${PYSITELIB}/hgext/relink.pyc
${PYSITELIB}/hgext/relink.pyo
${PYSITELIB}/hgext/remotenames.py
${PYSITELIB}/hgext/remotenames.pyc
${PYSITELIB}/hgext/remotenames.pyo
${PYSITELIB}/hgext/schemes.py
${PYSITELIB}/hgext/schemes.pyc
${PYSITELIB}/hgext/schemes.pyo
${PYSITELIB}/hgext/share.py
${PYSITELIB}/hgext/share.pyc
${PYSITELIB}/hgext/share.pyo
${PYSITELIB}/hgext/shelve.py
${PYSITELIB}/hgext/shelve.pyc
${PYSITELIB}/hgext/shelve.pyo
${PYSITELIB}/hgext/show.py
${PYSITELIB}/hgext/show.pyc
${PYSITELIB}/hgext/show.pyo
${PYSITELIB}/hgext/sparse.py
${PYSITELIB}/hgext/sparse.pyc
${PYSITELIB}/hgext/sparse.pyo
${PYSITELIB}/hgext/split.py
${PYSITELIB}/hgext/split.pyc
${PYSITELIB}/hgext/split.pyo
${PYSITELIB}/hgext/strip.py
${PYSITELIB}/hgext/strip.pyc
${PYSITELIB}/hgext/strip.pyo
${PYSITELIB}/hgext/transplant.py
${PYSITELIB}/hgext/transplant.pyc
${PYSITELIB}/hgext/transplant.pyo
${PYSITELIB}/hgext/uncommit.py
${PYSITELIB}/hgext/uncommit.pyc
${PYSITELIB}/hgext/uncommit.pyo
${PYSITELIB}/hgext/win32mbcs.py
${PYSITELIB}/hgext/win32mbcs.pyc
${PYSITELIB}/hgext/win32mbcs.pyo
${PYSITELIB}/hgext/win32text.py
${PYSITELIB}/hgext/win32text.pyc
${PYSITELIB}/hgext/win32text.pyo
${PYSITELIB}/hgext/zeroconf/Zeroconf.py
${PYSITELIB}/hgext/zeroconf/Zeroconf.pyc
${PYSITELIB}/hgext/zeroconf/Zeroconf.pyo
${PYSITELIB}/hgext/zeroconf/__init__.py
${PYSITELIB}/hgext/zeroconf/__init__.pyc
${PYSITELIB}/hgext/zeroconf/__init__.pyo
${PYSITELIB}/hgext3rd/__init__.py
${PYSITELIB}/hgext3rd/__init__.pyc
${PYSITELIB}/hgext3rd/__init__.pyo
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/mercurial/__init__.py
${PYSITELIB}/mercurial/__init__.pyc
${PYSITELIB}/mercurial/__init__.pyo
${PYSITELIB}/mercurial/__modulepolicy__.py
${PYSITELIB}/mercurial/__modulepolicy__.pyc
${PYSITELIB}/mercurial/__modulepolicy__.pyo
${PYSITELIB}/mercurial/__version__.py
${PYSITELIB}/mercurial/__version__.pyc
${PYSITELIB}/mercurial/__version__.pyo
${PYSITELIB}/mercurial/ancestor.py
${PYSITELIB}/mercurial/ancestor.pyc
${PYSITELIB}/mercurial/ancestor.pyo
${PYSITELIB}/mercurial/archival.py
${PYSITELIB}/mercurial/archival.pyc
${PYSITELIB}/mercurial/archival.pyo
${PYSITELIB}/mercurial/bookmarks.py
${PYSITELIB}/mercurial/bookmarks.pyc
${PYSITELIB}/mercurial/bookmarks.pyo
${PYSITELIB}/mercurial/branchmap.py
${PYSITELIB}/mercurial/branchmap.pyc
${PYSITELIB}/mercurial/branchmap.pyo
${PYSITELIB}/mercurial/bundle2.py
${PYSITELIB}/mercurial/bundle2.pyc
${PYSITELIB}/mercurial/bundle2.pyo
${PYSITELIB}/mercurial/bundlerepo.py
${PYSITELIB}/mercurial/bundlerepo.pyc
${PYSITELIB}/mercurial/bundlerepo.pyo
${PYSITELIB}/mercurial/cacheutil.py
${PYSITELIB}/mercurial/cacheutil.pyc
${PYSITELIB}/mercurial/cacheutil.pyo
${PYSITELIB}/mercurial/cext/__init__.py
${PYSITELIB}/mercurial/cext/__init__.pyc
${PYSITELIB}/mercurial/cext/__init__.pyo
${PYSITELIB}/mercurial/cext/base85.so
${PYSITELIB}/mercurial/cext/bdiff.so
${PYSITELIB}/mercurial/cext/mpatch.so
${PYSITELIB}/mercurial/cext/osutil.so
${PYSITELIB}/mercurial/cext/parsers.so
${PYSITELIB}/mercurial/cffi/__init__.py
${PYSITELIB}/mercurial/cffi/__init__.pyc
${PYSITELIB}/mercurial/cffi/__init__.pyo
${PYSITELIB}/mercurial/cffi/bdiff.py
${PYSITELIB}/mercurial/cffi/bdiff.pyc
${PYSITELIB}/mercurial/cffi/bdiff.pyo
${PYSITELIB}/mercurial/cffi/bdiffbuild.py
${PYSITELIB}/mercurial/cffi/bdiffbuild.pyc
${PYSITELIB}/mercurial/cffi/bdiffbuild.pyo
${PYSITELIB}/mercurial/cffi/mpatch.py
${PYSITELIB}/mercurial/cffi/mpatch.pyc
${PYSITELIB}/mercurial/cffi/mpatch.pyo
${PYSITELIB}/mercurial/cffi/mpatchbuild.py
${PYSITELIB}/mercurial/cffi/mpatchbuild.pyc
${PYSITELIB}/mercurial/cffi/mpatchbuild.pyo
${PYSITELIB}/mercurial/cffi/osutil.py
${PYSITELIB}/mercurial/cffi/osutil.pyc
${PYSITELIB}/mercurial/cffi/osutil.pyo
${PYSITELIB}/mercurial/cffi/osutilbuild.py
${PYSITELIB}/mercurial/cffi/osutilbuild.pyc
${PYSITELIB}/mercurial/cffi/osutilbuild.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/chgserver.py
${PYSITELIB}/mercurial/chgserver.pyc
${PYSITELIB}/mercurial/chgserver.pyo
${PYSITELIB}/mercurial/cmdutil.py
${PYSITELIB}/mercurial/cmdutil.pyc
${PYSITELIB}/mercurial/cmdutil.pyo
${PYSITELIB}/mercurial/color.py
${PYSITELIB}/mercurial/color.pyc
${PYSITELIB}/mercurial/color.pyo
${PYSITELIB}/mercurial/commands.py
${PYSITELIB}/mercurial/commands.pyc
${PYSITELIB}/mercurial/commands.pyo
${PYSITELIB}/mercurial/commandserver.py
${PYSITELIB}/mercurial/commandserver.pyc
${PYSITELIB}/mercurial/commandserver.pyo
${PYSITELIB}/mercurial/config.py
${PYSITELIB}/mercurial/config.pyc
${PYSITELIB}/mercurial/config.pyo
${PYSITELIB}/mercurial/configitems.py
${PYSITELIB}/mercurial/configitems.pyc
${PYSITELIB}/mercurial/configitems.pyo
${PYSITELIB}/mercurial/context.py
${PYSITELIB}/mercurial/context.pyc
${PYSITELIB}/mercurial/context.pyo
${PYSITELIB}/mercurial/copies.py
${PYSITELIB}/mercurial/copies.pyc
${PYSITELIB}/mercurial/copies.pyo
${PYSITELIB}/mercurial/crecord.py
${PYSITELIB}/mercurial/crecord.pyc
${PYSITELIB}/mercurial/crecord.pyo
${PYSITELIB}/mercurial/dagop.py
${PYSITELIB}/mercurial/dagop.pyc
${PYSITELIB}/mercurial/dagop.pyo
${PYSITELIB}/mercurial/dagparser.py
${PYSITELIB}/mercurial/dagparser.pyc
${PYSITELIB}/mercurial/dagparser.pyo
${PYSITELIB}/mercurial/dagutil.py
${PYSITELIB}/mercurial/dagutil.pyc
${PYSITELIB}/mercurial/dagutil.pyo
${PYSITELIB}/mercurial/debugcommands.py
${PYSITELIB}/mercurial/debugcommands.pyc
${PYSITELIB}/mercurial/debugcommands.pyo
${PYSITELIB}/mercurial/default.d/mergetools.rc
${PYSITELIB}/mercurial/destutil.py
${PYSITELIB}/mercurial/destutil.pyc
${PYSITELIB}/mercurial/destutil.pyo
${PYSITELIB}/mercurial/diffhelper.py
${PYSITELIB}/mercurial/diffhelper.pyc
${PYSITELIB}/mercurial/diffhelper.pyo
${PYSITELIB}/mercurial/dirstate.py
${PYSITELIB}/mercurial/dirstate.pyc
${PYSITELIB}/mercurial/dirstate.pyo
${PYSITELIB}/mercurial/dirstateguard.py
${PYSITELIB}/mercurial/dirstateguard.pyc
${PYSITELIB}/mercurial/dirstateguard.pyo
${PYSITELIB}/mercurial/discovery.py
${PYSITELIB}/mercurial/discovery.pyc
${PYSITELIB}/mercurial/discovery.pyo
${PYSITELIB}/mercurial/dispatch.py
${PYSITELIB}/mercurial/dispatch.pyc
${PYSITELIB}/mercurial/dispatch.pyo
${PYSITELIB}/mercurial/dummycert.pem
${PYSITELIB}/mercurial/encoding.py
${PYSITELIB}/mercurial/encoding.pyc
${PYSITELIB}/mercurial/encoding.pyo
${PYSITELIB}/mercurial/error.py
${PYSITELIB}/mercurial/error.pyc
${PYSITELIB}/mercurial/error.pyo
${PYSITELIB}/mercurial/exchange.py
${PYSITELIB}/mercurial/exchange.pyc
${PYSITELIB}/mercurial/exchange.pyo
${PYSITELIB}/mercurial/extensions.py
${PYSITELIB}/mercurial/extensions.pyc
${PYSITELIB}/mercurial/extensions.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/filemerge.py
${PYSITELIB}/mercurial/filemerge.pyc
${PYSITELIB}/mercurial/filemerge.pyo
${PYSITELIB}/mercurial/fileset.py
${PYSITELIB}/mercurial/fileset.pyc
${PYSITELIB}/mercurial/fileset.pyo
${PYSITELIB}/mercurial/formatter.py
${PYSITELIB}/mercurial/formatter.pyc
${PYSITELIB}/mercurial/formatter.pyo
${PYSITELIB}/mercurial/graphmod.py
${PYSITELIB}/mercurial/graphmod.pyc
${PYSITELIB}/mercurial/graphmod.pyo
${PYSITELIB}/mercurial/hbisect.py
${PYSITELIB}/mercurial/hbisect.pyc
${PYSITELIB}/mercurial/hbisect.pyo
${PYSITELIB}/mercurial/help.py
${PYSITELIB}/mercurial/help.pyc
${PYSITELIB}/mercurial/help.pyo
${PYSITELIB}/mercurial/help/bundlespec.txt
${PYSITELIB}/mercurial/help/color.txt
${PYSITELIB}/mercurial/help/common.txt
${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/filesets.txt
${PYSITELIB}/mercurial/help/flags.txt
${PYSITELIB}/mercurial/help/glossary.txt
${PYSITELIB}/mercurial/help/hg-ssh.8.txt
${PYSITELIB}/mercurial/help/hg.1.txt
${PYSITELIB}/mercurial/help/hgignore.5.txt
${PYSITELIB}/mercurial/help/hgignore.txt
${PYSITELIB}/mercurial/help/hgrc.5.txt
${PYSITELIB}/mercurial/help/hgweb.txt
${PYSITELIB}/mercurial/help/internals/bundle2.txt
${PYSITELIB}/mercurial/help/internals/bundles.txt
${PYSITELIB}/mercurial/help/internals/censor.txt
${PYSITELIB}/mercurial/help/internals/changegroups.txt
${PYSITELIB}/mercurial/help/internals/config.txt
${PYSITELIB}/mercurial/help/internals/requirements.txt
${PYSITELIB}/mercurial/help/internals/revlogs.txt
${PYSITELIB}/mercurial/help/internals/wireprotocol.txt
${PYSITELIB}/mercurial/help/merge-tools.txt
${PYSITELIB}/mercurial/help/pager.txt
${PYSITELIB}/mercurial/help/patterns.txt
${PYSITELIB}/mercurial/help/phases.txt
${PYSITELIB}/mercurial/help/revisions.txt
${PYSITELIB}/mercurial/help/scripting.txt
${PYSITELIB}/mercurial/help/subrepos.txt
${PYSITELIB}/mercurial/help/templates.txt
${PYSITELIB}/mercurial/help/urls.txt
${PYSITELIB}/mercurial/hg.py
${PYSITELIB}/mercurial/hg.pyc
${PYSITELIB}/mercurial/hg.pyo
${PYSITELIB}/mercurial/hgweb/__init__.py
${PYSITELIB}/mercurial/hgweb/__init__.pyc
${PYSITELIB}/mercurial/hgweb/__init__.pyo
${PYSITELIB}/mercurial/hgweb/common.py
${PYSITELIB}/mercurial/hgweb/common.pyc
${PYSITELIB}/mercurial/hgweb/common.pyo
${PYSITELIB}/mercurial/hgweb/hgweb_mod.py
${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyc
${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyo
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.py
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyc
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyo
${PYSITELIB}/mercurial/hgweb/request.py
${PYSITELIB}/mercurial/hgweb/request.pyc
${PYSITELIB}/mercurial/hgweb/request.pyo
${PYSITELIB}/mercurial/hgweb/server.py
${PYSITELIB}/mercurial/hgweb/server.pyc
${PYSITELIB}/mercurial/hgweb/server.pyo
${PYSITELIB}/mercurial/hgweb/webcommands.py
${PYSITELIB}/mercurial/hgweb/webcommands.pyc
${PYSITELIB}/mercurial/hgweb/webcommands.pyo
${PYSITELIB}/mercurial/hgweb/webutil.py
${PYSITELIB}/mercurial/hgweb/webutil.pyc
${PYSITELIB}/mercurial/hgweb/webutil.pyo
${PYSITELIB}/mercurial/hgweb/wsgicgi.py
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyc
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyo
${PYSITELIB}/mercurial/hgweb/wsgiheaders.py
${PYSITELIB}/mercurial/hgweb/wsgiheaders.pyc
${PYSITELIB}/mercurial/hgweb/wsgiheaders.pyo
${PYSITELIB}/mercurial/hook.py
${PYSITELIB}/mercurial/hook.pyc
${PYSITELIB}/mercurial/hook.pyo
${PYSITELIB}/mercurial/httpconnection.py
${PYSITELIB}/mercurial/httpconnection.pyc
${PYSITELIB}/mercurial/httpconnection.pyo
${PYSITELIB}/mercurial/httppeer.py
${PYSITELIB}/mercurial/httppeer.pyc
${PYSITELIB}/mercurial/httppeer.pyo
${PYSITELIB}/mercurial/i18n.py
${PYSITELIB}/mercurial/i18n.pyc
${PYSITELIB}/mercurial/i18n.pyo
${PYSITELIB}/mercurial/keepalive.py
${PYSITELIB}/mercurial/keepalive.pyc
${PYSITELIB}/mercurial/keepalive.pyo
${PYSITELIB}/mercurial/locale/da/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/de/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/el/LC_MESSAGES/hg.mo
${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/ro/LC_MESSAGES/hg.mo
${PYSITELIB}/mercurial/locale/ru/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
${PYSITELIB}/mercurial/localrepo.pyc
${PYSITELIB}/mercurial/localrepo.pyo
${PYSITELIB}/mercurial/lock.py
${PYSITELIB}/mercurial/lock.pyc
${PYSITELIB}/mercurial/lock.pyo
${PYSITELIB}/mercurial/logcmdutil.py
${PYSITELIB}/mercurial/logcmdutil.pyc
${PYSITELIB}/mercurial/logcmdutil.pyo
${PYSITELIB}/mercurial/logexchange.py
${PYSITELIB}/mercurial/logexchange.pyc
${PYSITELIB}/mercurial/logexchange.pyo
${PYSITELIB}/mercurial/lsprof.py
${PYSITELIB}/mercurial/lsprof.pyc
${PYSITELIB}/mercurial/lsprof.pyo
${PYSITELIB}/mercurial/lsprofcalltree.py
${PYSITELIB}/mercurial/lsprofcalltree.pyc
${PYSITELIB}/mercurial/lsprofcalltree.pyo
${PYSITELIB}/mercurial/mail.py
${PYSITELIB}/mercurial/mail.pyc
${PYSITELIB}/mercurial/mail.pyo
${PYSITELIB}/mercurial/manifest.py
${PYSITELIB}/mercurial/manifest.pyc
${PYSITELIB}/mercurial/manifest.pyo
${PYSITELIB}/mercurial/match.py
${PYSITELIB}/mercurial/match.pyc
${PYSITELIB}/mercurial/match.pyo
${PYSITELIB}/mercurial/mdiff.py
${PYSITELIB}/mercurial/mdiff.pyc
${PYSITELIB}/mercurial/mdiff.pyo
${PYSITELIB}/mercurial/merge.py
${PYSITELIB}/mercurial/merge.pyc
${PYSITELIB}/mercurial/merge.pyo
${PYSITELIB}/mercurial/mergeutil.py
${PYSITELIB}/mercurial/mergeutil.pyc
${PYSITELIB}/mercurial/mergeutil.pyo
${PYSITELIB}/mercurial/minifileset.py
${PYSITELIB}/mercurial/minifileset.pyc
${PYSITELIB}/mercurial/minifileset.pyo
${PYSITELIB}/mercurial/minirst.py
${PYSITELIB}/mercurial/minirst.pyc
${PYSITELIB}/mercurial/minirst.pyo
${PYSITELIB}/mercurial/namespaces.py
${PYSITELIB}/mercurial/namespaces.pyc
${PYSITELIB}/mercurial/namespaces.pyo
${PYSITELIB}/mercurial/narrowspec.py
${PYSITELIB}/mercurial/narrowspec.pyc
${PYSITELIB}/mercurial/narrowspec.pyo
${PYSITELIB}/mercurial/node.py
${PYSITELIB}/mercurial/node.pyc
${PYSITELIB}/mercurial/node.pyo
${PYSITELIB}/mercurial/obsolete.py
${PYSITELIB}/mercurial/obsolete.pyc
${PYSITELIB}/mercurial/obsolete.pyo
${PYSITELIB}/mercurial/obsutil.py
${PYSITELIB}/mercurial/obsutil.pyc
${PYSITELIB}/mercurial/obsutil.pyo
${PYSITELIB}/mercurial/parser.py
${PYSITELIB}/mercurial/parser.pyc
${PYSITELIB}/mercurial/parser.pyo
${PYSITELIB}/mercurial/patch.py
${PYSITELIB}/mercurial/patch.pyc
${PYSITELIB}/mercurial/patch.pyo
${PYSITELIB}/mercurial/pathutil.py
${PYSITELIB}/mercurial/pathutil.pyc
${PYSITELIB}/mercurial/pathutil.pyo
${PYSITELIB}/mercurial/phases.py
${PYSITELIB}/mercurial/phases.pyc
${PYSITELIB}/mercurial/phases.pyo
${PYSITELIB}/mercurial/policy.py
${PYSITELIB}/mercurial/policy.pyc
${PYSITELIB}/mercurial/policy.pyo
${PYSITELIB}/mercurial/posix.py
${PYSITELIB}/mercurial/posix.pyc
${PYSITELIB}/mercurial/posix.pyo
${PYSITELIB}/mercurial/profiling.py
${PYSITELIB}/mercurial/profiling.pyc
${PYSITELIB}/mercurial/profiling.pyo
${PYSITELIB}/mercurial/progress.py
${PYSITELIB}/mercurial/progress.pyc
${PYSITELIB}/mercurial/progress.pyo
${PYSITELIB}/mercurial/pure/__init__.py
${PYSITELIB}/mercurial/pure/__init__.pyc
${PYSITELIB}/mercurial/pure/__init__.pyo
${PYSITELIB}/mercurial/pure/base85.py
${PYSITELIB}/mercurial/pure/base85.pyc
${PYSITELIB}/mercurial/pure/base85.pyo
${PYSITELIB}/mercurial/pure/bdiff.py
${PYSITELIB}/mercurial/pure/bdiff.pyc
${PYSITELIB}/mercurial/pure/bdiff.pyo
${PYSITELIB}/mercurial/pure/charencode.py
${PYSITELIB}/mercurial/pure/charencode.pyc
${PYSITELIB}/mercurial/pure/charencode.pyo
${PYSITELIB}/mercurial/pure/mpatch.py
${PYSITELIB}/mercurial/pure/mpatch.pyc
${PYSITELIB}/mercurial/pure/mpatch.pyo
${PYSITELIB}/mercurial/pure/osutil.py
${PYSITELIB}/mercurial/pure/osutil.pyc
${PYSITELIB}/mercurial/pure/osutil.pyo
${PYSITELIB}/mercurial/pure/parsers.py
${PYSITELIB}/mercurial/pure/parsers.pyc
${PYSITELIB}/mercurial/pure/parsers.pyo
${PYSITELIB}/mercurial/pushkey.py
${PYSITELIB}/mercurial/pushkey.pyc
${PYSITELIB}/mercurial/pushkey.pyo
${PYSITELIB}/mercurial/pvec.py
${PYSITELIB}/mercurial/pvec.pyc
${PYSITELIB}/mercurial/pvec.pyo
${PYSITELIB}/mercurial/pycompat.py
${PYSITELIB}/mercurial/pycompat.pyc
${PYSITELIB}/mercurial/pycompat.pyo
${PYSITELIB}/mercurial/rcutil.py
${PYSITELIB}/mercurial/rcutil.pyc
${PYSITELIB}/mercurial/rcutil.pyo
${PYSITELIB}/mercurial/registrar.py
${PYSITELIB}/mercurial/registrar.pyc
${PYSITELIB}/mercurial/registrar.pyo
${PYSITELIB}/mercurial/repair.py
${PYSITELIB}/mercurial/repair.pyc
${PYSITELIB}/mercurial/repair.pyo
${PYSITELIB}/mercurial/repository.py
${PYSITELIB}/mercurial/repository.pyc
${PYSITELIB}/mercurial/repository.pyo
${PYSITELIB}/mercurial/repoview.py
${PYSITELIB}/mercurial/repoview.pyc
${PYSITELIB}/mercurial/repoview.pyo
${PYSITELIB}/mercurial/revlog.py
${PYSITELIB}/mercurial/revlog.pyc
${PYSITELIB}/mercurial/revlog.pyo
${PYSITELIB}/mercurial/revset.py
${PYSITELIB}/mercurial/revset.pyc
${PYSITELIB}/mercurial/revset.pyo
${PYSITELIB}/mercurial/revsetlang.py
${PYSITELIB}/mercurial/revsetlang.pyc
${PYSITELIB}/mercurial/revsetlang.pyo
${PYSITELIB}/mercurial/rewriteutil.py
${PYSITELIB}/mercurial/rewriteutil.pyc
${PYSITELIB}/mercurial/rewriteutil.pyo
${PYSITELIB}/mercurial/scmposix.py
${PYSITELIB}/mercurial/scmposix.pyc
${PYSITELIB}/mercurial/scmposix.pyo
${PYSITELIB}/mercurial/scmutil.py
${PYSITELIB}/mercurial/scmutil.pyc
${PYSITELIB}/mercurial/scmutil.pyo
${PYSITELIB}/mercurial/scmwindows.py
${PYSITELIB}/mercurial/scmwindows.pyc
${PYSITELIB}/mercurial/scmwindows.pyo
${PYSITELIB}/mercurial/server.py
${PYSITELIB}/mercurial/server.pyc
${PYSITELIB}/mercurial/server.pyo
${PYSITELIB}/mercurial/setdiscovery.py
${PYSITELIB}/mercurial/setdiscovery.pyc
${PYSITELIB}/mercurial/setdiscovery.pyo
${PYSITELIB}/mercurial/similar.py
${PYSITELIB}/mercurial/similar.pyc
${PYSITELIB}/mercurial/similar.pyo
${PYSITELIB}/mercurial/simplemerge.py
${PYSITELIB}/mercurial/simplemerge.pyc
${PYSITELIB}/mercurial/simplemerge.pyo
${PYSITELIB}/mercurial/smartset.py
${PYSITELIB}/mercurial/smartset.pyc
${PYSITELIB}/mercurial/smartset.pyo
${PYSITELIB}/mercurial/sparse.py
${PYSITELIB}/mercurial/sparse.pyc
${PYSITELIB}/mercurial/sparse.pyo
${PYSITELIB}/mercurial/sshpeer.py
${PYSITELIB}/mercurial/sshpeer.pyc
${PYSITELIB}/mercurial/sshpeer.pyo
${PYSITELIB}/mercurial/sslutil.py
${PYSITELIB}/mercurial/sslutil.pyc
${PYSITELIB}/mercurial/sslutil.pyo
${PYSITELIB}/mercurial/stack.py
${PYSITELIB}/mercurial/stack.pyc
${PYSITELIB}/mercurial/stack.pyo
${PYSITELIB}/mercurial/statichttprepo.py
${PYSITELIB}/mercurial/statichttprepo.pyc
${PYSITELIB}/mercurial/statichttprepo.pyo
${PYSITELIB}/mercurial/statprof.py
${PYSITELIB}/mercurial/statprof.pyc
${PYSITELIB}/mercurial/statprof.pyo
${PYSITELIB}/mercurial/store.py
${PYSITELIB}/mercurial/store.pyc
${PYSITELIB}/mercurial/store.pyo
${PYSITELIB}/mercurial/streamclone.py
${PYSITELIB}/mercurial/streamclone.pyc
${PYSITELIB}/mercurial/streamclone.pyo
${PYSITELIB}/mercurial/subrepo.py
${PYSITELIB}/mercurial/subrepo.pyc
${PYSITELIB}/mercurial/subrepo.pyo
${PYSITELIB}/mercurial/subrepoutil.py
${PYSITELIB}/mercurial/subrepoutil.pyc
${PYSITELIB}/mercurial/subrepoutil.pyo
${PYSITELIB}/mercurial/tagmerge.py
${PYSITELIB}/mercurial/tagmerge.pyc
${PYSITELIB}/mercurial/tagmerge.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
${PYSITELIB}/mercurial/templatefuncs.py
${PYSITELIB}/mercurial/templatefuncs.pyc
${PYSITELIB}/mercurial/templatefuncs.pyo
${PYSITELIB}/mercurial/templatekw.py
${PYSITELIB}/mercurial/templatekw.pyc
${PYSITELIB}/mercurial/templatekw.pyo
${PYSITELIB}/mercurial/templater.py
${PYSITELIB}/mercurial/templater.pyc
${PYSITELIB}/mercurial/templater.pyo
${PYSITELIB}/mercurial/templates/atom/bookmarkentry.tmpl
${PYSITELIB}/mercurial/templates/atom/bookmarks.tmpl
${PYSITELIB}/mercurial/templates/atom/branchentry.tmpl
${PYSITELIB}/mercurial/templates/atom/branches.tmpl
${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
${PYSITELIB}/mercurial/templates/atom/tagentry.tmpl
${PYSITELIB}/mercurial/templates/atom/tags.tmpl
${PYSITELIB}/mercurial/templates/coal/header.tmpl
${PYSITELIB}/mercurial/templates/coal/map
${PYSITELIB}/mercurial/templates/gitweb/bookmarks.tmpl
${PYSITELIB}/mercurial/templates/gitweb/branches.tmpl
${PYSITELIB}/mercurial/templates/gitweb/changelog.tmpl
${PYSITELIB}/mercurial/templates/gitweb/changelogentry.tmpl
${PYSITELIB}/mercurial/templates/gitweb/changeset.tmpl
${PYSITELIB}/mercurial/templates/gitweb/error.tmpl
${PYSITELIB}/mercurial/templates/gitweb/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/gitweb/filecomparison.tmpl
${PYSITELIB}/mercurial/templates/gitweb/filediff.tmpl
${PYSITELIB}/mercurial/templates/gitweb/filelog.tmpl
${PYSITELIB}/mercurial/templates/gitweb/filerevision.tmpl
${PYSITELIB}/mercurial/templates/gitweb/footer.tmpl
${PYSITELIB}/mercurial/templates/gitweb/graph.tmpl
${PYSITELIB}/mercurial/templates/gitweb/graphentry.tmpl
${PYSITELIB}/mercurial/templates/gitweb/header.tmpl
${PYSITELIB}/mercurial/templates/gitweb/help.tmpl
${PYSITELIB}/mercurial/templates/gitweb/helptopics.tmpl
${PYSITELIB}/mercurial/templates/gitweb/index.tmpl
${PYSITELIB}/mercurial/templates/gitweb/manifest.tmpl
${PYSITELIB}/mercurial/templates/gitweb/map
${PYSITELIB}/mercurial/templates/gitweb/notfound.tmpl
${PYSITELIB}/mercurial/templates/gitweb/search.tmpl
${PYSITELIB}/mercurial/templates/gitweb/shortlog.tmpl
${PYSITELIB}/mercurial/templates/gitweb/summary.tmpl
${PYSITELIB}/mercurial/templates/gitweb/tags.tmpl
${PYSITELIB}/mercurial/templates/json/changelist.tmpl
${PYSITELIB}/mercurial/templates/json/graph.tmpl
${PYSITELIB}/mercurial/templates/json/map
${PYSITELIB}/mercurial/templates/map-cmdline.bisect
${PYSITELIB}/mercurial/templates/map-cmdline.changelog
${PYSITELIB}/mercurial/templates/map-cmdline.compact
${PYSITELIB}/mercurial/templates/map-cmdline.default
${PYSITELIB}/mercurial/templates/map-cmdline.phases
${PYSITELIB}/mercurial/templates/map-cmdline.show
${PYSITELIB}/mercurial/templates/map-cmdline.status
${PYSITELIB}/mercurial/templates/map-cmdline.xml
${PYSITELIB}/mercurial/templates/monoblue/bookmarks.tmpl
${PYSITELIB}/mercurial/templates/monoblue/branches.tmpl
${PYSITELIB}/mercurial/templates/monoblue/changelog.tmpl
${PYSITELIB}/mercurial/templates/monoblue/changelogentry.tmpl
${PYSITELIB}/mercurial/templates/monoblue/changeset.tmpl
${PYSITELIB}/mercurial/templates/monoblue/error.tmpl
${PYSITELIB}/mercurial/templates/monoblue/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/monoblue/filecomparison.tmpl
${PYSITELIB}/mercurial/templates/monoblue/filediff.tmpl
${PYSITELIB}/mercurial/templates/monoblue/filelog.tmpl
${PYSITELIB}/mercurial/templates/monoblue/filerevision.tmpl
${PYSITELIB}/mercurial/templates/monoblue/footer.tmpl
${PYSITELIB}/mercurial/templates/monoblue/graph.tmpl
${PYSITELIB}/mercurial/templates/monoblue/graphentry.tmpl
${PYSITELIB}/mercurial/templates/monoblue/header.tmpl
${PYSITELIB}/mercurial/templates/monoblue/help.tmpl
${PYSITELIB}/mercurial/templates/monoblue/helptopics.tmpl
${PYSITELIB}/mercurial/templates/monoblue/index.tmpl
${PYSITELIB}/mercurial/templates/monoblue/manifest.tmpl
${PYSITELIB}/mercurial/templates/monoblue/map
${PYSITELIB}/mercurial/templates/monoblue/notfound.tmpl
${PYSITELIB}/mercurial/templates/monoblue/search.tmpl
${PYSITELIB}/mercurial/templates/monoblue/shortlog.tmpl
${PYSITELIB}/mercurial/templates/monoblue/summary.tmpl
${PYSITELIB}/mercurial/templates/monoblue/tags.tmpl
${PYSITELIB}/mercurial/templates/paper/bookmarks.tmpl
${PYSITELIB}/mercurial/templates/paper/branches.tmpl
${PYSITELIB}/mercurial/templates/paper/changeset.tmpl
${PYSITELIB}/mercurial/templates/paper/diffstat.tmpl
${PYSITELIB}/mercurial/templates/paper/error.tmpl
${PYSITELIB}/mercurial/templates/paper/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/paper/filecomparison.tmpl
${PYSITELIB}/mercurial/templates/paper/filediff.tmpl
${PYSITELIB}/mercurial/templates/paper/filelog.tmpl
${PYSITELIB}/mercurial/templates/paper/filelogentry.tmpl
${PYSITELIB}/mercurial/templates/paper/filerevision.tmpl
${PYSITELIB}/mercurial/templates/paper/footer.tmpl
${PYSITELIB}/mercurial/templates/paper/graph.tmpl
${PYSITELIB}/mercurial/templates/paper/graphentry.tmpl
${PYSITELIB}/mercurial/templates/paper/header.tmpl
${PYSITELIB}/mercurial/templates/paper/help.tmpl
${PYSITELIB}/mercurial/templates/paper/helptopics.tmpl
${PYSITELIB}/mercurial/templates/paper/index.tmpl
${PYSITELIB}/mercurial/templates/paper/manifest.tmpl
${PYSITELIB}/mercurial/templates/paper/map
${PYSITELIB}/mercurial/templates/paper/notfound.tmpl
${PYSITELIB}/mercurial/templates/paper/search.tmpl
${PYSITELIB}/mercurial/templates/paper/shortlog.tmpl
${PYSITELIB}/mercurial/templates/paper/shortlogentry.tmpl
${PYSITELIB}/mercurial/templates/paper/tags.tmpl
${PYSITELIB}/mercurial/templates/raw/changelog.tmpl
${PYSITELIB}/mercurial/templates/raw/changeset.tmpl
${PYSITELIB}/mercurial/templates/raw/error.tmpl
${PYSITELIB}/mercurial/templates/raw/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/raw/filediff.tmpl
${PYSITELIB}/mercurial/templates/raw/graph.tmpl
${PYSITELIB}/mercurial/templates/raw/graphedge.tmpl
${PYSITELIB}/mercurial/templates/raw/graphnode.tmpl
${PYSITELIB}/mercurial/templates/raw/index.tmpl
${PYSITELIB}/mercurial/templates/raw/logentry.tmpl
${PYSITELIB}/mercurial/templates/raw/manifest.tmpl
${PYSITELIB}/mercurial/templates/raw/map
${PYSITELIB}/mercurial/templates/raw/notfound.tmpl
${PYSITELIB}/mercurial/templates/raw/search.tmpl
${PYSITELIB}/mercurial/templates/rss/bookmarkentry.tmpl
${PYSITELIB}/mercurial/templates/rss/bookmarks.tmpl
${PYSITELIB}/mercurial/templates/rss/branchentry.tmpl
${PYSITELIB}/mercurial/templates/rss/branches.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
${PYSITELIB}/mercurial/templates/rss/map
${PYSITELIB}/mercurial/templates/rss/tagentry.tmpl
${PYSITELIB}/mercurial/templates/rss/tags.tmpl
${PYSITELIB}/mercurial/templates/spartan/branches.tmpl
${PYSITELIB}/mercurial/templates/spartan/changelog.tmpl
${PYSITELIB}/mercurial/templates/spartan/changelogentry.tmpl
${PYSITELIB}/mercurial/templates/spartan/changeset.tmpl
${PYSITELIB}/mercurial/templates/spartan/error.tmpl
${PYSITELIB}/mercurial/templates/spartan/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/spartan/filediff.tmpl
${PYSITELIB}/mercurial/templates/spartan/filelog.tmpl
${PYSITELIB}/mercurial/templates/spartan/filelogentry.tmpl
${PYSITELIB}/mercurial/templates/spartan/filerevision.tmpl
${PYSITELIB}/mercurial/templates/spartan/footer.tmpl
${PYSITELIB}/mercurial/templates/spartan/graph.tmpl
${PYSITELIB}/mercurial/templates/spartan/graphentry.tmpl
${PYSITELIB}/mercurial/templates/spartan/header.tmpl
${PYSITELIB}/mercurial/templates/spartan/index.tmpl
${PYSITELIB}/mercurial/templates/spartan/manifest.tmpl
${PYSITELIB}/mercurial/templates/spartan/map
${PYSITELIB}/mercurial/templates/spartan/notfound.tmpl
${PYSITELIB}/mercurial/templates/spartan/search.tmpl
${PYSITELIB}/mercurial/templates/spartan/shortlog.tmpl
${PYSITELIB}/mercurial/templates/spartan/shortlogentry.tmpl
${PYSITELIB}/mercurial/templates/spartan/tags.tmpl
${PYSITELIB}/mercurial/templates/static/background.png
${PYSITELIB}/mercurial/templates/static/coal-file.png
${PYSITELIB}/mercurial/templates/static/coal-folder.png
${PYSITELIB}/mercurial/templates/static/feed-icon-14x14.png
${PYSITELIB}/mercurial/templates/static/followlines.js
${PYSITELIB}/mercurial/templates/static/hgicon.png
${PYSITELIB}/mercurial/templates/static/hglogo.png
${PYSITELIB}/mercurial/templates/static/mercurial.js
${PYSITELIB}/mercurial/templates/static/style-extra-coal.css
${PYSITELIB}/mercurial/templates/static/style-gitweb.css
${PYSITELIB}/mercurial/templates/static/style-monoblue.css
${PYSITELIB}/mercurial/templates/static/style-paper.css
${PYSITELIB}/mercurial/templates/static/style.css
${PYSITELIB}/mercurial/templateutil.py
${PYSITELIB}/mercurial/templateutil.pyc
${PYSITELIB}/mercurial/templateutil.pyo
${PYSITELIB}/mercurial/thirdparty/__init__.py
${PYSITELIB}/mercurial/thirdparty/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/attr/__init__.py
${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/attr/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/attr/_compat.py
${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyc
${PYSITELIB}/mercurial/thirdparty/attr/_compat.pyo
${PYSITELIB}/mercurial/thirdparty/attr/_config.py
${PYSITELIB}/mercurial/thirdparty/attr/_config.pyc
${PYSITELIB}/mercurial/thirdparty/attr/_config.pyo
${PYSITELIB}/mercurial/thirdparty/attr/_funcs.py
${PYSITELIB}/mercurial/thirdparty/attr/_funcs.pyc
${PYSITELIB}/mercurial/thirdparty/attr/_funcs.pyo
${PYSITELIB}/mercurial/thirdparty/attr/_make.py
${PYSITELIB}/mercurial/thirdparty/attr/_make.pyc
${PYSITELIB}/mercurial/thirdparty/attr/_make.pyo
${PYSITELIB}/mercurial/thirdparty/attr/converters.py
${PYSITELIB}/mercurial/thirdparty/attr/converters.pyc
${PYSITELIB}/mercurial/thirdparty/attr/converters.pyo
${PYSITELIB}/mercurial/thirdparty/attr/exceptions.py
${PYSITELIB}/mercurial/thirdparty/attr/exceptions.pyc
${PYSITELIB}/mercurial/thirdparty/attr/exceptions.pyo
${PYSITELIB}/mercurial/thirdparty/attr/filters.py
${PYSITELIB}/mercurial/thirdparty/attr/filters.pyc
${PYSITELIB}/mercurial/thirdparty/attr/filters.pyo
${PYSITELIB}/mercurial/thirdparty/attr/validators.py
${PYSITELIB}/mercurial/thirdparty/attr/validators.pyc
${PYSITELIB}/mercurial/thirdparty/attr/validators.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/__init__.py
${PYSITELIB}/mercurial/thirdparty/cbor/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/__init__.py
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/compat.py
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/compat.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/compat.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/decoder.py
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/decoder.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/decoder.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/encoder.py
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/encoder.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/encoder.pyo
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/types.py
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/types.pyc
${PYSITELIB}/mercurial/thirdparty/cbor/cbor2/types.pyo
${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.py
${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/concurrent/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.py
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.py
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyc
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/_base.pyo
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.py
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyc
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/process.pyo
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.py
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyc
${PYSITELIB}/mercurial/thirdparty/concurrent/futures/thread.pyo
${PYSITELIB}/mercurial/thirdparty/selectors2.py
${PYSITELIB}/mercurial/thirdparty/selectors2.pyc
${PYSITELIB}/mercurial/thirdparty/selectors2.pyo
${PYSITELIB}/mercurial/thirdparty/zope/__init__.py
${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/zope/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/__init__.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/_compat.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/_flatten.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so
${PYSITELIB}/mercurial/thirdparty/zope/interface/adapter.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/adapter.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/adapter.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/advice.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/advice.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/advice.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/declarations.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/declarations.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/declarations.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/document.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/document.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/document.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/exceptions.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/exceptions.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/exceptions.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/interface.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/interface.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/interface.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/interfaces.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/interfaces.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/interfaces.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/registry.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/registry.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/registry.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/ro.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/ro.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/ro.pyo
${PYSITELIB}/mercurial/thirdparty/zope/interface/verify.py
${PYSITELIB}/mercurial/thirdparty/zope/interface/verify.pyc
${PYSITELIB}/mercurial/thirdparty/zope/interface/verify.pyo
${PYSITELIB}/mercurial/transaction.py
${PYSITELIB}/mercurial/transaction.pyc
${PYSITELIB}/mercurial/transaction.pyo
${PYSITELIB}/mercurial/treediscovery.py
${PYSITELIB}/mercurial/treediscovery.pyc
${PYSITELIB}/mercurial/treediscovery.pyo
${PYSITELIB}/mercurial/txnutil.py
${PYSITELIB}/mercurial/txnutil.pyc
${PYSITELIB}/mercurial/txnutil.pyo
${PYSITELIB}/mercurial/ui.py
${PYSITELIB}/mercurial/ui.pyc
${PYSITELIB}/mercurial/ui.pyo
${PYSITELIB}/mercurial/unionrepo.py
${PYSITELIB}/mercurial/unionrepo.pyc
${PYSITELIB}/mercurial/unionrepo.pyo
${PYSITELIB}/mercurial/upgrade.py
${PYSITELIB}/mercurial/upgrade.pyc
${PYSITELIB}/mercurial/upgrade.pyo
${PYSITELIB}/mercurial/url.py
${PYSITELIB}/mercurial/url.pyc
${PYSITELIB}/mercurial/url.pyo
${PYSITELIB}/mercurial/urllibcompat.py
${PYSITELIB}/mercurial/urllibcompat.pyc
${PYSITELIB}/mercurial/urllibcompat.pyo
${PYSITELIB}/mercurial/util.py
${PYSITELIB}/mercurial/util.pyc
${PYSITELIB}/mercurial/util.pyo
${PYSITELIB}/mercurial/utils/__init__.py
${PYSITELIB}/mercurial/utils/__init__.pyc
${PYSITELIB}/mercurial/utils/__init__.pyo
${PYSITELIB}/mercurial/utils/cborutil.py
${PYSITELIB}/mercurial/utils/cborutil.pyc
${PYSITELIB}/mercurial/utils/cborutil.pyo
${PYSITELIB}/mercurial/utils/dateutil.py
${PYSITELIB}/mercurial/utils/dateutil.pyc
${PYSITELIB}/mercurial/utils/dateutil.pyo
${PYSITELIB}/mercurial/utils/interfaceutil.py
${PYSITELIB}/mercurial/utils/interfaceutil.pyc
${PYSITELIB}/mercurial/utils/interfaceutil.pyo
${PYSITELIB}/mercurial/utils/procutil.py
${PYSITELIB}/mercurial/utils/procutil.pyc
${PYSITELIB}/mercurial/utils/procutil.pyo
${PYSITELIB}/mercurial/utils/stringutil.py
${PYSITELIB}/mercurial/utils/stringutil.pyc
${PYSITELIB}/mercurial/utils/stringutil.pyo
${PYSITELIB}/mercurial/verify.py
${PYSITELIB}/mercurial/verify.pyc
${PYSITELIB}/mercurial/verify.pyo
${PYSITELIB}/mercurial/vfs.py
${PYSITELIB}/mercurial/vfs.pyc
${PYSITELIB}/mercurial/vfs.pyo
${PYSITELIB}/mercurial/win32.py
${PYSITELIB}/mercurial/win32.pyc
${PYSITELIB}/mercurial/win32.pyo
${PYSITELIB}/mercurial/windows.py
${PYSITELIB}/mercurial/windows.pyc
${PYSITELIB}/mercurial/windows.pyo
${PYSITELIB}/mercurial/wireprotoframing.py
${PYSITELIB}/mercurial/wireprotoframing.pyc
${PYSITELIB}/mercurial/wireprotoframing.pyo
${PYSITELIB}/mercurial/wireprotoserver.py
${PYSITELIB}/mercurial/wireprotoserver.pyc
${PYSITELIB}/mercurial/wireprotoserver.pyo
${PYSITELIB}/mercurial/wireprototypes.py
${PYSITELIB}/mercurial/wireprototypes.pyc
${PYSITELIB}/mercurial/wireprototypes.pyo
${PYSITELIB}/mercurial/wireprotov1peer.py
${PYSITELIB}/mercurial/wireprotov1peer.pyc
${PYSITELIB}/mercurial/wireprotov1peer.pyo
${PYSITELIB}/mercurial/wireprotov1server.py
${PYSITELIB}/mercurial/wireprotov1server.pyc
${PYSITELIB}/mercurial/wireprotov1server.pyo
${PYSITELIB}/mercurial/wireprotov2peer.py
${PYSITELIB}/mercurial/wireprotov2peer.pyc
${PYSITELIB}/mercurial/wireprotov2peer.pyo
${PYSITELIB}/mercurial/wireprotov2server.py
${PYSITELIB}/mercurial/wireprotov2server.pyc
${PYSITELIB}/mercurial/wireprotov2server.pyo
${PYSITELIB}/mercurial/worker.py
${PYSITELIB}/mercurial/worker.pyc
${PYSITELIB}/mercurial/worker.pyo
${PYSITELIB}/mercurial/zstd.so
man/man1/hg.1
man/man5/hgignore.5
man/man5/hgrc.5
share/doc/mercurial/README.rst