Gary Mills
2021-11-05 4881ab682b8c739b2e188837d9a2ef00625e9b96
Upgrade of mercurial to 5.9.3 with python 3.7 and 3.9

4 files deleted
1 files added
8 files modified
7074 ■■■■■ changed files
components/developer/mercurial/Makefile 51 ●●●● patch | view | raw | blame | history
components/developer/mercurial/history 2 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/manifests/generic-manifest.p5m 659 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/manifests/sample-manifest.p5m 2456 ●●●● patch | view | raw | blame | history
components/developer/mercurial/mercurial-PYVER.p5m 88 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/mercurial.copyright.excanvas 176 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/mercurial.copyright.google 30 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/patches/O_DIRECTORY.patch 12 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/patches/lsocket.patch 16 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/patches/magic.patch 48 ●●●● patch | view | raw | blame | history
components/developer/mercurial/patches/manpages.patch 3489 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/patches/rst.patch 38 ●●●● patch | view | raw | blame | history
components/developer/mercurial/pkg5 9 ●●●●● patch | view | raw | blame | history
components/developer/mercurial/Makefile
@@ -20,25 +20,25 @@
#
#
# Copyright 2017 Gary Mills
# Copyright 2017, 2021 Gary Mills
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#
BUILD_BITS=32_and_64
BUILD_BITS=64
BUILD_STYLE= setup.py
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        mercurial
COMPONENT_VERSION=    5.3.2
COMPONENT_VERSION=    5.9.3
COMPONENT_PROJECT_URL=    http://mercurial-scm.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329
    sha256:3b43f68977ad0fa75aa7f1e5c8f0a83ba935621ab2396129abb498e56d1be08e
COMPONENT_ARCHIVE_URL=    https://www.mercurial-scm.org/release/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=    utility/hg
PYTHON_VERSIONS = 2.7 3.5
PYTHON_VERSIONS = 3.7 3.9
include $(WS_MAKE_RULES)/common.mk
@@ -58,8 +58,11 @@
    test-check-config.t \
    test-devel-warnings.t \
    test-hghave.t \
    test-module-imports.t \
    test-run-tests.t
    test-run-tests.t \
    test-merge1.t \
    test-removeemptydirs.t \
    test-stdio.py \
    test-update-names.t
# https://www.mercurial-scm.org/pipermail/mercurial-devel/2017-March/093876.html
TEST_BLACKLIST += \
@@ -83,36 +86,6 @@
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# Assuming you have docutils installed, update the manpages patch for a new
# mercurial version based on the patches applied to the source and to the
# manpage generator.  This works either against source that's already been
# patched with the older manpages.patch or against a fresh tarball.  Eventually
# we'll have docutils in the CBE and we'll be able to regenerate the manpages
# as part of the build, rather than patching them.
#
# Only build this target if it doesn't already exist, since this recipe is just
# for the component maintainer's benefit.
patches/manpages.patch: $(SOURCE_DIR)/.unpacked \
    $(SOURCE_DIR)/.patched-rst.patch $(SOURCE_DIR)/.patched-hgmanpage.patch
    if [[ -f $@ ]]; then exit 0; fi; \
    if [[ -f $(COMPONENT_SRC)/doc/hg.1.~1~ ]]; then \
        cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
        for f in hg.1 hgignore.5 hgrc.5; do \
            diff -u $(COMPONENT_SRC)/doc/$$f.~1~ $(COMPONENT_SRC)/doc/$$f; \
        done > $@; \
    else \
        for f in hg.1 hgignore.5 hgrc.5; do \
            cp -p $(COMPONENT_SRC)/doc/$$f $(COMPONENT_SRC)/doc/$$f.orig; \
        done; \
        cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
        for f in hg.1 hgignore.5 hgrc.5; do \
            diff -u $(COMPONENT_SRC)/doc/$$f.orig $(COMPONENT_SRC)/doc/$$f; \
        done > $@; \
    fi || true
