pkgsrc/devel/py-mercurial/PLIST
wiz a9b6f46dd5 Update to 3.5:
Mercurial 3.5 (2015-07-31)

Regularly-scheduled feature release.

1.1. commands

    bookmark: informs of failure to upgrade a bookmark
    bookmark: remove the "touch changelog" hack
    bookmarks: abort the whole push if bookmarks fails to update (BC)
    bookmarks: change bookmark within a transaction
    bookmarks: clear active bookmark on non-linear update
    bookmarks: mark internal-only config option
    bookmarks: mark internal-only option
    bookmarks: name label for active bookmark correctly
    bookmarks: remove unused updatecurrentbookmark function (API)
    bookmarks: rename bookmarkcurrent to activebookmark (API)
    bookmarks: rename current to active in variables and comments
    bookmarks: rename readcurrent to readactive (API)
    bookmarks: rename setcurrent to activate (API)
    bookmarks: rename unsetcurrent to deactivate (API)
    bookmarks: simplify iscurrent to isactivewdirparent (API)
    bookmarks: use try/except/finally
    branch: don't warn about branches if repository has multiple branches already
    commands: use the optional badfn argument when building a matcher
    commands: use try/except/finally
    commit: add ui.allowemptycommit config option
    commit: avoid match.files() in conditions
    commit: improve --close-branch documentation
    commit: mark internal-only option
    commit: no longer allow empty commit with the 'force' argument (API)
    config: give it an includepaths option for looking for config files
    files: recurse into subrepos automatically with an explicit path
    import-checker: add xargs like mode
    import-checker: don't treat modules as relative one if not found
    import-checker: exclude mercurial packages installed into the system path
    import-checker: loop to get list of locally defined modules at first
    import: cross-reference patch.fuzz option from 'hg help import'
    import: cross-reference ui.patch option from 'hg help import'
    import: use ui.allowemptycommit to allow empty commits
    log: add a status template
    patch: add 'extra' argument to makememctx
    patch: add fuzz config flag (issue4697)
    phases: abort the whole push if phases fail to update (BC)
    phases: fix bug where native phase computation wasn't called
    phases: really fix native phase computation
    pull: allow a generic way to pass parameters to the pull operation
    pull: document the race condition with bookmark name
    pull: only list remote bookmarks if -B is used to populate pulled heads
    pull: only prefetch bookmarks when using bundle1
    pull: prevent race condition in bookmark update when using -B (issue4689)
    pull: skip pulling remote bookmarks with bundle1 if a value already exist
    pull: skip pulling remote bookmarks with bundle2 if a value already exists
    push: catch and process PushkeyFailed error
    push: make pushkey part advisory
    push: only say we are trying to push obsmarkers when we actually try
    revert: fix edition of newly added file during --interactive
    summary: add a phase line (draft, secret) to the output
    summary: move the parents phase marker to commit line (issue4688)
    tags: support reading tags cache without populating
    tags: support setting hgtags fnodes cache entries
    tags: use try/except/finally
    verify: check the subrepository references in .hgsubstate
    verify: clarify misleading fncache message

1.2. core

    dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
    ignore: fix include: rules depending on current directory (issue4759)
    parsers: fix buffer overflow by invalid parent revision read from revlog
    revlog: add support for a callback whenever revisions are added
    revlog: raise an exception earlier if an entry is too large (issue4675)
    revset: fix a crash in parents() when 'wdir()' is in the set
    revset: fix iteration over ordered addset composed of non-ordered operands
    revset: gratuitous formating fix in keyword
    revset: improves time complexity of 'roots(xxx)'
    revset: port extra() to support keyword arguments
    revset: reduce nesting of chained 'or' operations (issue4624)
    revsetbenchmarks: fix argument parsing
    revsetbenchmarks: improve error output in case of failure
    revsetbenchmarks: improve revision printing
    revsetbenchmarks: support combining variants with "+"
    templater: do not reevaluate rawstring as template (BC)
    templater: remove noop calls of parsestring(s, quoted=False) (API)
    templater: rename parsestring() to unquotestring() (API)
    templater: take any string literals as template, but not for rawstring (BC)
    templater: tokenize decimal integer literal (issue4638) (BC)
    wireproto: correctly escape batched args and responses (issue4739)