# Install 64-bit first, so that the 32-bit hg is what's installed.
$(INSTALL_32): $(INSTALL_64)
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += runtime/python-35
REQUIRED_PACKAGES += runtime/python-37
REQUIRED_PACKAGES += runtime/python-39
REQUIRED_PACKAGES += system/library
components/developer/mercurial/history
@@ -1 +1,3 @@
developer/versioning/mercurial-26@3.8.4,5.11-2016.0.1.2
developer/versioning/mercurial-27@5.3.2,5.11-2020.0.1.1
developer/versioning/mercurial-35@5.3.2,5.11-2020.0.1.1
components/developer/mercurial/manifests/generic-manifest.p5m
New file
@@ -0,0 +1,659 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
# Copyright 2021 <contributor>
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/hg-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/demandimportpy2.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/demandimportpy3.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/absorb.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/acl.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/amend.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/automv.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/blackbox.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/bookflow.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/bugzilla.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/censor.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/children.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/churn.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/clonebundles.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/closehead.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/commitextras.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/bzr.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/common.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/convcmd.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/cvs.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/cvsps.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/darcs.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/filemap.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/git.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/gnuarch.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/hg.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/monotone.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/p4.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/subversion.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/convert/transport.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/eol.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/extdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/factotum.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/commands.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/context.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/error.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/formatter.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fetch.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fix.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/bser.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/load.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/dirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/gitlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/gitutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/manifest.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/githelp.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/gpg.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/graphlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hgk.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/histedit.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/changeset_obsoleted.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/changeset_published.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/enforce_draft_commits.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/reject_merge_commits.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/reject_new_heads.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/common.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/fileindexapi.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/indexapi.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/sqlindexapi.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/store.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/journal.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/keyword.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/basestore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/lfcommands.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/lfutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/localstore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/overrides.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/proto.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/remotestore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/reposetup.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/storefactory.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/largefiles/wirestore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/lfs/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/lfs/blobstore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/lfs/pointer.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/lfs/wireprotolfsserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/lfs/wrapper.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/logtoprocess.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/mq.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowbundle2.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowcommands.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowdirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowtemplates.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/narrow/narrowwirepeer.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/notify.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/pager.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/patchbomb.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/phabricator.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/purge.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/rebase.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/record.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/releasenotes.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/relink.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/basepack.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/basestore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/connectionpool.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/contentstore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/datapack.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/debugcommands.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/fileserverclient.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/historypack.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/metadatastore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/remotefilectx.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/remotefilelog.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/remotefilelogserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/repack.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/shallowbundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/shallowrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/shallowstore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/shallowutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotefilelog/shallowverifier.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/remotenames.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/schemes.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/share.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/show.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/sparse.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/split.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/sqlitestore.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/strip.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/transplant.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/uncommit.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/win32mbcs.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/win32text.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/zeroconf/Zeroconf.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial-$(COMPONENT_VERSION)-py$(PYVER).egg-info
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__version__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/ancestor.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/archival.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundlecaches.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/base85.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/bdiff.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/mpatch.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/osutil.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/parsers.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/bdiffbuild.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/mpatch.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/mpatchbuild.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/osutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/osutilbuild.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/changegroup.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/changelog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/chgserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cmdutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/color.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commands.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commit.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/configitems.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/context.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/copies.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/crecord.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dagop.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dagparser.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/debugcommands.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/defaultrc/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/defaultrc/mergetools.rc
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/destutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/diffhelper.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstatemap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateutils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateutils/docket.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/discovery.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dummycert.pem
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/encoding.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/error.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/exchange.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/exchangev2.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/extensions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/exthelper.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/fancyopts.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/filelog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/filemerge.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/fileset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/formatter.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/grep.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/help.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/bundlespec.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/color.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/common.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/config.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/dates.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/evolution.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/flags.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/glossary.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hg-ssh.8.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hg.1.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgignore.5.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgignore.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bid-merge.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/cbor.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/censor.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/changegroups.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/config.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/extensions.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/linelog.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/mergestate.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/requirements.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/revlogs.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/wireprotocol.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/wireprotocolrpc.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/wireprotocolv2.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/merge-tools.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/pager.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/patterns.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/phases.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/revisions.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/scripting.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/subrepos.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/templates.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/urls.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hg.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/common.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/hgweb_mod.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/hgwebdir_mod.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/request.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/webcommands.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/webutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/wsgicgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hgweb/wsgiheaders.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hook.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/httpconnection.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/httppeer.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/i18n.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/interfaces/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/interfaces/dirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/interfaces/repository.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/interfaces/util.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/keepalive.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/linelog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/da/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/de/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/el/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/fr/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/it/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/ja/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/ro/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/ru/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/sv/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/localrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/lock.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/logcmdutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/logexchange.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/loggingutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/lsprof.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/lsprofcalltree.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mail.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/manifest.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/match.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/merge.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mergestate.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/metadata.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/minirst.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/namespaces.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/narrowspec.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/node.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/obsolete.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/obsutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/patch.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pathutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/phases.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/posix.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/profiling.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/progress.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/base85.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/bdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/charencode.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/mpatch.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/osutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pure/parsers.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pushkey.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pvec.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/pycompat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/rcutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/registrar.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repair.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repocache.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repoview.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/requirements.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/concurrency_checker.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/docket.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/randomaccessfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/revlogv0.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/rewrite.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revsetlang.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/rewriteutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/scmposix.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/scmutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/scmwindows.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/setdiscovery.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/shelve.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/similar.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/simplemerge.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/smartset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/sparse.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/sshpeer.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/sslutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/state.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/statichttprepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/statprof.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/store.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/strip.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/tagmerge.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/tags.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templatefilters.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templater.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/branchentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/changelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/changelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/fileannotate.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/filecomparison.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/filediff.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/filerevision.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/footer.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/graphentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/help.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/helptopics.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/index.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/manifest.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.bisect
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.changelog
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.compact
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.default
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.phases
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/changelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/fileannotate.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/filecomparison.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/filediff.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/filerevision.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/footer.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/graphentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/help.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/helptopics.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/index.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/manifest.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/diffstat.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/fileannotate.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/filecomparison.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/filediff.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/filelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/filerevision.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/footer.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/graphentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/help.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/helptopics.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/index.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/manifest.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/fileannotate.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/filediff.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/graphedge.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/graphnode.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/index.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/logentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/manifest.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/branchentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/changelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/filelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/error.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/fileannotate.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/filediff.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/filelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/filelogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/filerevision.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/footer.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/graphentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/index.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/manifest.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/coal-folder.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/feed-icon-14x14.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/followlines.js
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/hgicon.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/hglogo.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/mercurial.js
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/style-extra-coal.css
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/style-gitweb.css
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/style-monoblue.css
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/style-paper.css
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/style.css
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templateutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/_compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/_funcs.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/_make.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/converters.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/validators.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/sha1dc.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/document.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/interface.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/interfaces.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/registry.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/ro.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/verify.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/transaction.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/treediscovery.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/txnutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/ui.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/actions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/engine.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/url.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/util.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/cborutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/memorytop.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/urlutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/verify.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/vfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/win32.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/windows.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotoframing.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotoserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprototypes.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov1peer.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov1server.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/worker.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/zstd.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/bser.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/base85.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/bdiff.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/mpatch.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/osutil.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/parsers.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/sha1dc.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/zstd.cpython-39.so
components/developer/mercurial/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2020 <contributor>
# Copyright 2021 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -22,1191 +22,1269 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/hg-2.7
file path=usr/bin/hg-3.5
file path=usr/lib/python2.7/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgdemandimport/demandimportpy2.py
file path=usr/lib/python2.7/vendor-packages/hgdemandimport/demandimportpy3.py
file path=usr/lib/python2.7/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python2.7/vendor-packages/hgext/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/absorb.py
file path=usr/lib/python2.7/vendor-packages/hgext/acl.py
file path=usr/lib/python2.7/vendor-packages/hgext/amend.py
file path=usr/lib/python2.7/vendor-packages/hgext/automv.py
file path=usr/lib/python2.7/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python2.7/vendor-packages/hgext/blackbox.py
file path=usr/lib/python2.7/vendor-packages/hgext/bookflow.py
file path=usr/lib/python2.7/vendor-packages/hgext/bugzilla.py
file path=usr/lib/python2.7/vendor-packages/hgext/censor.py
file path=usr/lib/python2.7/vendor-packages/hgext/children.py
file path=usr/lib/python2.7/vendor-packages/hgext/churn.py
file path=usr/lib/python2.7/vendor-packages/hgext/clonebundles.py
file path=usr/lib/python2.7/vendor-packages/hgext/closehead.py
file path=usr/lib/python2.7/vendor-packages/hgext/commitextras.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/bzr.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/common.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/convcmd.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/cvs.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/cvsps.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/darcs.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/filemap.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/git.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/gnuarch.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/hg.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/monotone.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/p4.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/subversion.py
file path=usr/lib/python2.7/vendor-packages/hgext/convert/transport.py
file path=usr/lib/python2.7/vendor-packages/hgext/eol.py
file path=usr/lib/python2.7/vendor-packages/hgext/extdiff.py
file path=usr/lib/python2.7/vendor-packages/hgext/factotum.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/commands.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/context.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/error.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/formatter.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python2.7/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python2.7/vendor-packages/hgext/fetch.py
file path=usr/lib/python2.7/vendor-packages/hgext/fix.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/64/bser.so
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/bser.so
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/load.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python2.7/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python2.7/vendor-packages/hgext/githelp.py
file path=usr/lib/python2.7/vendor-packages/hgext/gpg.py
file path=usr/lib/python2.7/vendor-packages/hgext/graphlog.py
file path=usr/lib/python2.7/vendor-packages/hgext/hgk.py
file path=usr/lib/python2.7/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python2.7/vendor-packages/hgext/histedit.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/common.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/fileindexapi.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/indexapi.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/sqlindexapi.py
file path=usr/lib/python2.7/vendor-packages/hgext/infinitepush/store.py
file path=usr/lib/python2.7/vendor-packages/hgext/journal.py
file path=usr/lib/python2.7/vendor-packages/hgext/keyword.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/basestore.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/lfcommands.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/lfutil.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/localstore.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/overrides.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/proto.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/remotestore.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/reposetup.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/storefactory.py
file path=usr/lib/python2.7/vendor-packages/hgext/largefiles/wirestore.py
file path=usr/lib/python2.7/vendor-packages/hgext/lfs/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/lfs/blobstore.py
file path=usr/lib/python2.7/vendor-packages/hgext/lfs/pointer.py
file path=usr/lib/python2.7/vendor-packages/hgext/lfs/wireprotolfsserver.py
file path=usr/lib/python2.7/vendor-packages/hgext/lfs/wrapper.py
file path=usr/lib/python2.7/vendor-packages/hgext/logtoprocess.py
file path=usr/lib/python2.7/vendor-packages/hgext/mq.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowbundle2.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowcommands.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowdirstate.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowrepo.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowtemplates.py
file path=usr/lib/python2.7/vendor-packages/hgext/narrow/narrowwirepeer.py
file path=usr/lib/python2.7/vendor-packages/hgext/notify.py
file path=usr/lib/python2.7/vendor-packages/hgext/pager.py
file path=usr/lib/python2.7/vendor-packages/hgext/patchbomb.py
file path=usr/lib/python2.7/vendor-packages/hgext/phabricator.py
file path=usr/lib/python2.7/vendor-packages/hgext/purge.py
file path=usr/lib/python2.7/vendor-packages/hgext/rebase.py
file path=usr/lib/python2.7/vendor-packages/hgext/record.py
file path=usr/lib/python2.7/vendor-packages/hgext/releasenotes.py
file path=usr/lib/python2.7/vendor-packages/hgext/relink.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/basepack.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/basestore.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/connectionpool.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/constants.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/contentstore.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/datapack.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/debugcommands.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/fileserverclient.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/historypack.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/metadatastore.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/remotefilectx.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/remotefilelog.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/remotefilelogserver.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/repack.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/shallowbundle.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/shallowrepo.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/shallowstore.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/shallowutil.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotefilelog/shallowverifier.py
file path=usr/lib/python2.7/vendor-packages/hgext/remotenames.py
file path=usr/lib/python2.7/vendor-packages/hgext/schemes.py
file path=usr/lib/python2.7/vendor-packages/hgext/share.py
file path=usr/lib/python2.7/vendor-packages/hgext/show.py
file path=usr/lib/python2.7/vendor-packages/hgext/sparse.py
file path=usr/lib/python2.7/vendor-packages/hgext/split.py
file path=usr/lib/python2.7/vendor-packages/hgext/sqlitestore.py
file path=usr/lib/python2.7/vendor-packages/hgext/strip.py
file path=usr/lib/python2.7/vendor-packages/hgext/transplant.py
file path=usr/lib/python2.7/vendor-packages/hgext/uncommit.py
file path=usr/lib/python2.7/vendor-packages/hgext/win32mbcs.py
file path=usr/lib/python2.7/vendor-packages/hgext/win32text.py
file path=usr/lib/python2.7/vendor-packages/hgext/zeroconf/Zeroconf.py
file path=usr/lib/python2.7/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python2.7/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial-$(COMPONENT_VERSION)-py2.7.egg-info
file path=usr/lib/python2.7/vendor-packages/mercurial/64/zstd.so
file path=usr/lib/python2.7/vendor-packages/mercurial/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/__version__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/ancestor.py
file path=usr/lib/python2.7/vendor-packages/mercurial/archival.py
file path=usr/lib/python2.7/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python2.7/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python2.7/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python2.7/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/64/base85.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/64/bdiff.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/64/mpatch.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/64/osutil.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/64/parsers.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/base85.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/bdiff.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/mpatch.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/osutil.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cext/parsers.so
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/bdiffbuild.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/mpatch.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/mpatchbuild.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/osutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cffi/osutilbuild.py
file path=usr/lib/python2.7/vendor-packages/mercurial/changegroup.py
file path=usr/lib/python2.7/vendor-packages/mercurial/changelog.py
file path=usr/lib/python2.7/vendor-packages/mercurial/chgserver.py
file path=usr/lib/python2.7/vendor-packages/mercurial/cmdutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/color.py
file path=usr/lib/python2.7/vendor-packages/mercurial/commands.py
file path=usr/lib/python2.7/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python2.7/vendor-packages/mercurial/config.py
file path=usr/lib/python2.7/vendor-packages/mercurial/configitems.py
file path=usr/lib/python2.7/vendor-packages/mercurial/context.py
file path=usr/lib/python2.7/vendor-packages/mercurial/copies.py
file path=usr/lib/python2.7/vendor-packages/mercurial/crecord.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dagop.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dagparser.py
file path=usr/lib/python2.7/vendor-packages/mercurial/debugcommands.py
file path=usr/lib/python2.7/vendor-packages/mercurial/defaultrc/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/defaultrc/mergetools.rc
file path=usr/lib/python2.7/vendor-packages/mercurial/destutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/diffhelper.py
file path=usr/lib/python2.7/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python2.7/vendor-packages/mercurial/discovery.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python2.7/vendor-packages/mercurial/dummycert.pem
file path=usr/lib/python2.7/vendor-packages/mercurial/encoding.py
file path=usr/lib/python2.7/vendor-packages/mercurial/error.py
file path=usr/lib/python2.7/vendor-packages/mercurial/exchange.py
file path=usr/lib/python2.7/vendor-packages/mercurial/exchangev2.py
file path=usr/lib/python2.7/vendor-packages/mercurial/extensions.py
file path=usr/lib/python2.7/vendor-packages/mercurial/exthelper.py
file path=usr/lib/python2.7/vendor-packages/mercurial/fancyopts.py
file path=usr/lib/python2.7/vendor-packages/mercurial/filelog.py
file path=usr/lib/python2.7/vendor-packages/mercurial/filemerge.py
file path=usr/lib/python2.7/vendor-packages/mercurial/fileset.py
file path=usr/lib/python2.7/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python2.7/vendor-packages/mercurial/formatter.py
file path=usr/lib/python2.7/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python2.7/vendor-packages/mercurial/help.py
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/bundlespec.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/color.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/common.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/config.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/dates.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/flags.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/glossary.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hg-ssh.8.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hg.1.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hgignore.5.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hgignore.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/cbor.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/censor.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/changegroups.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/config.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/extensions.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/linelog.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/mergestate.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/requirements.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/revlogs.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/wireprotocol.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/wireprotocolrpc.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/internals/wireprotocolv2.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/merge-tools.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/pager.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/patterns.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/phases.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/revisions.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/scripting.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/subrepos.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/templates.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/helptext/urls.txt
file path=usr/lib/python2.7/vendor-packages/mercurial/hg.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/common.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/hgweb_mod.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/hgwebdir_mod.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/request.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/server.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/webcommands.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/webutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/wsgicgi.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hgweb/wsgiheaders.py
file path=usr/lib/python2.7/vendor-packages/mercurial/hook.py
file path=usr/lib/python2.7/vendor-packages/mercurial/httpconnection.py
file path=usr/lib/python2.7/vendor-packages/mercurial/httppeer.py
file path=usr/lib/python2.7/vendor-packages/mercurial/i18n.py
file path=usr/lib/python2.7/vendor-packages/mercurial/interfaces/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/interfaces/dirstate.py
file path=usr/lib/python2.7/vendor-packages/mercurial/interfaces/repository.py
file path=usr/lib/python2.7/vendor-packages/mercurial/interfaces/util.py
file path=usr/lib/python2.7/vendor-packages/mercurial/keepalive.py
file path=usr/lib/python2.7/vendor-packages/mercurial/linelog.py
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/da/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/de/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/el/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/fr/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/it/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/ja/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/ro/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/ru/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/sv/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
file path=usr/lib/python2.7/vendor-packages/mercurial/localrepo.py
file path=usr/lib/python2.7/vendor-packages/mercurial/lock.py
file path=usr/lib/python2.7/vendor-packages/mercurial/logcmdutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/logexchange.py
file path=usr/lib/python2.7/vendor-packages/mercurial/loggingutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/lsprof.py
file path=usr/lib/python2.7/vendor-packages/mercurial/lsprofcalltree.py
file path=usr/lib/python2.7/vendor-packages/mercurial/mail.py
file path=usr/lib/python2.7/vendor-packages/mercurial/manifest.py
file path=usr/lib/python2.7/vendor-packages/mercurial/match.py
file path=usr/lib/python2.7/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python2.7/vendor-packages/mercurial/merge.py
file path=usr/lib/python2.7/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python2.7/vendor-packages/mercurial/minirst.py
file path=usr/lib/python2.7/vendor-packages/mercurial/namespaces.py
file path=usr/lib/python2.7/vendor-packages/mercurial/narrowspec.py
file path=usr/lib/python2.7/vendor-packages/mercurial/node.py
file path=usr/lib/python2.7/vendor-packages/mercurial/obsolete.py
file path=usr/lib/python2.7/vendor-packages/mercurial/obsutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/parser.py
file path=usr/lib/python2.7/vendor-packages/mercurial/patch.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pathutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/phases.py
file path=usr/lib/python2.7/vendor-packages/mercurial/policy.py
file path=usr/lib/python2.7/vendor-packages/mercurial/posix.py
file path=usr/lib/python2.7/vendor-packages/mercurial/profiling.py
file path=usr/lib/python2.7/vendor-packages/mercurial/progress.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/base85.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/bdiff.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/charencode.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/mpatch.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/osutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pure/parsers.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pushkey.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pvec.py
file path=usr/lib/python2.7/vendor-packages/mercurial/pycompat.py
file path=usr/lib/python2.7/vendor-packages/mercurial/rcutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/registrar.py
file path=usr/lib/python2.7/vendor-packages/mercurial/repair.py
file path=usr/lib/python2.7/vendor-packages/mercurial/repocache.py
file path=usr/lib/python2.7/vendor-packages/mercurial/repoview.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlog.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revset.py
file path=usr/lib/python2.7/vendor-packages/mercurial/revsetlang.py
file path=usr/lib/python2.7/vendor-packages/mercurial/rewriteutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/scmposix.py
file path=usr/lib/python2.7/vendor-packages/mercurial/scmutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/scmwindows.py
file path=usr/lib/python2.7/vendor-packages/mercurial/server.py
file path=usr/lib/python2.7/vendor-packages/mercurial/setdiscovery.py
file path=usr/lib/python2.7/vendor-packages/mercurial/shelve.py
file path=usr/lib/python2.7/vendor-packages/mercurial/similar.py
file path=usr/lib/python2.7/vendor-packages/mercurial/simplemerge.py
file path=usr/lib/python2.7/vendor-packages/mercurial/smartset.py
file path=usr/lib/python2.7/vendor-packages/mercurial/sparse.py
file path=usr/lib/python2.7/vendor-packages/mercurial/sshpeer.py
file path=usr/lib/python2.7/vendor-packages/mercurial/sslutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/stack.py
file path=usr/lib/python2.7/vendor-packages/mercurial/state.py
file path=usr/lib/python2.7/vendor-packages/mercurial/statichttprepo.py
file path=usr/lib/python2.7/vendor-packages/mercurial/statprof.py
file path=usr/lib/python2.7/vendor-packages/mercurial/store.py
file path=usr/lib/python2.7/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python2.7/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python2.7/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/tagmerge.py
file path=usr/lib/python2.7/vendor-packages/mercurial/tags.py
file path=usr/lib/python2.7/vendor-packages/mercurial/templatefilters.py
file path=usr/lib/python2.7/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python2.7/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python2.7/vendor-packages/mercurial/templater.py
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/branchentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/changelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/changelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/changeset.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/fileannotate.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/filecomparison.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/filediff.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/filerevision.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/footer.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/graphentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/help.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/helptopics.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/index.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/manifest.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/notfound.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/search.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/json/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.bisect
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.changelog
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.compact
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.default
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.phases
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/changelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/changeset.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/fileannotate.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/filecomparison.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/filediff.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/filerevision.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/footer.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/graphentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/help.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/helptopics.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/index.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/manifest.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/notfound.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/search.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/changeset.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/diffstat.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/fileannotate.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/filecomparison.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/filediff.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/filelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/filerevision.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/footer.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/graphentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/help.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/helptopics.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/index.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/manifest.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/notfound.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/search.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/fileannotate.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/filediff.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/graphedge.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/graphnode.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/index.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/logentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/manifest.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/branchentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/changelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/filelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/changeset.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/error.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/fileannotate.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/filediff.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/filelog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/filelogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/filerevision.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/footer.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/graph.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/graphentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/header.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/index.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/manifest.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/map
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/notfound.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/search.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/coal-folder.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/feed-icon-14x14.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/followlines.js
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/hgicon.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/hglogo.png
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/mercurial.js
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/style-extra-coal.css
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/style-gitweb.css
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/style-monoblue.css
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/style-paper.css
file path=usr/lib/python2.7/vendor-packages/mercurial/templates/static/style.css
file path=usr/lib/python2.7/vendor-packages/mercurial/templateutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python2.7/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/64/sha1dc.so
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/_compat.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/_config.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/_funcs.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/_make.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/converters.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/attr/validators.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/concurrent/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/concurrent/futures/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/concurrent/futures/_base.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/concurrent/futures/process.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/concurrent/futures/thread.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/sha1dc.so
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/64/_zope_interface_coptimizations.so
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/document.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/exceptions.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/interface.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/interfaces.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/registry.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/ro.py
file path=usr/lib/python2.7/vendor-packages/mercurial/thirdparty/zope/interface/verify.py
file path=usr/lib/python2.7/vendor-packages/mercurial/transaction.py
file path=usr/lib/python2.7/vendor-packages/mercurial/treediscovery.py
file path=usr/lib/python2.7/vendor-packages/mercurial/txnutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/ui.py
file path=usr/lib/python2.7/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python2.7/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python2.7/vendor-packages/mercurial/url.py
file path=usr/lib/python2.7/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python2.7/vendor-packages/mercurial/util.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/__init__.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/cborutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python2.7/vendor-packages/mercurial/verify.py
file path=usr/lib/python2.7/vendor-packages/mercurial/vfs.py
file path=usr/lib/python2.7/vendor-packages/mercurial/win32.py
file path=usr/lib/python2.7/vendor-packages/mercurial/windows.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotoframing.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotoserver.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprototypes.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotov1peer.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotov1server.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python2.7/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python2.7/vendor-packages/mercurial/worker.py
file path=usr/lib/python2.7/vendor-packages/mercurial/zstd.so
file path=usr/lib/python3.5/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgdemandimport/demandimportpy2.py
file path=usr/lib/python3.5/vendor-packages/hgdemandimport/demandimportpy3.py
file path=usr/lib/python3.5/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python3.5/vendor-packages/hgext/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/absorb.py
file path=usr/lib/python3.5/vendor-packages/hgext/acl.py
file path=usr/lib/python3.5/vendor-packages/hgext/amend.py
file path=usr/lib/python3.5/vendor-packages/hgext/automv.py
file path=usr/lib/python3.5/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python3.5/vendor-packages/hgext/blackbox.py
file path=usr/lib/python3.5/vendor-packages/hgext/bookflow.py
file path=usr/lib/python3.5/vendor-packages/hgext/bugzilla.py
file path=usr/lib/python3.5/vendor-packages/hgext/censor.py
file path=usr/lib/python3.5/vendor-packages/hgext/children.py
file path=usr/lib/python3.5/vendor-packages/hgext/churn.py
file path=usr/lib/python3.5/vendor-packages/hgext/clonebundles.py
file path=usr/lib/python3.5/vendor-packages/hgext/closehead.py
file path=usr/lib/python3.5/vendor-packages/hgext/commitextras.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/bzr.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/common.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/convcmd.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/cvs.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/cvsps.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/darcs.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/filemap.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/git.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/gnuarch.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/hg.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/monotone.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/p4.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/subversion.py
file path=usr/lib/python3.5/vendor-packages/hgext/convert/transport.py
file path=usr/lib/python3.5/vendor-packages/hgext/eol.py
file path=usr/lib/python3.5/vendor-packages/hgext/extdiff.py
file path=usr/lib/python3.5/vendor-packages/hgext/factotum.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/commands.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/context.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/error.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/formatter.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python3.5/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python3.5/vendor-packages/hgext/fetch.py
file path=usr/lib/python3.5/vendor-packages/hgext/fix.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/bser.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/load.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python3.5/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python3.5/vendor-packages/hgext/githelp.py
file path=usr/lib/python3.5/vendor-packages/hgext/gpg.py
file path=usr/lib/python3.5/vendor-packages/hgext/graphlog.py
file path=usr/lib/python3.5/vendor-packages/hgext/hgk.py
file path=usr/lib/python3.5/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python3.5/vendor-packages/hgext/histedit.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/common.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/fileindexapi.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/indexapi.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/sqlindexapi.py
file path=usr/lib/python3.5/vendor-packages/hgext/infinitepush/store.py
file path=usr/lib/python3.5/vendor-packages/hgext/journal.py
file path=usr/lib/python3.5/vendor-packages/hgext/keyword.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/basestore.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/lfcommands.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/lfutil.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/localstore.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/overrides.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/proto.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/remotestore.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/reposetup.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/storefactory.py
file path=usr/lib/python3.5/vendor-packages/hgext/largefiles/wirestore.py
file path=usr/lib/python3.5/vendor-packages/hgext/lfs/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/lfs/blobstore.py
file path=usr/lib/python3.5/vendor-packages/hgext/lfs/pointer.py
file path=usr/lib/python3.5/vendor-packages/hgext/lfs/wireprotolfsserver.py
file path=usr/lib/python3.5/vendor-packages/hgext/lfs/wrapper.py
file path=usr/lib/python3.5/vendor-packages/hgext/logtoprocess.py
file path=usr/lib/python3.5/vendor-packages/hgext/mq.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowbundle2.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowcommands.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowdirstate.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowrepo.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowtemplates.py
file path=usr/lib/python3.5/vendor-packages/hgext/narrow/narrowwirepeer.py
file path=usr/lib/python3.5/vendor-packages/hgext/notify.py
file path=usr/lib/python3.5/vendor-packages/hgext/pager.py
file path=usr/lib/python3.5/vendor-packages/hgext/patchbomb.py
file path=usr/lib/python3.5/vendor-packages/hgext/phabricator.py
file path=usr/lib/python3.5/vendor-packages/hgext/purge.py
file path=usr/lib/python3.5/vendor-packages/hgext/rebase.py
file path=usr/lib/python3.5/vendor-packages/hgext/record.py
file path=usr/lib/python3.5/vendor-packages/hgext/releasenotes.py
file path=usr/lib/python3.5/vendor-packages/hgext/relink.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/basepack.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/basestore.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/connectionpool.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/constants.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/contentstore.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/datapack.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/debugcommands.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/fileserverclient.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/historypack.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/metadatastore.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/remotefilectx.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/remotefilelog.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/remotefilelogserver.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/repack.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/shallowbundle.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/shallowrepo.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/shallowstore.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/shallowutil.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotefilelog/shallowverifier.py
file path=usr/lib/python3.5/vendor-packages/hgext/remotenames.py
file path=usr/lib/python3.5/vendor-packages/hgext/schemes.py
file path=usr/lib/python3.5/vendor-packages/hgext/share.py
file path=usr/lib/python3.5/vendor-packages/hgext/show.py
file path=usr/lib/python3.5/vendor-packages/hgext/sparse.py
file path=usr/lib/python3.5/vendor-packages/hgext/split.py
file path=usr/lib/python3.5/vendor-packages/hgext/sqlitestore.py
file path=usr/lib/python3.5/vendor-packages/hgext/strip.py
file path=usr/lib/python3.5/vendor-packages/hgext/transplant.py
file path=usr/lib/python3.5/vendor-packages/hgext/uncommit.py
file path=usr/lib/python3.5/vendor-packages/hgext/win32mbcs.py
file path=usr/lib/python3.5/vendor-packages/hgext/win32text.py
file path=usr/lib/python3.5/vendor-packages/hgext/zeroconf/Zeroconf.py
file path=usr/lib/python3.5/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python3.5/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial-$(COMPONENT_VERSION)-py3.5.egg-info
file path=usr/lib/python3.5/vendor-packages/mercurial/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/__version__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/ancestor.py
file path=usr/lib/python3.5/vendor-packages/mercurial/archival.py
file path=usr/lib/python3.5/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python3.5/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python3.5/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python3.5/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/base85.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/bdiff.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/mpatch.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/osutil.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/cext/parsers.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/bdiffbuild.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/mpatch.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/mpatchbuild.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/osutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cffi/osutilbuild.py
file path=usr/lib/python3.5/vendor-packages/mercurial/changegroup.py
file path=usr/lib/python3.5/vendor-packages/mercurial/changelog.py
file path=usr/lib/python3.5/vendor-packages/mercurial/chgserver.py
file path=usr/lib/python3.5/vendor-packages/mercurial/cmdutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/color.py
file path=usr/lib/python3.5/vendor-packages/mercurial/commands.py
file path=usr/lib/python3.5/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python3.5/vendor-packages/mercurial/config.py
file path=usr/lib/python3.5/vendor-packages/mercurial/configitems.py
file path=usr/lib/python3.5/vendor-packages/mercurial/context.py
file path=usr/lib/python3.5/vendor-packages/mercurial/copies.py
file path=usr/lib/python3.5/vendor-packages/mercurial/crecord.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dagop.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dagparser.py
file path=usr/lib/python3.5/vendor-packages/mercurial/debugcommands.py
file path=usr/lib/python3.5/vendor-packages/mercurial/defaultrc/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/defaultrc/mergetools.rc
file path=usr/lib/python3.5/vendor-packages/mercurial/destutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/diffhelper.py
file path=usr/lib/python3.5/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python3.5/vendor-packages/mercurial/discovery.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python3.5/vendor-packages/mercurial/dummycert.pem
file path=usr/lib/python3.5/vendor-packages/mercurial/encoding.py
file path=usr/lib/python3.5/vendor-packages/mercurial/error.py
file path=usr/lib/python3.5/vendor-packages/mercurial/exchange.py
file path=usr/lib/python3.5/vendor-packages/mercurial/exchangev2.py
file path=usr/lib/python3.5/vendor-packages/mercurial/extensions.py
file path=usr/lib/python3.5/vendor-packages/mercurial/exthelper.py
file path=usr/lib/python3.5/vendor-packages/mercurial/fancyopts.py
file path=usr/lib/python3.5/vendor-packages/mercurial/filelog.py
file path=usr/lib/python3.5/vendor-packages/mercurial/filemerge.py
file path=usr/lib/python3.5/vendor-packages/mercurial/fileset.py
file path=usr/lib/python3.5/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python3.5/vendor-packages/mercurial/formatter.py
file path=usr/lib/python3.5/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python3.5/vendor-packages/mercurial/help.py
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/bundlespec.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/color.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/common.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/config.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/dates.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/flags.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/glossary.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hg-ssh.8.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hg.1.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hgignore.5.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hgignore.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/cbor.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/censor.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/changegroups.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/config.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/extensions.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/linelog.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/mergestate.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/requirements.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/revlogs.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/wireprotocol.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/wireprotocolrpc.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/internals/wireprotocolv2.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/merge-tools.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/pager.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/patterns.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/phases.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/revisions.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/scripting.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/subrepos.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/templates.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/helptext/urls.txt
file path=usr/lib/python3.5/vendor-packages/mercurial/hg.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/common.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/hgweb_mod.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/hgwebdir_mod.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/request.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/server.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/webcommands.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/webutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/wsgicgi.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hgweb/wsgiheaders.py
file path=usr/lib/python3.5/vendor-packages/mercurial/hook.py
file path=usr/lib/python3.5/vendor-packages/mercurial/httpconnection.py
file path=usr/lib/python3.5/vendor-packages/mercurial/httppeer.py
file path=usr/lib/python3.5/vendor-packages/mercurial/i18n.py
file path=usr/lib/python3.5/vendor-packages/mercurial/interfaces/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/interfaces/dirstate.py
file path=usr/lib/python3.5/vendor-packages/mercurial/interfaces/repository.py
file path=usr/lib/python3.5/vendor-packages/mercurial/interfaces/util.py
file path=usr/lib/python3.5/vendor-packages/mercurial/keepalive.py
file path=usr/lib/python3.5/vendor-packages/mercurial/linelog.py
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/da/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/de/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/el/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/fr/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/it/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/ja/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/ro/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/ru/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/sv/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
file path=usr/lib/python3.5/vendor-packages/mercurial/localrepo.py
file path=usr/lib/python3.5/vendor-packages/mercurial/lock.py
file path=usr/lib/python3.5/vendor-packages/mercurial/logcmdutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/logexchange.py
file path=usr/lib/python3.5/vendor-packages/mercurial/loggingutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/lsprof.py
file path=usr/lib/python3.5/vendor-packages/mercurial/lsprofcalltree.py
file path=usr/lib/python3.5/vendor-packages/mercurial/mail.py
file path=usr/lib/python3.5/vendor-packages/mercurial/manifest.py
file path=usr/lib/python3.5/vendor-packages/mercurial/match.py
file path=usr/lib/python3.5/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python3.5/vendor-packages/mercurial/merge.py
file path=usr/lib/python3.5/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python3.5/vendor-packages/mercurial/minirst.py
file path=usr/lib/python3.5/vendor-packages/mercurial/namespaces.py
file path=usr/lib/python3.5/vendor-packages/mercurial/narrowspec.py
file path=usr/lib/python3.5/vendor-packages/mercurial/node.py
file path=usr/lib/python3.5/vendor-packages/mercurial/obsolete.py
file path=usr/lib/python3.5/vendor-packages/mercurial/obsutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/parser.py
file path=usr/lib/python3.5/vendor-packages/mercurial/patch.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pathutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/phases.py
file path=usr/lib/python3.5/vendor-packages/mercurial/policy.py
file path=usr/lib/python3.5/vendor-packages/mercurial/posix.py
file path=usr/lib/python3.5/vendor-packages/mercurial/profiling.py
file path=usr/lib/python3.5/vendor-packages/mercurial/progress.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/base85.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/bdiff.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/charencode.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/mpatch.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/osutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pure/parsers.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pushkey.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pvec.py
file path=usr/lib/python3.5/vendor-packages/mercurial/pycompat.py
file path=usr/lib/python3.5/vendor-packages/mercurial/rcutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/registrar.py
file path=usr/lib/python3.5/vendor-packages/mercurial/repair.py
file path=usr/lib/python3.5/vendor-packages/mercurial/repocache.py
file path=usr/lib/python3.5/vendor-packages/mercurial/repoview.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlog.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revset.py
file path=usr/lib/python3.5/vendor-packages/mercurial/revsetlang.py
file path=usr/lib/python3.5/vendor-packages/mercurial/rewriteutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/scmposix.py
file path=usr/lib/python3.5/vendor-packages/mercurial/scmutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/scmwindows.py
file path=usr/lib/python3.5/vendor-packages/mercurial/server.py
file path=usr/lib/python3.5/vendor-packages/mercurial/setdiscovery.py
file path=usr/lib/python3.5/vendor-packages/mercurial/shelve.py
file path=usr/lib/python3.5/vendor-packages/mercurial/similar.py
file path=usr/lib/python3.5/vendor-packages/mercurial/simplemerge.py
file path=usr/lib/python3.5/vendor-packages/mercurial/smartset.py
file path=usr/lib/python3.5/vendor-packages/mercurial/sparse.py
file path=usr/lib/python3.5/vendor-packages/mercurial/sshpeer.py
file path=usr/lib/python3.5/vendor-packages/mercurial/sslutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/stack.py
file path=usr/lib/python3.5/vendor-packages/mercurial/state.py
file path=usr/lib/python3.5/vendor-packages/mercurial/statichttprepo.py
file path=usr/lib/python3.5/vendor-packages/mercurial/statprof.py
file path=usr/lib/python3.5/vendor-packages/mercurial/store.py
file path=usr/lib/python3.5/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python3.5/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python3.5/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/tagmerge.py
file path=usr/lib/python3.5/vendor-packages/mercurial/tags.py
file path=usr/lib/python3.5/vendor-packages/mercurial/templatefilters.py
file path=usr/lib/python3.5/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python3.5/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python3.5/vendor-packages/mercurial/templater.py
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/branchentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/changelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/changelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/changeset.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/fileannotate.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/filecomparison.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/filediff.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/filerevision.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/footer.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/graphentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/help.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/helptopics.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/index.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/manifest.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/notfound.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/search.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/json/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.bisect
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.changelog
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.compact
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.default
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.phases
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/changelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/changeset.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/fileannotate.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/filecomparison.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/filediff.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/filerevision.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/footer.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/graphentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/help.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/helptopics.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/index.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/manifest.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/notfound.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/search.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/changeset.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/diffstat.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/fileannotate.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/filecomparison.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/filediff.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/filelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/filerevision.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/footer.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/graphentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/help.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/helptopics.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/index.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/manifest.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/notfound.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/search.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/fileannotate.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/filediff.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/graphedge.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/graphnode.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/index.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/logentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/manifest.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/branchentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/changelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/filelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/changeset.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/error.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/fileannotate.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/filediff.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/filelog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/filelogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/filerevision.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/footer.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/graph.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/graphentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/header.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/index.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/manifest.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/map
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/notfound.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/search.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/coal-folder.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/feed-icon-14x14.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/followlines.js
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/hgicon.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/hglogo.png
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/mercurial.js
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/style-extra-coal.css
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/style-gitweb.css
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/style-monoblue.css
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/style-paper.css
file path=usr/lib/python3.5/vendor-packages/mercurial/templates/static/style.css
file path=usr/lib/python3.5/vendor-packages/mercurial/templateutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python3.5/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/_compat.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/_config.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/_funcs.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/_make.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/converters.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/attr/validators.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/sha1dc.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/document.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/exceptions.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/interface.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/interfaces.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/registry.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/ro.py
file path=usr/lib/python3.5/vendor-packages/mercurial/thirdparty/zope/interface/verify.py
file path=usr/lib/python3.5/vendor-packages/mercurial/transaction.py
file path=usr/lib/python3.5/vendor-packages/mercurial/treediscovery.py
file path=usr/lib/python3.5/vendor-packages/mercurial/txnutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/ui.py
file path=usr/lib/python3.5/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python3.5/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python3.5/vendor-packages/mercurial/url.py
file path=usr/lib/python3.5/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python3.5/vendor-packages/mercurial/util.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/__init__.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/cborutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python3.5/vendor-packages/mercurial/verify.py
file path=usr/lib/python3.5/vendor-packages/mercurial/vfs.py
file path=usr/lib/python3.5/vendor-packages/mercurial/win32.py
file path=usr/lib/python3.5/vendor-packages/mercurial/windows.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotoframing.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotoserver.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprototypes.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotov1peer.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotov1server.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python3.5/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python3.5/vendor-packages/mercurial/worker.py
file path=usr/lib/python3.5/vendor-packages/mercurial/zstd.cpython-35m.so
file path=usr/bin/hg-3.7
file path=usr/bin/hg-3.9
file path=usr/lib/python3.7/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgdemandimport/demandimportpy2.py
file path=usr/lib/python3.7/vendor-packages/hgdemandimport/demandimportpy3.py
file path=usr/lib/python3.7/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python3.7/vendor-packages/hgext/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/absorb.py
file path=usr/lib/python3.7/vendor-packages/hgext/acl.py
file path=usr/lib/python3.7/vendor-packages/hgext/amend.py
file path=usr/lib/python3.7/vendor-packages/hgext/automv.py
file path=usr/lib/python3.7/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python3.7/vendor-packages/hgext/blackbox.py
file path=usr/lib/python3.7/vendor-packages/hgext/bookflow.py
file path=usr/lib/python3.7/vendor-packages/hgext/bugzilla.py
file path=usr/lib/python3.7/vendor-packages/hgext/censor.py
file path=usr/lib/python3.7/vendor-packages/hgext/children.py
file path=usr/lib/python3.7/vendor-packages/hgext/churn.py
file path=usr/lib/python3.7/vendor-packages/hgext/clonebundles.py
file path=usr/lib/python3.7/vendor-packages/hgext/closehead.py
file path=usr/lib/python3.7/vendor-packages/hgext/commitextras.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/bzr.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/common.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/convcmd.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/cvs.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/cvsps.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/darcs.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/filemap.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/git.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/gnuarch.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/hg.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/monotone.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/p4.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/subversion.py
file path=usr/lib/python3.7/vendor-packages/hgext/convert/transport.py
file path=usr/lib/python3.7/vendor-packages/hgext/eol.py
file path=usr/lib/python3.7/vendor-packages/hgext/extdiff.py
file path=usr/lib/python3.7/vendor-packages/hgext/factotum.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/commands.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/context.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/error.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/formatter.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python3.7/vendor-packages/hgext/fastexport.py
file path=usr/lib/python3.7/vendor-packages/hgext/fetch.py
file path=usr/lib/python3.7/vendor-packages/hgext/fix.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/bser.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/load.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python3.7/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/dirstate.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/gitlog.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/gitutil.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/index.py
file path=usr/lib/python3.7/vendor-packages/hgext/git/manifest.py
file path=usr/lib/python3.7/vendor-packages/hgext/githelp.py
file path=usr/lib/python3.7/vendor-packages/hgext/gpg.py
file path=usr/lib/python3.7/vendor-packages/hgext/graphlog.py
file path=usr/lib/python3.7/vendor-packages/hgext/hgk.py
file path=usr/lib/python3.7/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python3.7/vendor-packages/hgext/histedit.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/changeset_obsoleted.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/changeset_published.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/enforce_draft_commits.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/reject_merge_commits.py
file path=usr/lib/python3.7/vendor-packages/hgext/hooklib/reject_new_heads.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/common.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/fileindexapi.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/indexapi.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/sqlindexapi.py
file path=usr/lib/python3.7/vendor-packages/hgext/infinitepush/store.py
file path=usr/lib/python3.7/vendor-packages/hgext/journal.py
file path=usr/lib/python3.7/vendor-packages/hgext/keyword.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/basestore.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/lfcommands.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/lfutil.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/localstore.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/overrides.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/proto.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/remotestore.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/reposetup.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/storefactory.py
file path=usr/lib/python3.7/vendor-packages/hgext/largefiles/wirestore.py
file path=usr/lib/python3.7/vendor-packages/hgext/lfs/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/lfs/blobstore.py
file path=usr/lib/python3.7/vendor-packages/hgext/lfs/pointer.py
file path=usr/lib/python3.7/vendor-packages/hgext/lfs/wireprotolfsserver.py
file path=usr/lib/python3.7/vendor-packages/hgext/lfs/wrapper.py
file path=usr/lib/python3.7/vendor-packages/hgext/logtoprocess.py
file path=usr/lib/python3.7/vendor-packages/hgext/mq.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowbundle2.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowcommands.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowdirstate.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowrepo.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowtemplates.py
file path=usr/lib/python3.7/vendor-packages/hgext/narrow/narrowwirepeer.py
file path=usr/lib/python3.7/vendor-packages/hgext/notify.py
file path=usr/lib/python3.7/vendor-packages/hgext/pager.py
file path=usr/lib/python3.7/vendor-packages/hgext/patchbomb.py
file path=usr/lib/python3.7/vendor-packages/hgext/phabricator.py
file path=usr/lib/python3.7/vendor-packages/hgext/purge.py
file path=usr/lib/python3.7/vendor-packages/hgext/rebase.py
file path=usr/lib/python3.7/vendor-packages/hgext/record.py
file path=usr/lib/python3.7/vendor-packages/hgext/releasenotes.py
file path=usr/lib/python3.7/vendor-packages/hgext/relink.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/basepack.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/basestore.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/connectionpool.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/constants.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/contentstore.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/datapack.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/debugcommands.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/fileserverclient.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/historypack.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/metadatastore.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/remotefilectx.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/remotefilelog.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/remotefilelogserver.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/repack.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/shallowbundle.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/shallowrepo.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/shallowstore.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/shallowutil.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotefilelog/shallowverifier.py
file path=usr/lib/python3.7/vendor-packages/hgext/remotenames.py
file path=usr/lib/python3.7/vendor-packages/hgext/schemes.py
file path=usr/lib/python3.7/vendor-packages/hgext/share.py
file path=usr/lib/python3.7/vendor-packages/hgext/show.py
file path=usr/lib/python3.7/vendor-packages/hgext/sparse.py
file path=usr/lib/python3.7/vendor-packages/hgext/split.py
file path=usr/lib/python3.7/vendor-packages/hgext/sqlitestore.py
file path=usr/lib/python3.7/vendor-packages/hgext/strip.py
file path=usr/lib/python3.7/vendor-packages/hgext/transplant.py
file path=usr/lib/python3.7/vendor-packages/hgext/uncommit.py
file path=usr/lib/python3.7/vendor-packages/hgext/win32mbcs.py
file path=usr/lib/python3.7/vendor-packages/hgext/win32text.py
file path=usr/lib/python3.7/vendor-packages/hgext/zeroconf/Zeroconf.py
file path=usr/lib/python3.7/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python3.7/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial-$(COMPONENT_VERSION)-py3.7.egg-info
file path=usr/lib/python3.7/vendor-packages/mercurial/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/__version__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/ancestor.py
file path=usr/lib/python3.7/vendor-packages/mercurial/archival.py
file path=usr/lib/python3.7/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python3.7/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python3.7/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python3.7/vendor-packages/mercurial/bundlecaches.py
file path=usr/lib/python3.7/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/base85.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/bdiff.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/mpatch.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/osutil.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/cext/parsers.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/bdiffbuild.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/mpatch.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/mpatchbuild.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/osutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cffi/osutilbuild.py
file path=usr/lib/python3.7/vendor-packages/mercurial/changegroup.py
file path=usr/lib/python3.7/vendor-packages/mercurial/changelog.py
file path=usr/lib/python3.7/vendor-packages/mercurial/chgserver.py
file path=usr/lib/python3.7/vendor-packages/mercurial/cmdutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/color.py
file path=usr/lib/python3.7/vendor-packages/mercurial/commands.py
file path=usr/lib/python3.7/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python3.7/vendor-packages/mercurial/commit.py
file path=usr/lib/python3.7/vendor-packages/mercurial/config.py
file path=usr/lib/python3.7/vendor-packages/mercurial/configitems.py
file path=usr/lib/python3.7/vendor-packages/mercurial/context.py
file path=usr/lib/python3.7/vendor-packages/mercurial/copies.py
file path=usr/lib/python3.7/vendor-packages/mercurial/crecord.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dagop.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dagparser.py
file path=usr/lib/python3.7/vendor-packages/mercurial/debugcommands.py
file path=usr/lib/python3.7/vendor-packages/mercurial/defaultrc/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/defaultrc/mergetools.rc
file path=usr/lib/python3.7/vendor-packages/mercurial/destutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/diffhelper.py
file path=usr/lib/python3.7/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dirstatemap.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dirstateutils/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dirstateutils/docket.py
file path=usr/lib/python3.7/vendor-packages/mercurial/discovery.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python3.7/vendor-packages/mercurial/dummycert.pem
file path=usr/lib/python3.7/vendor-packages/mercurial/encoding.py
file path=usr/lib/python3.7/vendor-packages/mercurial/error.py
file path=usr/lib/python3.7/vendor-packages/mercurial/exchange.py
file path=usr/lib/python3.7/vendor-packages/mercurial/exchangev2.py
file path=usr/lib/python3.7/vendor-packages/mercurial/extensions.py
file path=usr/lib/python3.7/vendor-packages/mercurial/exthelper.py
file path=usr/lib/python3.7/vendor-packages/mercurial/fancyopts.py
file path=usr/lib/python3.7/vendor-packages/mercurial/filelog.py
file path=usr/lib/python3.7/vendor-packages/mercurial/filemerge.py
file path=usr/lib/python3.7/vendor-packages/mercurial/fileset.py
file path=usr/lib/python3.7/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python3.7/vendor-packages/mercurial/formatter.py
file path=usr/lib/python3.7/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python3.7/vendor-packages/mercurial/grep.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python3.7/vendor-packages/mercurial/help.py
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/bundlespec.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/color.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/common.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/config.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/dates.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/evolution.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/flags.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/glossary.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hg-ssh.8.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hg.1.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hgignore.5.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hgignore.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/bid-merge.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/cbor.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/censor.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/changegroups.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/config.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/extensions.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/linelog.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/mergestate.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/requirements.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/revlogs.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/wireprotocol.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/wireprotocolrpc.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/internals/wireprotocolv2.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/merge-tools.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/pager.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/patterns.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/phases.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/revisions.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/scripting.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/subrepos.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/templates.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/helptext/urls.txt
file path=usr/lib/python3.7/vendor-packages/mercurial/hg.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/common.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/hgweb_mod.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/hgwebdir_mod.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/request.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/server.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/webcommands.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/webutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/wsgicgi.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hgweb/wsgiheaders.py
file path=usr/lib/python3.7/vendor-packages/mercurial/hook.py
file path=usr/lib/python3.7/vendor-packages/mercurial/httpconnection.py
file path=usr/lib/python3.7/vendor-packages/mercurial/httppeer.py
file path=usr/lib/python3.7/vendor-packages/mercurial/i18n.py
file path=usr/lib/python3.7/vendor-packages/mercurial/interfaces/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/interfaces/dirstate.py
file path=usr/lib/python3.7/vendor-packages/mercurial/interfaces/repository.py
file path=usr/lib/python3.7/vendor-packages/mercurial/interfaces/util.py
file path=usr/lib/python3.7/vendor-packages/mercurial/keepalive.py
file path=usr/lib/python3.7/vendor-packages/mercurial/linelog.py
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/da/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/de/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/el/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/fr/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/it/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/ja/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/ro/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/ru/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/sv/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
file path=usr/lib/python3.7/vendor-packages/mercurial/localrepo.py
file path=usr/lib/python3.7/vendor-packages/mercurial/lock.py
file path=usr/lib/python3.7/vendor-packages/mercurial/logcmdutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/logexchange.py
file path=usr/lib/python3.7/vendor-packages/mercurial/loggingutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/lsprof.py
file path=usr/lib/python3.7/vendor-packages/mercurial/lsprofcalltree.py
file path=usr/lib/python3.7/vendor-packages/mercurial/mail.py
file path=usr/lib/python3.7/vendor-packages/mercurial/manifest.py
file path=usr/lib/python3.7/vendor-packages/mercurial/match.py
file path=usr/lib/python3.7/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python3.7/vendor-packages/mercurial/merge.py
file path=usr/lib/python3.7/vendor-packages/mercurial/mergestate.py
file path=usr/lib/python3.7/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/metadata.py
file path=usr/lib/python3.7/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python3.7/vendor-packages/mercurial/minirst.py
file path=usr/lib/python3.7/vendor-packages/mercurial/namespaces.py
file path=usr/lib/python3.7/vendor-packages/mercurial/narrowspec.py
file path=usr/lib/python3.7/vendor-packages/mercurial/node.py
file path=usr/lib/python3.7/vendor-packages/mercurial/obsolete.py
file path=usr/lib/python3.7/vendor-packages/mercurial/obsutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/parser.py
file path=usr/lib/python3.7/vendor-packages/mercurial/patch.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pathutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/phases.py
file path=usr/lib/python3.7/vendor-packages/mercurial/policy.py
file path=usr/lib/python3.7/vendor-packages/mercurial/posix.py
file path=usr/lib/python3.7/vendor-packages/mercurial/profiling.py
file path=usr/lib/python3.7/vendor-packages/mercurial/progress.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/base85.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/bdiff.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/charencode.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/mpatch.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/osutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pure/parsers.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pushkey.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pvec.py
file path=usr/lib/python3.7/vendor-packages/mercurial/pycompat.py
file path=usr/lib/python3.7/vendor-packages/mercurial/rcutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/registrar.py
file path=usr/lib/python3.7/vendor-packages/mercurial/repair.py
file path=usr/lib/python3.7/vendor-packages/mercurial/repocache.py
file path=usr/lib/python3.7/vendor-packages/mercurial/repoview.py
file path=usr/lib/python3.7/vendor-packages/mercurial/requirements.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlog.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/concurrency_checker.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/docket.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/randomaccessfile.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/revlogv0.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/rewrite.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revset.py
file path=usr/lib/python3.7/vendor-packages/mercurial/revsetlang.py
file path=usr/lib/python3.7/vendor-packages/mercurial/rewriteutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/scmposix.py
file path=usr/lib/python3.7/vendor-packages/mercurial/scmutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/scmwindows.py
file path=usr/lib/python3.7/vendor-packages/mercurial/server.py
file path=usr/lib/python3.7/vendor-packages/mercurial/setdiscovery.py
file path=usr/lib/python3.7/vendor-packages/mercurial/shelve.py
file path=usr/lib/python3.7/vendor-packages/mercurial/similar.py
file path=usr/lib/python3.7/vendor-packages/mercurial/simplemerge.py
file path=usr/lib/python3.7/vendor-packages/mercurial/smartset.py
file path=usr/lib/python3.7/vendor-packages/mercurial/sparse.py
file path=usr/lib/python3.7/vendor-packages/mercurial/sshpeer.py
file path=usr/lib/python3.7/vendor-packages/mercurial/sslutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/stack.py
file path=usr/lib/python3.7/vendor-packages/mercurial/state.py
file path=usr/lib/python3.7/vendor-packages/mercurial/statichttprepo.py
file path=usr/lib/python3.7/vendor-packages/mercurial/statprof.py
file path=usr/lib/python3.7/vendor-packages/mercurial/store.py
file path=usr/lib/python3.7/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python3.7/vendor-packages/mercurial/strip.py
file path=usr/lib/python3.7/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python3.7/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/tagmerge.py
file path=usr/lib/python3.7/vendor-packages/mercurial/tags.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templatefilters.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templater.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/branchentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/changelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/coal/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/changelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/changeset.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/fileannotate.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/filecomparison.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/filediff.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/filerevision.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/footer.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/graphentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/help.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/helptopics.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/index.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/manifest.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/notfound.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/search.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/json/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/json/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.bisect
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.changelog
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.compact
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.default
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.phases
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/changelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/changeset.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/fileannotate.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/filecomparison.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/filediff.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/filerevision.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/footer.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/graphentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/help.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/helptopics.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/index.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/manifest.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/notfound.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/search.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/changeset.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/diffstat.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/fileannotate.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/filecomparison.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/filediff.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/filelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/filerevision.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/footer.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/graphentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/help.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/helptopics.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/index.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/manifest.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/notfound.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/search.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/fileannotate.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/filediff.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/graphedge.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/graphnode.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/index.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/logentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/manifest.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/branchentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/changelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/filelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/changeset.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/error.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/fileannotate.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/filediff.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/filelog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/filelogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/filerevision.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/footer.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/graph.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/graphentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/header.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/index.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/manifest.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/map
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/notfound.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/search.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/coal-folder.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/feed-icon-14x14.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/followlines.js
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/hgicon.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/hglogo.png
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/mercurial.js
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/style-extra-coal.css
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/style-gitweb.css
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/style-monoblue.css
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/style-paper.css
file path=usr/lib/python3.7/vendor-packages/mercurial/templates/static/style.css
file path=usr/lib/python3.7/vendor-packages/mercurial/templateutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python3.7/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/_compat.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/_config.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/_funcs.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/_make.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/converters.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/attr/validators.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/sha1dc.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/document.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/exceptions.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/interface.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/interfaces.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/registry.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/ro.py
file path=usr/lib/python3.7/vendor-packages/mercurial/thirdparty/zope/interface/verify.py
file path=usr/lib/python3.7/vendor-packages/mercurial/transaction.py
file path=usr/lib/python3.7/vendor-packages/mercurial/treediscovery.py
file path=usr/lib/python3.7/vendor-packages/mercurial/txnutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/ui.py
file path=usr/lib/python3.7/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python3.7/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python3.7/vendor-packages/mercurial/upgrade_utils/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/upgrade_utils/actions.py
file path=usr/lib/python3.7/vendor-packages/mercurial/upgrade_utils/engine.py
file path=usr/lib/python3.7/vendor-packages/mercurial/url.py
file path=usr/lib/python3.7/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python3.7/vendor-packages/mercurial/util.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/__init__.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/cborutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/memorytop.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/utils/urlutil.py
file path=usr/lib/python3.7/vendor-packages/mercurial/verify.py
file path=usr/lib/python3.7/vendor-packages/mercurial/vfs.py
file path=usr/lib/python3.7/vendor-packages/mercurial/win32.py
file path=usr/lib/python3.7/vendor-packages/mercurial/windows.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotoframing.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotoserver.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprototypes.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotov1peer.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotov1server.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python3.7/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python3.7/vendor-packages/mercurial/worker.py
file path=usr/lib/python3.7/vendor-packages/mercurial/zstd.cpython-37m.so
file path=usr/lib/python3.9/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgdemandimport/demandimportpy2.py
file path=usr/lib/python3.9/vendor-packages/hgdemandimport/demandimportpy3.py
file path=usr/lib/python3.9/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python3.9/vendor-packages/hgext/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/absorb.py
file path=usr/lib/python3.9/vendor-packages/hgext/acl.py
file path=usr/lib/python3.9/vendor-packages/hgext/amend.py
file path=usr/lib/python3.9/vendor-packages/hgext/automv.py
file path=usr/lib/python3.9/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python3.9/vendor-packages/hgext/blackbox.py
file path=usr/lib/python3.9/vendor-packages/hgext/bookflow.py
file path=usr/lib/python3.9/vendor-packages/hgext/bugzilla.py
file path=usr/lib/python3.9/vendor-packages/hgext/censor.py
file path=usr/lib/python3.9/vendor-packages/hgext/children.py
file path=usr/lib/python3.9/vendor-packages/hgext/churn.py
file path=usr/lib/python3.9/vendor-packages/hgext/clonebundles.py
file path=usr/lib/python3.9/vendor-packages/hgext/closehead.py
file path=usr/lib/python3.9/vendor-packages/hgext/commitextras.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/bzr.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/common.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/convcmd.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/cvs.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/cvsps.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/darcs.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/filemap.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/git.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/gnuarch.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/hg.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/monotone.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/p4.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/subversion.py
file path=usr/lib/python3.9/vendor-packages/hgext/convert/transport.py
file path=usr/lib/python3.9/vendor-packages/hgext/eol.py
file path=usr/lib/python3.9/vendor-packages/hgext/extdiff.py
file path=usr/lib/python3.9/vendor-packages/hgext/factotum.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/commands.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/context.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/error.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/formatter.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python3.9/vendor-packages/hgext/fastexport.py
file path=usr/lib/python3.9/vendor-packages/hgext/fetch.py
file path=usr/lib/python3.9/vendor-packages/hgext/fix.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/bser.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/load.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python3.9/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/dirstate.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/gitlog.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/gitutil.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/index.py
file path=usr/lib/python3.9/vendor-packages/hgext/git/manifest.py
file path=usr/lib/python3.9/vendor-packages/hgext/githelp.py
file path=usr/lib/python3.9/vendor-packages/hgext/gpg.py
file path=usr/lib/python3.9/vendor-packages/hgext/graphlog.py
file path=usr/lib/python3.9/vendor-packages/hgext/hgk.py
file path=usr/lib/python3.9/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python3.9/vendor-packages/hgext/histedit.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/changeset_obsoleted.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/changeset_published.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/enforce_draft_commits.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/reject_merge_commits.py
file path=usr/lib/python3.9/vendor-packages/hgext/hooklib/reject_new_heads.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/common.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/fileindexapi.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/indexapi.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/sqlindexapi.py
file path=usr/lib/python3.9/vendor-packages/hgext/infinitepush/store.py
file path=usr/lib/python3.9/vendor-packages/hgext/journal.py
file path=usr/lib/python3.9/vendor-packages/hgext/keyword.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/basestore.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/lfcommands.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/lfutil.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/localstore.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/overrides.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/proto.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/remotestore.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/reposetup.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/storefactory.py
file path=usr/lib/python3.9/vendor-packages/hgext/largefiles/wirestore.py
file path=usr/lib/python3.9/vendor-packages/hgext/lfs/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/lfs/blobstore.py
file path=usr/lib/python3.9/vendor-packages/hgext/lfs/pointer.py
file path=usr/lib/python3.9/vendor-packages/hgext/lfs/wireprotolfsserver.py
file path=usr/lib/python3.9/vendor-packages/hgext/lfs/wrapper.py
file path=usr/lib/python3.9/vendor-packages/hgext/logtoprocess.py
file path=usr/lib/python3.9/vendor-packages/hgext/mq.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowbundle2.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowcommands.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowdirstate.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowrepo.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowtemplates.py
file path=usr/lib/python3.9/vendor-packages/hgext/narrow/narrowwirepeer.py
file path=usr/lib/python3.9/vendor-packages/hgext/notify.py
file path=usr/lib/python3.9/vendor-packages/hgext/pager.py
file path=usr/lib/python3.9/vendor-packages/hgext/patchbomb.py
file path=usr/lib/python3.9/vendor-packages/hgext/phabricator.py
file path=usr/lib/python3.9/vendor-packages/hgext/purge.py
file path=usr/lib/python3.9/vendor-packages/hgext/rebase.py
file path=usr/lib/python3.9/vendor-packages/hgext/record.py
file path=usr/lib/python3.9/vendor-packages/hgext/releasenotes.py
file path=usr/lib/python3.9/vendor-packages/hgext/relink.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/basepack.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/basestore.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/connectionpool.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/constants.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/contentstore.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/datapack.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/debugcommands.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/fileserverclient.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/historypack.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/metadatastore.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/remotefilectx.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/remotefilelog.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/remotefilelogserver.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/repack.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/shallowbundle.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/shallowrepo.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/shallowstore.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/shallowutil.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotefilelog/shallowverifier.py
file path=usr/lib/python3.9/vendor-packages/hgext/remotenames.py
file path=usr/lib/python3.9/vendor-packages/hgext/schemes.py
file path=usr/lib/python3.9/vendor-packages/hgext/share.py
file path=usr/lib/python3.9/vendor-packages/hgext/show.py
file path=usr/lib/python3.9/vendor-packages/hgext/sparse.py
file path=usr/lib/python3.9/vendor-packages/hgext/split.py
file path=usr/lib/python3.9/vendor-packages/hgext/sqlitestore.py
file path=usr/lib/python3.9/vendor-packages/hgext/strip.py
file path=usr/lib/python3.9/vendor-packages/hgext/transplant.py
file path=usr/lib/python3.9/vendor-packages/hgext/uncommit.py
file path=usr/lib/python3.9/vendor-packages/hgext/win32mbcs.py
file path=usr/lib/python3.9/vendor-packages/hgext/win32text.py
file path=usr/lib/python3.9/vendor-packages/hgext/zeroconf/Zeroconf.py
file path=usr/lib/python3.9/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python3.9/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial-$(COMPONENT_VERSION)-py3.9.egg-info
file path=usr/lib/python3.9/vendor-packages/mercurial/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/__version__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/ancestor.py
file path=usr/lib/python3.9/vendor-packages/mercurial/archival.py
file path=usr/lib/python3.9/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python3.9/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python3.9/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python3.9/vendor-packages/mercurial/bundlecaches.py
file path=usr/lib/python3.9/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/base85.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/bdiff.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/mpatch.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/osutil.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/cext/parsers.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/bdiffbuild.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/mpatch.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/mpatchbuild.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/osutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cffi/osutilbuild.py
file path=usr/lib/python3.9/vendor-packages/mercurial/changegroup.py
file path=usr/lib/python3.9/vendor-packages/mercurial/changelog.py
file path=usr/lib/python3.9/vendor-packages/mercurial/chgserver.py
file path=usr/lib/python3.9/vendor-packages/mercurial/cmdutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/color.py
file path=usr/lib/python3.9/vendor-packages/mercurial/commands.py
file path=usr/lib/python3.9/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python3.9/vendor-packages/mercurial/commit.py
file path=usr/lib/python3.9/vendor-packages/mercurial/config.py
file path=usr/lib/python3.9/vendor-packages/mercurial/configitems.py
file path=usr/lib/python3.9/vendor-packages/mercurial/context.py
file path=usr/lib/python3.9/vendor-packages/mercurial/copies.py
file path=usr/lib/python3.9/vendor-packages/mercurial/crecord.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dagop.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dagparser.py
file path=usr/lib/python3.9/vendor-packages/mercurial/debugcommands.py
file path=usr/lib/python3.9/vendor-packages/mercurial/defaultrc/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/defaultrc/mergetools.rc
file path=usr/lib/python3.9/vendor-packages/mercurial/destutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/diffhelper.py
file path=usr/lib/python3.9/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dirstatemap.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dirstateutils/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dirstateutils/docket.py
file path=usr/lib/python3.9/vendor-packages/mercurial/discovery.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python3.9/vendor-packages/mercurial/dummycert.pem
file path=usr/lib/python3.9/vendor-packages/mercurial/encoding.py
file path=usr/lib/python3.9/vendor-packages/mercurial/error.py
file path=usr/lib/python3.9/vendor-packages/mercurial/exchange.py
file path=usr/lib/python3.9/vendor-packages/mercurial/exchangev2.py
file path=usr/lib/python3.9/vendor-packages/mercurial/extensions.py
file path=usr/lib/python3.9/vendor-packages/mercurial/exthelper.py
file path=usr/lib/python3.9/vendor-packages/mercurial/fancyopts.py
file path=usr/lib/python3.9/vendor-packages/mercurial/filelog.py
file path=usr/lib/python3.9/vendor-packages/mercurial/filemerge.py
file path=usr/lib/python3.9/vendor-packages/mercurial/fileset.py
file path=usr/lib/python3.9/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python3.9/vendor-packages/mercurial/formatter.py
file path=usr/lib/python3.9/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python3.9/vendor-packages/mercurial/grep.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python3.9/vendor-packages/mercurial/help.py
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/bundlespec.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/color.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/common.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/config.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/dates.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/evolution.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/flags.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/glossary.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hg-ssh.8.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hg.1.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hgignore.5.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hgignore.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/bid-merge.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/cbor.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/censor.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/changegroups.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/config.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/extensions.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/linelog.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/mergestate.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/requirements.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/revlogs.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/wireprotocol.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/wireprotocolrpc.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/internals/wireprotocolv2.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/merge-tools.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/pager.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/patterns.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/phases.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/revisions.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/scripting.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/subrepos.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/templates.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/helptext/urls.txt
file path=usr/lib/python3.9/vendor-packages/mercurial/hg.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/common.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/hgweb_mod.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/hgwebdir_mod.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/request.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/server.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/webcommands.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/webutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/wsgicgi.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hgweb/wsgiheaders.py
file path=usr/lib/python3.9/vendor-packages/mercurial/hook.py
file path=usr/lib/python3.9/vendor-packages/mercurial/httpconnection.py
file path=usr/lib/python3.9/vendor-packages/mercurial/httppeer.py
file path=usr/lib/python3.9/vendor-packages/mercurial/i18n.py
file path=usr/lib/python3.9/vendor-packages/mercurial/interfaces/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/interfaces/dirstate.py
file path=usr/lib/python3.9/vendor-packages/mercurial/interfaces/repository.py
file path=usr/lib/python3.9/vendor-packages/mercurial/interfaces/util.py
file path=usr/lib/python3.9/vendor-packages/mercurial/keepalive.py
file path=usr/lib/python3.9/vendor-packages/mercurial/linelog.py
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/da/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/de/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/el/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/fr/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/it/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/ja/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/ro/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/ru/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/sv/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
file path=usr/lib/python3.9/vendor-packages/mercurial/localrepo.py
file path=usr/lib/python3.9/vendor-packages/mercurial/lock.py
file path=usr/lib/python3.9/vendor-packages/mercurial/logcmdutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/logexchange.py
file path=usr/lib/python3.9/vendor-packages/mercurial/loggingutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/lsprof.py
file path=usr/lib/python3.9/vendor-packages/mercurial/lsprofcalltree.py
file path=usr/lib/python3.9/vendor-packages/mercurial/mail.py
file path=usr/lib/python3.9/vendor-packages/mercurial/manifest.py
file path=usr/lib/python3.9/vendor-packages/mercurial/match.py
file path=usr/lib/python3.9/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python3.9/vendor-packages/mercurial/merge.py
file path=usr/lib/python3.9/vendor-packages/mercurial/mergestate.py
file path=usr/lib/python3.9/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/metadata.py
file path=usr/lib/python3.9/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python3.9/vendor-packages/mercurial/minirst.py
file path=usr/lib/python3.9/vendor-packages/mercurial/namespaces.py
file path=usr/lib/python3.9/vendor-packages/mercurial/narrowspec.py
file path=usr/lib/python3.9/vendor-packages/mercurial/node.py
file path=usr/lib/python3.9/vendor-packages/mercurial/obsolete.py
file path=usr/lib/python3.9/vendor-packages/mercurial/obsutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/parser.py
file path=usr/lib/python3.9/vendor-packages/mercurial/patch.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pathutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/phases.py
file path=usr/lib/python3.9/vendor-packages/mercurial/policy.py
file path=usr/lib/python3.9/vendor-packages/mercurial/posix.py
file path=usr/lib/python3.9/vendor-packages/mercurial/profiling.py
file path=usr/lib/python3.9/vendor-packages/mercurial/progress.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/base85.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/bdiff.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/charencode.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/mpatch.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/osutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pure/parsers.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pushkey.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pvec.py
file path=usr/lib/python3.9/vendor-packages/mercurial/pycompat.py
file path=usr/lib/python3.9/vendor-packages/mercurial/rcutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/registrar.py
file path=usr/lib/python3.9/vendor-packages/mercurial/repair.py
file path=usr/lib/python3.9/vendor-packages/mercurial/repocache.py
file path=usr/lib/python3.9/vendor-packages/mercurial/repoview.py
file path=usr/lib/python3.9/vendor-packages/mercurial/requirements.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlog.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/concurrency_checker.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/docket.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/randomaccessfile.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/revlogv0.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/rewrite.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revset.py
file path=usr/lib/python3.9/vendor-packages/mercurial/revsetlang.py
file path=usr/lib/python3.9/vendor-packages/mercurial/rewriteutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/scmposix.py
file path=usr/lib/python3.9/vendor-packages/mercurial/scmutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/scmwindows.py
file path=usr/lib/python3.9/vendor-packages/mercurial/server.py
file path=usr/lib/python3.9/vendor-packages/mercurial/setdiscovery.py
file path=usr/lib/python3.9/vendor-packages/mercurial/shelve.py
file path=usr/lib/python3.9/vendor-packages/mercurial/similar.py
file path=usr/lib/python3.9/vendor-packages/mercurial/simplemerge.py
file path=usr/lib/python3.9/vendor-packages/mercurial/smartset.py
file path=usr/lib/python3.9/vendor-packages/mercurial/sparse.py
file path=usr/lib/python3.9/vendor-packages/mercurial/sshpeer.py
file path=usr/lib/python3.9/vendor-packages/mercurial/sslutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/stack.py
file path=usr/lib/python3.9/vendor-packages/mercurial/state.py
file path=usr/lib/python3.9/vendor-packages/mercurial/statichttprepo.py
file path=usr/lib/python3.9/vendor-packages/mercurial/statprof.py
file path=usr/lib/python3.9/vendor-packages/mercurial/store.py
file path=usr/lib/python3.9/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python3.9/vendor-packages/mercurial/strip.py
file path=usr/lib/python3.9/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python3.9/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/tagmerge.py
file path=usr/lib/python3.9/vendor-packages/mercurial/tags.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templatefilters.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templater.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/branchentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/changelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/coal/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/changelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/changeset.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/fileannotate.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/filecomparison.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/filediff.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/filerevision.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/footer.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/graphentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/help.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/helptopics.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/index.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/manifest.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/notfound.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/search.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/json/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/json/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.bisect
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.changelog
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.compact
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.default
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.phases
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/changelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/changeset.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/fileannotate.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/filecomparison.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/filediff.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/filerevision.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/footer.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/graphentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/help.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/helptopics.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/index.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/manifest.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/notfound.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/search.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/changeset.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/diffstat.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/fileannotate.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/filecomparison.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/filediff.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/filelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/filerevision.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/footer.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/graphentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/help.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/helptopics.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/index.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/manifest.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/notfound.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/search.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/fileannotate.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/filediff.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/graphedge.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/graphnode.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/index.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/logentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/manifest.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/branchentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/changelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/filelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/changeset.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/error.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/fileannotate.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/filediff.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/filelog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/filelogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/filerevision.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/footer.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/graph.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/graphentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/header.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/index.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/manifest.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/map
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/notfound.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/search.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/coal-folder.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/feed-icon-14x14.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/followlines.js
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/hgicon.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/hglogo.png
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/mercurial.js
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/style-extra-coal.css
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/style-gitweb.css
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/style-monoblue.css
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/style-paper.css
file path=usr/lib/python3.9/vendor-packages/mercurial/templates/static/style.css
file path=usr/lib/python3.9/vendor-packages/mercurial/templateutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python3.9/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/_compat.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/_config.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/_funcs.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/_make.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/converters.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/attr/validators.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/sha1dc.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/document.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/exceptions.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/interface.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/interfaces.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/registry.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/ro.py
file path=usr/lib/python3.9/vendor-packages/mercurial/thirdparty/zope/interface/verify.py
file path=usr/lib/python3.9/vendor-packages/mercurial/transaction.py
file path=usr/lib/python3.9/vendor-packages/mercurial/treediscovery.py
file path=usr/lib/python3.9/vendor-packages/mercurial/txnutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/ui.py
file path=usr/lib/python3.9/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python3.9/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python3.9/vendor-packages/mercurial/upgrade_utils/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/upgrade_utils/actions.py
file path=usr/lib/python3.9/vendor-packages/mercurial/upgrade_utils/engine.py
file path=usr/lib/python3.9/vendor-packages/mercurial/url.py
file path=usr/lib/python3.9/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python3.9/vendor-packages/mercurial/util.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/__init__.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/cborutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/memorytop.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/utils/urlutil.py
file path=usr/lib/python3.9/vendor-packages/mercurial/verify.py
file path=usr/lib/python3.9/vendor-packages/mercurial/vfs.py
file path=usr/lib/python3.9/vendor-packages/mercurial/win32.py
file path=usr/lib/python3.9/vendor-packages/mercurial/windows.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotoframing.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotoserver.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprototypes.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotov1peer.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotov1server.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python3.9/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python3.9/vendor-packages/mercurial/worker.py
file path=usr/lib/python3.9/vendor-packages/mercurial/zstd.cpython-39.so
components/developer/mercurial/mercurial-PYVER.p5m
@@ -20,6 +20,7 @@
#
#
# Copyright 2021 Gary Mills
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
#
@@ -37,8 +38,9 @@
set name=org.opensolaris.arc-caseid value=PSARC/2006/417
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
link path=usr/bin/hg target=hg-$(PYVER) mediator=python \
link path=usr/bin/hg target=hg-$(PYVER) mediator=python3 \
    mediator-version=$(PYVER)
file path=usr/bin/hg-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/demandimportpy2.py
@@ -46,6 +48,8 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hgdemandimport/tracing.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/absorb.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/acl.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/amend.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/automv.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/beautifygraph.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/blackbox.py
@@ -83,12 +87,11 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/protocol.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/revmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastannotate/support.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fastexport.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fetch.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fix.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/64/bser.so
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/bser.so
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/capabilities.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/encoding.py
@@ -96,6 +99,12 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/pybser.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/state.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/watchmanclient.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/dirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/gitlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/gitutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/git/manifest.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/githelp.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/gpg.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/graphlog.py
@@ -103,6 +112,12 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/highlight/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/highlight/highlight.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/histedit.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/changeset_obsoleted.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/changeset_published.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/enforce_draft_commits.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/reject_merge_commits.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/hooklib/reject_new_heads.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/bundleparts.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/infinitepush/common.py
@@ -182,7 +197,6 @@
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/zeroconf/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext3rd/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial-$(COMPONENT_VERSION)-py$(PYVER).egg-info
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/64/zstd.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__modulepolicy__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/__version__.py
@@ -191,19 +205,10 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bookmarks.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/branchmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundle2.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundlecaches.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/bundlerepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cacheutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/64/base85.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/64/bdiff.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/64/mpatch.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/64/osutil.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/64/parsers.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/base85.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/bdiff.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/mpatch.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/osutil.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/parsers.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/bdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cffi/bdiffbuild.py
@@ -218,6 +223,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/color.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commands.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commandserver.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/commit.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/configitems.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/context.py
@@ -233,6 +239,9 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/diffutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstate.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateguard.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstatemap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateutils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dirstateutils/docket.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/discovery.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dispatch.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/dummycert.pem
@@ -249,6 +258,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/filesetlang.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/formatter.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/graphmod.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/grep.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/hbisect.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/help.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/__init__.py
@@ -260,6 +270,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/deprecated.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/diffs.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/environment.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/evolution.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/extensions.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/filesets.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/flags.txt
@@ -271,6 +282,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgrc.5.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/hgweb.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bid-merge.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bundle2.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/bundles.txt
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/helptext/internals/cbor.txt
@@ -339,7 +351,9 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/match.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mdiff.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/merge.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mergestate.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/mergeutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/metadata.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/minifileset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/minirst.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/namespaces.py
@@ -370,12 +384,18 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repair.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repocache.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/repoview.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/requirements.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/concurrency_checker.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/deltas.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/docket.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/flagutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/nodemap.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/randomaccessfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/revlogv0.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/rewrite.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revlogutils/sidedata.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revset.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/revsetlang.py
@@ -395,11 +415,10 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/state.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/statichttprepo.py
# pkgdepend complains about a "__main__" import: bug 15710704
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/statprof.py \
    pkg.depend.bypass-generate=.*
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/statprof.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/store.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/streamclone.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/strip.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/subrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/subrepoutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/tagmerge.py
@@ -408,6 +427,8 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templatefuncs.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templatekw.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templater.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/bookmarkentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/branchentry.tmpl
@@ -420,8 +441,10 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/tagentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/atom/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/header.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/coal/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/changelog.tmpl
@@ -447,6 +470,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/summary.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/gitweb/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/changelist.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/graph.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/json/map
@@ -458,6 +482,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.show
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.status
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/map-cmdline.xml
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/changelog.tmpl
@@ -483,6 +508,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/summary.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/monoblue/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/changeset.tmpl
@@ -508,6 +534,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/shortlogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/paper/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/changeset.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/error.tmpl
@@ -522,6 +549,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/notfound.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/raw/search.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/bookmarkentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/bookmarks.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/branchentry.tmpl
@@ -535,6 +563,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/map
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/tagentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/rss/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/branches.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/changelog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/changelogentry.tmpl
@@ -557,6 +586,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/shortlog.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/shortlogentry.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/spartan/tags.tmpl
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/background.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/coal-file.png
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/templates/static/coal-folder.png
@@ -574,7 +604,6 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/revlog.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/testing/storage.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/64/sha1dc.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/_compat.py
@@ -585,19 +614,11 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/filters.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/attr/validators.py
$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/concurrent/__init__.py
$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/concurrent/futures/__init__.py
$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/concurrent/futures/_base.py
$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/concurrent/futures/process.py
$(PYTHON_2.7_ONLY)file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/concurrent/futures/thread.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/selectors2.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/sha1dc.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/64/_zope_interface_coptimizations.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_flatten.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/adapter.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/advice.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/declarations.py
@@ -614,6 +635,9 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/ui.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/unionrepo.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/actions.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/upgrade_utils/engine.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/url.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/urllibcompat.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/util.py
@@ -622,11 +646,13 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/compression.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/dateutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/hashutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/memorytop.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/procutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/repoviewutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/resourceutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/storageutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/stringutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/utils/urlutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/verify.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/vfs.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/win32.py
@@ -639,10 +665,16 @@
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov2peer.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/wireprotov2server.py
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/worker.py
file path=usr/lib/python$(PYVER)/vendor-packages/hgext/fsmonitor/pywatchman/bser.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/base85.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/bdiff.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/mpatch.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/osutil.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/cext/parsers.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/sha1dc.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.so
file path=usr/lib/python$(PYVER)/vendor-packages/mercurial/zstd.so
#
license mercurial.copyright.excanvas license="Apache v2.0"
license mercurial.copyright.google license="BSD 3-Clause (httpclient)"
license mercurial.copyright.zstd license="BSD 3-Clause (zstd)"
license mercurial.copyright license=GPLv2+
license mercurial.copyright.statprof license=LGPLv2.1
components/developer/mercurial/mercurial.copyright.excanvas
File was deleted
components/developer/mercurial/mercurial.copyright.google
File was deleted
components/developer/mercurial/patches/O_DIRECTORY.patch
File was deleted
components/developer/mercurial/patches/lsocket.patch
File was deleted
components/developer/mercurial/patches/magic.patch
@@ -1,50 +1,50 @@
The status of this patch is unknown.
--- mercurial-1.8.2/contrib/check-code.py.orig    Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/check-code.py    Fri Apr  1 11:10:58 2011
--- mercurial-5.9.3/contrib/check-code.py-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/check-code.py    Sun Oct 31 14:23:01 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 #
 # check-code - a style and portability checker for Mercurial
 #