1.3. extensions

    convert: add config option for disabling ancestor parent checks
    convert: add support for specifying multiple revs
    convert: allow customizing git remote prefix
    convert: apply the appropriate phases to the destination (issue4165)
    convert: fix bug with converting the same commit twice
    convert: handle copies when converting from Perforce (issue4744)
    convert: handle deleted files when converting from Perforce (issue4743)
    convert: handle deleted files when converting from Perforce (issue4743)
    convert: improve support for unusual .gitmodules
    convert: support incremental conversion with hg subrepos
    convert: support multiple specifed revs in git source
    convert: use 'default' for specifying branch name in branchmap (issue4753)
    convert: when converting from Perforce use original local encoding by default (BC)
    extdiff: allow modifications in subrepos to be copied back
    highlight: produce correct markup when there's a blank line just before EOF
    histedit: abort rather than edit a public changeset (issue4704)
    histedit: mark defaultrev option experimental
    largefiles: allow the archiving of largefiles to be disabled
    largefiles: avoid match.files() in conditions
    largefiles: ignore hidden changesets with 'verify --large --lfa'
    largefiles: pass in whole matcher to getstandinmatcher()
    largefiles: restore the original converter class after lfconvert --to-normal
    largefiles: use the convert extension for 'lfconvert --to-normal'
    largefiles: use the optional badfn argument when building a matcher
    largefiles: use try/except/finally
    mq: ban \r and \n in patch names (issue4711)
    mq: tweak config reading to make check-config happy
    mq: use the optional badfn argument when building a matcher
    mq: use ui.allowemptycommit to allow empty commits
    rebase: add short -k option for --keep
    rebase: remove extraneous blank at the end of file
    shelve: allow --patch and --stat without --list for a single shelf
    shelve: always backup shelves instead of deleting them
    shelve: keep old backups if timestamp can't decide exact order of them
    shelve: make maxbackup doc check-config friendly
    shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'
    shelve: only keep the latest N shelve backups
    shelve: refactor allowables to specify sets of valid operations
    shelve: use try/except/finally
    transplant: restore dirstate correctly at unexpected failure

1.4. hgweb

    hgweb: don't dereference symbolic revision in paper & coal style (issue2296)
    paper: show branch/tags/bookmarks when blaming (issue3559)
    paper: show branch/tags/bookmarks when browsing (issue3559)
    paper: show branch/tags/bookmarks when comparing (issue3559)
    paper: show branch/tags/bookmarks when diffing (issue3559)
    paper: show branch/tags/bookmarks when viewing (issue3559)

1.5. unsorted

    archive: drop the leading '.' path component from the prefix (issue4634)
    archive: fix changesincelatesttag with wdir()
    archive: support 'wdir()'
    bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
    bundle2: fix type of experimental option
    bundle2: pull bookmark the old way if no bundle2 listkeys support (issue4701)
    canonpath: fix infinite recursion
    censor: make various path forms available like other Mercurial commands
    censor: mark experimental option
    changegroup: compute seen files as changesets are added (issue4750)
    changelog: change input type of index_get_parents
    changelog: fix bug in heads computation
    changelog: move index_get_parents function up
    changelog: update read pending documentation
    check-commit: catch both patterns of double empty lines
    check-commit: print limit when user has a too-long summary
    check-config: add config option checker
    crecord: fix issue when backgrounding editor would leave artefact
    demandimport: alias builtin as builtins
    demandimport: define a 'deactivated' context manager
    demandimport: support importing builtins for Python 3
    devel: rename 'all' to 'all-warnings' (BC)
    dispatch: add support for python-flamegraph[0] profiling
    dispatch: disable demandimport for the --debugger option
    email: fix config default value inconsistency
    exchange: support transferring .hgtags fnodes mapping
    extdiff: add support for subrepos
    filemerge: mark internal-only config option
    formatter: add template support
    formatter: mark developer options
    generaldelta: mark experimental reordering option
    hg: support for auto sharing stores when cloning
    hgewb: disable progress when serving (issue4582)
    hghave: allow adding customized features at runtime
    http2: mark experimental and developer options
    localrepo: eliminate requirements class variable (API)
    localrepo: kill off sopener (API)
    localrepo: mark format options
    mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
    match: add an optional constructor parameter for a bad() override
    match: add optional warn argument
    match: introduce boolean prefix() method
    match: resolve filesets in subrepos for commands given the '-S' argument
    parser: factor out function that parses right-hand side of prefix/infix ops
    parser: fill invalid infix and suffix actions by None
    parser: reorder infix/suffix handling to be similar to prefix/primary flow
    parser: resolve ambiguity where both prefix and primary actions are defined
    parser: separate actions for primary expression and prefix operator
    parser: take suffix action if no infix action is defined
    pathutil: hint if a path is root relative instead of cwd relative (issue4663)
    phase: default to current revision if no rev is provided (issue4666)
    profiler: mark developer-only config option
    progress: deprecate the progress extension
    progress: mark experimental option
    progress: respect ui.quiet (issue4726)
    revrange: build balanced tree of addsets from revisions (issue4565)
    run-tests: introduce PYTHON3 boolean constant (issue4668)
    run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
    run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
    run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
    run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
    scmutil: add an optional parameter to matcher factories for a bad() override
    scmutil: use the optional badfn argument when building a matcher
    setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
    setup: hide octal literals inside strings so they're portable (issue4554)
    sshpeer: break "OutOfBandError" feature for ssh (BC)
    sshpeer: run the ssh command unbuffered
    ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
    subrepo: mark internal-only option
    templatekw: display active bookmark more consistently (issue4552) (BC)
    test-discovery: disable bundle2 for legacy test (issue4610)
    bookmarks: abort the whole push if bookmarks fails to update (BC)
    phases: abort the whole push if phases fail to update (BC)
    templater: do not reevaluate rawstring as template (BC)
    templater: take any string literals as template, but not for rawstring (BC)
    templater: tokenize decimal integer literal (issue4638) (BC)
    bookmarks: remove unused updatecurrentbookmark function (API)
    bookmarks: rename bookmarkcurrent to activebookmark (API)
    bookmarks: rename readcurrent to readactive (API)
    bookmarks: rename setcurrent to activate (API)
    bookmarks: rename unsetcurrent to deactivate (API)
    bookmarks: simplify iscurrent to isactivewdirparent (API)
    commit: no longer allow empty commit with the 'force' argument (API)
    templater: remove noop calls of parsestring(s, quoted=False) (API)
    templater: rename parsestring() to unquotestring() (API)