--- mercurial-1.8.2/contrib/dumprevlog.orig    Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/dumprevlog    Fri Apr  1 11:11:03 2011
--- mercurial-5.9.3/contrib/dumprevlog-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/dumprevlog    Sun Oct 31 14:27:41 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 # Dump revlogs as raw data stream
 # $ find .hg/store/ -name "*.i" | xargs dumprevlog > repo.dump
 
--- mercurial-1.8.2/contrib/hg-ssh.orig    Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/hg-ssh    Fri Apr  1 11:11:05 2011
--- mercurial-5.9.3/contrib/hg-ssh-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/hg-ssh    Sun Oct 31 14:28:08 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 #
 # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de>
 #
--- mercurial-1.8.2/contrib/hgweb.fcgi.orig    Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/hgweb.fcgi    Fri Apr  1 11:11:07 2011
--- mercurial-5.9.3/contrib/hgweb.fcgi-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/hgweb.fcgi    Sun Oct 31 14:25:38 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 #
 # An example FastCGI script for use with flup, edit as necessary
 
--- mercurial-4.4/contrib/simplemerge.~1~    2017-11-02 09:04:30.833847375 +0000
+++ mercurial-4.4/contrib/simplemerge    2017-11-02 09:05:16.774306731 +0000
--- mercurial-5.9.3/contrib/simplemerge-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/simplemerge    Sun Oct 31 14:25:57 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 from __future__ import absolute_import
 
 import getopt