2015-08-01 10:12:13 +00:00

731 lines
28 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2015/08/01 10:12:13 wiz Exp $
bin/hg
${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/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/color.py
${PYSITELIB}/hgext/color.pyc
${PYSITELIB}/hgext/color.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/gpg.py
${PYSITELIB}/hgext/gpg.pyc
${PYSITELIB}/hgext/gpg.pyo
${PYSITELIB}/hgext/graphlog.py
${PYSITELIB}/hgext/graphlog.pyc
${PYSITELIB}/hgext/graphlog.pyo
${PYSITELIB}/hgext/hgcia.py
${PYSITELIB}/hgext/hgcia.pyc
${PYSITELIB}/hgext/hgcia.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/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/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/mq.py
${PYSITELIB}/hgext/mq.pyc
${PYSITELIB}/hgext/mq.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/progress.py
${PYSITELIB}/hgext/progress.pyc
${PYSITELIB}/hgext/progress.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/relink.py
${PYSITELIB}/hgext/relink.pyc
${PYSITELIB}/hgext/relink.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/strip.py
${PYSITELIB}/hgext/strip.pyc
${PYSITELIB}/hgext/strip.pyo
${PYSITELIB}/hgext/transplant.py
${PYSITELIB}/hgext/transplant.pyc
${PYSITELIB}/hgext/transplant.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}/${EGG_FILE}
${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/ancestor.py
${PYSITELIB}/mercurial/ancestor.pyc
${PYSITELIB}/mercurial/ancestor.pyo
${PYSITELIB}/mercurial/archival.py
${PYSITELIB}/mercurial/archival.pyc
${PYSITELIB}/mercurial/archival.pyo
${PYSITELIB}/mercurial/base85.so
${PYSITELIB}/mercurial/bdiff.so
${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/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/cmdutil.py
${PYSITELIB}/mercurial/cmdutil.pyc
${PYSITELIB}/mercurial/cmdutil.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/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/dagparser.py
${PYSITELIB}/mercurial/dagparser.pyc
${PYSITELIB}/mercurial/dagparser.pyo
${PYSITELIB}/mercurial/dagutil.py
${PYSITELIB}/mercurial/dagutil.pyc
${PYSITELIB}/mercurial/dagutil.pyo
${PYSITELIB}/mercurial/default.d/mergetools.rc
${PYSITELIB}/mercurial/demandimport.py
${PYSITELIB}/mercurial/demandimport.pyc
${PYSITELIB}/mercurial/demandimport.pyo
${PYSITELIB}/mercurial/diffhelpers.so
${PYSITELIB}/mercurial/dirstate.py
${PYSITELIB}/mercurial/dirstate.pyc
${PYSITELIB}/mercurial/dirstate.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/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/glossary.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/merge-tools.txt
${PYSITELIB}/mercurial/help/multirevs.txt
${PYSITELIB}/mercurial/help/patterns.txt
${PYSITELIB}/mercurial/help/phases.txt
${PYSITELIB}/mercurial/help/revisions.txt
${PYSITELIB}/mercurial/help/revsets.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/protocol.py
${PYSITELIB}/mercurial/hgweb/protocol.pyc
${PYSITELIB}/mercurial/hgweb/protocol.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/hook.py
${PYSITELIB}/mercurial/hook.pyc
${PYSITELIB}/mercurial/hook.pyo
${PYSITELIB}/mercurial/httpclient/__init__.py
${PYSITELIB}/mercurial/httpclient/__init__.pyc
${PYSITELIB}/mercurial/httpclient/__init__.pyo
${PYSITELIB}/mercurial/httpclient/_readers.py
${PYSITELIB}/mercurial/httpclient/_readers.pyc
${PYSITELIB}/mercurial/httpclient/_readers.pyo
${PYSITELIB}/mercurial/httpclient/socketutil.py
${PYSITELIB}/mercurial/httpclient/socketutil.pyc
${PYSITELIB}/mercurial/httpclient/socketutil.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/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/minirst.py
${PYSITELIB}/mercurial/minirst.pyc
${PYSITELIB}/mercurial/minirst.pyo
${PYSITELIB}/mercurial/mpatch.so
${PYSITELIB}/mercurial/namespaces.py
${PYSITELIB}/mercurial/namespaces.pyc
${PYSITELIB}/mercurial/namespaces.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/osutil.so
${PYSITELIB}/mercurial/parser.py
${PYSITELIB}/mercurial/parser.pyc
${PYSITELIB}/mercurial/parser.pyo
${PYSITELIB}/mercurial/parsers.so
${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/peer.py
${PYSITELIB}/mercurial/peer.pyc
${PYSITELIB}/mercurial/peer.pyo
${PYSITELIB}/mercurial/phases.py
${PYSITELIB}/mercurial/phases.pyc
${PYSITELIB}/mercurial/phases.pyo
${PYSITELIB}/mercurial/posix.py
${PYSITELIB}/mercurial/posix.pyc
${PYSITELIB}/mercurial/posix.pyo
${PYSITELIB}/mercurial/progress.py
${PYSITELIB}/mercurial/progress.pyc
${PYSITELIB}/mercurial/progress.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/py3kcompat.py
${PYSITELIB}/mercurial/py3kcompat.pyc
${PYSITELIB}/mercurial/py3kcompat.pyo
${PYSITELIB}/mercurial/repair.py
${PYSITELIB}/mercurial/repair.pyc
${PYSITELIB}/mercurial/repair.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/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/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/sshpeer.py
${PYSITELIB}/mercurial/sshpeer.pyc
${PYSITELIB}/mercurial/sshpeer.pyo
${PYSITELIB}/mercurial/sshserver.py
${PYSITELIB}/mercurial/sshserver.pyc
${PYSITELIB}/mercurial/sshserver.pyo
${PYSITELIB}/mercurial/sslutil.py
${PYSITELIB}/mercurial/sslutil.pyc
${PYSITELIB}/mercurial/sslutil.pyo
${PYSITELIB}/mercurial/statichttprepo.py
${PYSITELIB}/mercurial/statichttprepo.pyc
${PYSITELIB}/mercurial/statichttprepo.pyo
${PYSITELIB}/mercurial/store.py
${PYSITELIB}/mercurial/store.pyc
${PYSITELIB}/mercurial/store.pyo
${PYSITELIB}/mercurial/strutil.py
${PYSITELIB}/mercurial/strutil.pyc
${PYSITELIB}/mercurial/strutil.pyo
${PYSITELIB}/mercurial/subrepo.py
${PYSITELIB}/mercurial/subrepo.pyc
${PYSITELIB}/mercurial/subrepo.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/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/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/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.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/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/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/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/excanvas.js
${PYSITELIB}/mercurial/templates/static/feed-icon-14x14.png
${PYSITELIB}/mercurial/templates/static/hgicon.png
${PYSITELIB}/mercurial/templates/static/hglogo.png
${PYSITELIB}/mercurial/templates/static/mercurial.js
${PYSITELIB}/mercurial/templates/static/style-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/transaction.py
${PYSITELIB}/mercurial/transaction.pyc
${PYSITELIB}/mercurial/transaction.pyo
${PYSITELIB}/mercurial/treediscovery.py
${PYSITELIB}/mercurial/treediscovery.pyc
${PYSITELIB}/mercurial/treediscovery.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/url.py
${PYSITELIB}/mercurial/url.pyc
${PYSITELIB}/mercurial/url.pyo
${PYSITELIB}/mercurial/util.py
${PYSITELIB}/mercurial/util.pyc
${PYSITELIB}/mercurial/util.pyo
${PYSITELIB}/mercurial/verify.py
${PYSITELIB}/mercurial/verify.pyc
${PYSITELIB}/mercurial/verify.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/wireproto.py
${PYSITELIB}/mercurial/wireproto.pyc
${PYSITELIB}/mercurial/wireproto.pyo
${PYSITELIB}/mercurial/worker.py
${PYSITELIB}/mercurial/worker.pyc
${PYSITELIB}/mercurial/worker.pyo
man/man1/hg.1
man/man5/hgignore.5
man/man5/hgrc.5
share/doc/mercurial/README