--- mercurial-1.8.2/contrib/undumprevlog.orig    Fri Apr  1 10:41:52 2011
+++ mercurial-1.8.2/contrib/undumprevlog    Fri Apr  1 11:11:10 2011
--- mercurial-5.9.3/contrib/undumprevlog-orig    Tue Oct 26 08:23:48 2021
+++ mercurial-5.9.3/contrib/undumprevlog    Sun Oct 31 14:26:17 2021
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.7
-#!/usr/bin/env python3
+#!/usr/bin/python3.9
 # Undump a dump from dumprevlog
 # $ hg init
 # $ undumprevlog < repo.dump
components/developer/mercurial/patches/manpages.patch
Diff too large
components/developer/mercurial/patches/rst.patch
@@ -1,5 +1,5 @@
Rewrite some sections of the documentation to match what we deliver on
Solaris, or remove sections that are of no relevance to Solaris.
OI, or remove sections that are of no relevance to OI.
--- mercurial-5.1.1/hgext/hgk.py
+++ mercurial-5.1.1/hgext/hgk.py
@@ -22,8 +22,8 @@
 
   [hgk]
   path = /location/of/hgk
--- mercurial-5.3.2/mercurial/helptext/config.txt.~1~    2020-04-02 19:05:39.000000000 +0000
+++ mercurial-5.3.2/mercurial/helptext/config.txt    2020-04-13 02:00:27.838425664 +0000
--- mercurial-5.9.3/mercurial/helptext/config.txt-orig    Tue Oct 26 08:23:49 2021
+++ mercurial-5.9.3/mercurial/helptext/config.txt    Sat Oct 30 16:03:19 2021
@@ -36,10 +36,6 @@
 
 Global configuration like the username setting is typically put into:
@@ -42,9 +42,9 @@
-  On Unix, the following files are consulted:
+  The following files are consulted:
 
   - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
   - ``<repo>/.hg/hgrc`` (per-repository)
   - ``$HOME/.hgrc`` (per-user)
@@ -63,40 +59,6 @@
@@ -64,42 +60,6 @@
   - ``/etc/mercurial/hgrc.d/*.rc`` (per-system)
   - ``<internal>/*.rc`` (defaults)
 
@@ -52,6 +52,7 @@
-
-  On Windows, the following files are consulted:
-
-  - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
-  - ``<repo>/.hg/hgrc`` (per-repository)
-  - ``%USERPROFILE%\.hgrc`` (per-user)
-  - ``%USERPROFILE%\Mercurial.ini`` (per-user)
@@ -74,6 +75,7 @@
-
-  On Plan9, the following files are consulted:
-
-  - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
-  - ``<repo>/.hg/hgrc`` (per-repository)
-  - ``$home/lib/hgrc`` (per-user)
-  - ``<install-root>/lib/mercurial/hgrc`` (per-installation)
@@ -85,7 +87,7 @@
 Per-repository configuration options only apply in a
 particular repository. This file is not version-controlled, and
 will not get transferred during a "clone" operation. Options in
@@ -104,7 +66,7 @@
@@ -107,7 +67,7 @@
 
 .. container:: unix.plan9
 
@@ -94,7 +96,7 @@
   belong to a trusted user or to a trusted group. See
   :hg:`help config.trusted` for more details.
 
@@ -126,10 +88,8 @@
@@ -129,10 +89,8 @@
 
 Per-installation configuration files are for the system on
 which Mercurial is running. Options in these files apply to all
@@ -107,7 +109,7 @@
 order until one or more configuration files are detected.
 
 Per-system configuration files are for the system on which Mercurial
@@ -671,14 +631,6 @@
@@ -699,14 +657,6 @@
 of an empty temporary file, where the filtered data must be written by
 the command.
 
@@ -122,7 +124,7 @@
 This filter mechanism is used internally by the ``eol`` extension to
 translate line ending characters between Windows (CRLF) and Unix (LF)
 format. We suggest you use the ``eol`` extension for convenience.
@@ -962,23 +914,6 @@
@@ -1052,23 +1002,6 @@
 of the hook in the config, respectively. In the example above, this will
 be ``$HG_HOOKTYPE=incoming`` and ``$HG_HOOKNAME=incoming.email``.
 
@@ -146,7 +148,7 @@
 ``changegroup``
   Run after a changegroup has been added via push, pull or unbundle.  The ID of
   the first new changeset is in ``$HG_NODE`` and last is in ``$HG_NODE_LAST``.
@@ -1187,13 +1122,6 @@
@@ -1278,13 +1211,6 @@
    Also, hooks like "commit" will be called in all contexts that
    generate a commit (e.g. tag) and not just the commit command.
 
@@ -160,7 +162,7 @@
 The syntax for Python hooks is as follows::
 
   hookname = python:modulename.submodule.callable
@@ -1452,7 +1380,6 @@
@@ -1543,7 +1469,6 @@
 
   # Define new tool
   myHtmlTool.args = -m $local $other $base $output
@@ -168,7 +170,7 @@
   myHtmlTool.priority = 1
 
 Supported arguments:
@@ -1464,11 +1391,6 @@
@@ -1555,11 +1480,6 @@
 ``executable``
   Either just the name of the executable or its pathname.
 
@@ -180,9 +182,9 @@
   (default: the tool name)
 
 ``args``
@@ -1536,30 +1458,6 @@
   ``keep-merge3``. See the corresponding variable in ``[ui]`` for more
   information.
@@ -1628,30 +1548,6 @@
   if ``premerge`` is ``keep` or ``keep-merge3``. See the corresponding variable
   in ``[ui]`` for more information.
 
-.. container:: windows
-
@@ -211,7 +213,7 @@
 ``pager``
 ---------
 
@@ -2421,10 +2319,6 @@
@@ -2610,10 +2506,6 @@
     ``false``
       Alias for ``ignore``.
 
@@ -220,8 +222,8 @@
-      On Windows, this configuration option is ignored and the command aborted.
-
 ``pre-merge-tool-output-template``
     A template that is printed before executing an external merge tool. This can
     be used to print out additional context that might be useful to have during
     (DEPRECATED) Use ``command-template.pre-merge-tool-output`` instead.
--- mercurial-5.1.1/mercurial/helptext/hg.1.txt
+++ mercurial-5.1.1/mercurial/helptext/hg.1.txt
@@ -85,6 +85,11 @@ This file can be used to define local ta
components/developer/mercurial/pkg5
@@ -1,13 +1,14 @@
{
    "dependencies": [
        "SUNWcs",
        "runtime/python-27",
        "runtime/python-35",
        "runtime/python-37",
        "runtime/python-39",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [
        "developer/versioning/mercurial-27",
        "developer/versioning/mercurial-35",
        "developer/versioning/mercurial-37",
        "developer/versioning/mercurial-39",
        "developer/versioning/mercurial"
    ],
    "name": "mercurial"