Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mercurial-6.7.1-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: mercurial Distribution: openSUSE Tumbleweed
Version: 6.7.1 Vendor: openSUSE
Release: 1.1 Build date: Thu Mar 21 12:29:37 2024
Group: Development/Tools/Version Control Build host: reproducible
Size: 20914499 Source RPM: mercurial-6.7.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.mercurial-scm.org/
Summary: Scalable Distributed SCM
Mercurial is a fast, lightweight source control management system
designed for efficient handling of very large distributed projects.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Mar 21 2024 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.7.1
    Exceptional release following a crash found in delta code that
    can be triggered with complex repository shapes.
    * delta-search: fix crash caused by unbound variable
    * sshpeer: fix path when handling invalid url exception
    * subrepo: fix normalizing paths with scheme
* Mon Mar 18 2024 pgajdos@suse.com
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]
* Fri Mar 15 2024 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.7
    + New Features
    * JSON templates can now use structured diffstat data
    * Support rhg status --rev --rev
    * The index for REVLOGv1 now has a Rust implementation
    * Improved `hg censor`'s output
    * censor: add a command flag to skip the head checks
    * censor: accept multiple revision in a single call
    * usage: add a `usage.repository-role` config
    * branchmap: use mmap for faster revbranchcache loading
    * crecord: enable search hotkeys (issue6834)
    * hg-core: separate timestamp and extra methods
    * annotate: limit output to range of lines
    * unbundle: faster computation of changed heads
    * Large improvements of some of the phases code (23950e39281f)
    * rust-filepatterns: export glob_to_re function
    + New Experimental Features
    * Introduce `hg admin::chainsaw-update` for automation and *advanced* users
    + Bug Fixes
    * templatekw: fix inconsistency of diffstat with diff.merge
    * The endless stream of Python 3 cleanups continues
    * Improved setup.py robustness
    * Improved test suite robustness
    * add: don't attempt to add back removed files unless explicitly listed
    * statprof: handle `lineno == None` in more cases
    * rust: fix cargo doc for hg-cpython
    * rust-python-index: don't panic on a corrupted index when calling
      from Python
    * debugindexstats: handle the lack of Rust support better
    * matchers: use correct method for finding index in vector
    * narrow: strip trailing `/` from manifest dir before matching it
    * cext: fix potential memory leaks of list items appended
      with `PyList_Append`
    * doc: document that labels must have a dot in them to have an effect
    * debugformat: fix formatting for compression level
    * obsutil: sort metadata before comparing in geteffectflag()
    * crecord: drop calls to `curses.endwin()`
    * rust-index: don't use mutable borrow for head-diff computation
    * rust-index: don't use mutable borrow to computed filtered heads
    + Backwards Compatibility Changes
      Users of the Rust extensions and/or `rhg` should be aware that the new Rust
      index can result in a performance degradation for push/pull on repositories
    * not* using `persistent-nodemap`
      (see `hg help config.format.use-persistent-nodemap`).
      If this is something that matters to you, please reach out to us as this
      is not an insurmountable obstacle. This is a choice base on the assumption
      that there are few people in this situation and our time should be spent
      on more pressing matters.
    + Internal API Changes
    * 62913:498017baa34b "cleanup: remove some code scheduled to be removed
      after 5.9"
    * 62914:88ef80210d67 "cleanup: drop `dirstate.is_changing_parent`
      deprecated since 6.5"
    * 62915:591845f89ada "cleanup: drop `path.pushloc` deprecated since 6.5"
    * 62916:d8f65fc72e7b "cleanup: drop deprecated config attribute
      on the revlog class"
    * 62917:5c9c41273367 "cleanup: turn `pathsuboption` deprecation warning
      into an error"
    * 62918:7b837fabc990 "cleanup: turn `wrappedfunction` deprecation warning
      into an error"
    * 62919:eda075d7b2ac "cleanup: turn `wrapfunction` deprecation warning
      into an error"
    * 62920:c845479fc64d "cleanup: drop the `bytes` compatibility
      for attribute related function"
    * 63464:dcaa2df1f688 "changelog: never inline changelog"
    * 63465:a93e52f0b6ff "changelog: disallow delayed write on inline
      changesets"
    * 63825:79cd29d598af "dirstate: make the `transaction` argument
      of `setbranch` mandatory"
    + Miscellaneous
    * perf: support --template on perf::phases
    * perf: add a --as-push option to perf::unbundle
    * debug: add a debug::unbundle command that simulate the unbundle
      from a push
    * Lots of refactorings to prepare for performance improvements and remove
      tech debt
* Fri Feb 23 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Tue Feb 13 2024 Andrei Dziahel <develop7@develop7.info>
  - Update to Mercurial 6.6.3
    * tests: don't use "status" operand of dd in test-censor.t (issue6858)
    * tests: make sha256line.py available for all tests
    * tests: use sha256line.py instead of /dev/random in test-censor.t (issue6858)
    * tests: fix nondeterministic test failure in test-contrib-perf.t
    * rust-changelog: don't panic on empty file lists
    * grep: restore usage of --include/--exclude options
* Fri Jan 12 2024 Andrei Dziahel <develop7@develop7.info>
  - Update to Mercurial 6.6.2
    * histedit: remove superfluous echo() and endwin() calls (issue6859)
    * persistent-nodemap: avoid writing nodemap for empty revlog
    * persistent-nodemap: respect the mmap setting when refreshing data
    * bundle: do not detect --base argument that match nothing as lack of argument
    * narrow: prevent removal of ACL-defined excludes
    * pycompat: fix bytestr(bytes) in Python 3.11
* Fri Dec 22 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not recommend mercurial-lang: the -lang package already
    contains supplements, that trigger on package plus selected
    locales.
* Wed Dec 20 2023 Lukas Müller <expeehaa@outlook.com>
  - Update to Mercurial 6.6.1.
    The first two patches fix aborted transactions that could happen since 6.6.
    * revlog: avoid exposing delayed index entry too widely in non-inline revlog
    * revlog: avoid wrongly updating the data file location on "divert"
    * tests: do not fail tests in a state with uncommitted .py file removal
    * perf-tags: fix the --clear-fnode-cache-rev code
    * perf-tags: fix clear_cache_fnodes to actually clear that cache
    * censor: fix things around inlining
    * Various Python 3 cleanups
    * Various Windows test suite fixes
* Thu Dec 07 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.6.1
    The first two patches fix aborted transactions that could happen since 6.6.
    * revlog: avoid exposing delayed index entry too widely in non-inline revlog
    * revlog: avoid wrongly updating the data file location on "divert"
    * tests: do not fail tests in a state with uncommitted .py file removal
    * perf-tags: fix the `--clear-fnode-cache-rev` code
    * perf-tags: fix `clear_cache_fnodes` to actually clear that cache
    * censor: fix things around inlining
    * Various Python 3 cleanups
    * Various Windows test suite fixes
* Tue Nov 21 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.6
    Regularly scheduled major release
    As usual, a *lot* of patches don't make it to this list.
    + New Features
    * rust-config: add support for default config items
    * rhg: add config defaults to configitems.toml
    * rhg: support "status FILE"
    * rhg: support rhg files [FILE]
    * commands: add admin namespace
    * admin-command: add verify command
    * debug-delta-chain: add options to control what we compute
    * Added some caching for uncompressed revlog chunks that speed up
      some operations
    + Bug Fixes
    * Improve OpenVMS support
    * byteify-strings: passe sysstr to attr function and wrapper
    * journal: track bookmark deletion
    * transaction: actually delete file created during the transaction
      on rollback
    * pull: avoid referencing a variable before it is initialized
    * rust-filepatterns: also normalize RelPath
    * narrow: hoist a variable to a higher level to avoid use-before-init
      warning
    * convert: stabilize subversion date sorter
    * run-tests: detect HGWITHRUSTEXT value
    * censor: accept censored revision during upgrade
    * rust-matchers: fix quadratic complexity in `FileMatcher`
    * unstable: do not consider internal phases when computing unstable
    * Still a whole bunch of Python 2 -> 3 migration leftovers
    + Backwards Compatibility Changes
    * perf: display all timing by default
    * infinitepush: drop the extension
    * debug-delta-chain: print less data by default
    + Internal API Changes
    * The revlog interface has been significantly cleaned up.
    * configitems: add `documentation` field
    * configitems: declare items in a TOML file
    * configitems: move blackbox's config items to the new configitems.toml
    * path-suboption: deprecated specifying the attributes as bytes
    * pycompat: deprecate using bytes
    * check-code: drop the `safehasattr` rule
    * safehasattr: drop usage in favor of hasattr
    * rust: add `UncheckedRevision` type
    * rust: implement the `Graph` trait for all revlogs
    * rust: make `Revision` a newtype
    * perf: change the way we approach revlog reading
    * perf: ensure all readlog's reading is done within a `reading` context
    * delta-chain: move the debugdeltachain command in revlogutils
* Tue Nov 07 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.5.3
    * hgweb: pass strings in WSGI environment correctly from wsgicgi
    * perf: introduce more cache invalidation option in perf::tags
    * perf: add a `--clear-fnode-cache-rev` argument to perf::tags
    * perf: add a --update-last flag to perf::tags
    * blackbox: add a option to duplicate output to stderr too
    * tags: avoid expensive access to repo.changelog in a loop
    * revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV
    * httppeer: fix static-http: scheme autodetection (issue6833)
    * tests: backed out changeset 8037ddacad47
    * stream-clone: fix a crash when a repo with an empty revlog is cloned
    * censor: accept censored revision during upgrade
    * revlog: avoid opening and closing the file for each cloned revision
* Wed Sep 06 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.5.2
    * hgweb: encode WSGI environment using the ISO-8859-1 codec
    * rhg: fix the bug where sparse config is interpreted as relglob instead of glob
    * gpg: fix an UnboundLocalError whenever using --force
    * transaction: fix __repr__() and make the default name bytes
    * setup: make the error "Unable to find a working hg binary" more informative
    * tests: avoid test environment affecting setup.py
    * run-tests: detect HGWITHRUSTEXT value
* Thu Aug 10 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.5.1
    * A bunch of improvements to Python 3.12 compatibility
    * repoview: fix the filter created by `extrafilter`
    * Improve portability of the test suite
    * fncache: fix a bug that corrupts the fncache after transaction rollback
    * revlog: fix the naming scheme use by split temporary file
    * perf: fix perf::tags
* Fri Jul 28 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.5
    Regularly scheduled major release
    As usual, a lot of patches don't make it to this list since they're more internal.
    - New Features
    * Improved Python 3.12 compatiblity
    * configitems: enable changegroup3 by default (unless using infinitepush)
    * extras: expose 'retained_extras' for extensions to extend
    * stabletailgraph: implement stable-tail sort
    * stabletailgraph: naive version of leap computation
    * bundle: introduce a "v3" spec
    * clone-bundles: add a basic first version of automatic bundle generation
    * clone-bundles: garbage collect older bundle when generating new ones
    * clone-bundles: only regenerate the clone bundle when cached ration is low
    * clone-bundles: also control automation based on absolute number
      of revisions
    * clone-bundles: add a configuration to control auto-generation on changes
    * clone-bundles: introduce a command to refresh bundle
    * clone-bundles: add a command to clear all bundles
    * clone-bundles: add an option to generate bundles in the background
    * clonebundles: add support for inline (streaming) clonebundles
    * clonebundles: adds a auto-generate.serve-inline option
    * match: add `filepath:` pattern to match an exact filepath relative to
      the root
    * hgweb: add "children" into the JSON template for a changeset
    * hgweb: add support to explicitly access hidden changesets
    * pull: add --remote-hidden option and pass it through peer creation
    * hidden: add support for --remote-hidden to HTTP peer
    * hidden: support passing --hidden with `serve --stdio`
    * hidden: add support to explicitly access hidden changesets with
      SSH peers
    * perf: introduce a `perf::stream-locked-section` command
    * perf: add a function to find a stream version generator
    * perf: add support for stream-v3 during benchmark
    * perf: add a perf::stream-generate command
    * perf: add a perf::stream-consume
    * cli: make debugnodemap capable of inspecting an arbitrary nodemap
    * rust: configure MSRV in Clippy
    * rhg: make `rhg files` work if `ui.relative-files=true` is specified
    * rhg: support `rhg files` with `ui.relative-paths=false`
    * rhg: support `status --print0`
    * tree-manifest: allow `debugupgraderepo` to run on tree manifest repo
    * library: enable runpy invocation on mercurial package
    * library: incorporate demandimport into runpy invocation
    * exchange: allow passing no includes/excludes to `pull()`
    - New Experimental Features
    * stream-clone: add an experimental v3 version of the protocol
    * stream-clone: support streamv3 on the cli [hg bundle]
    - Bug Fixes
    * mail: add a missing argument to properly override starttls
    * bundle: include required phases when saving a bundle (issue6794)
    * outgoing: fix common-heads computation from `missingroots` argument
    * strip: do not include internal changeset in the strip backup
    * bundle: abort if the user request bundling of internal changesets
    * bundle: prevent implicit bundling of internal changeset
    * encoding: avoid quadratic time complexity when json-encoding
      non-UTF8 strings
    * sha1dc: Make sure SHA1DC_BIGENDIAN is set on Darwin/PowerPC
    * zstd: hack include order to ensure that our zstd.h is found
    * dirstate: better error messages when dirstate is corrupted
    * stream-clone: avoid opening a revlog in case we do not need it
    * treemanifest: make `updatecaches` update the nodemaps for all directories
    * rust-hg-core: move from `ouroboros` to `self_cell`
    * rust-dependencies: switch from `users` to `whoami`
    * dirstate-v2: actually fix the dirstate-v2 upgrade race
    * dirstate: avoid leaking disk space in `hg debugrebuilddirstate`
    * clonebundles: add warning if auto-generate is enabled without formats
    * win32mbcs: unbyteify some strings for py3 support
    * rust-revlog: fix incorrect results with NULL_NODE prefixes
    * rust-revlog: fix RevlogEntry.data() for NULL_REVISION
    - Backwards Compatibility Changes
    * infinitepush: aggressively deprecated infinite push
    * narrow: indicated the default of 'Yes' when confirming
      auto-remove-includes
    - Internal API Changes
    * Store walk was reworked to fix small race conditions in stream-clone and
      greatly improve its API robustness and flexibility.
    - Miscellaneous
    * Typechecking support was improved in a lot of places
    * Removed more useless compat code for now unsupported Python versions
    * Sped up zstd usage in Rust contexts
    * revlog: add an exception hint when processing LFS flags without
      the extension
    * ui: keep the progress bar around when writing if stdout is not a tty
    * transaction: use a ".bck" extension for all backup file
* Thu Jun 08 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 6.4.4
    * clonebundles: filter out invalid schemes instead of failing on
      them
    * doc: format argument for date uses strftime format string
    * test: make test-contrib-perf.t more robust
    * revlog: fix a bug in revlog splitting
    * bundles: clarify streaming v2 bundle usage
    * delta-find: fix pulled-delta-reuse-policy=forced behavior
    * dirstate: fall back to v1 if reading v2 failed
    * revlog: avoid possible collision between directory and
      temporary index
* Mon May 08 2023 Andrei Dziahel <develop7@develop7.info>
  - update to 6.4.3
    * chg: declare environ (issue6812)
    * chg: set CHGHG before connecting to command server
    * delta-find: never do anything fancy when general delta is off
    * delta-find: add a simple safeguard to prevent bad non-general-delta
    * debug-delta: add minimal documentation for `devel.bundle-delta` option
    * fix: highlight the required configuration and behavior of the fixer tools
    * rhg: don't print copy source when --no-status is passed
    * rhg: correctly relativize copy source path
    * repo-upgrade: write new requirement before upgrading the dirstate
    * backup: fix issue when the backup end up in a different directory
* Fri Apr 21 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
  - update to 6.4.2:
    * Fix a corruption bug that happens when using clonebundles on
      repositories with large files
  - includes changes from 6.4.1:
    * multiple bug fixes related to rgh path handling, and other fixes
* Fri Mar 24 2023 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.4
    Regularly scheduled (very late, though) major release
    + New features
    * There is a new internal merge tool called `internal:union-other-first`.
      It works like `internal:union` but add other side on top of local.
    * Pullbundles are enabled by default
    * delta-find: add a way to control the number of bases tested
      at the same time
    * changelog-v2: add a configuration to disable rank computation
    * debug: add an option to display statistic about a bundling operation
    * debug: add an option to display statistic about a unbundling operation
    * delta-find: add a delta-reuse policy that blindly accepts incoming deltas
    * debug: add debug-revlog-stats command
    * dirstate: add narrow support to `verify`
    * verify: also check dirstate
    * commit: add --draft option to use draft phase
    * amend: add a --draft option to set phase to draft
    * debug: add a config to abort update early
    * rhg: implement checkexec to support weird filesystems
    * debugshell: allow commands to be specified as a CLI argument
    * rhg-files: add support for narrow when specifying a revision
    * rust-narrow: enable narrow support for plain `rhg files`
    + Bug fixes
      Aside from the following (unordered) commits which made it through a manual
      filter, there are a bunch of typing improvements and fixes, removal
      of deprecated code and general code cleanup.
    * lfs: improve an exception message for blob corruption detected on transfer
    * revlog: use the user facing filename as the display_id for filelogs
    * rust-status: query fs traversal metadata lazily
    * shelve: add Shelf.changed_files for resolving changed files in a plugin
    * demandimport: ensure lazyloaderex sets loader attributes (issue6725)
    * typing: fix a syntax error in mercurial/cext/bdiff.pyi
    * cffi: fix a bytes vs str issue on macOS when listing directories
    * changelog-v2: fix the docket `struct`
    * schemes: fix a broken check for drive letter conflicts
    * worker: avoid reading 1 byte at a time from the OS pipe
    * rust-narrow: fix loop that never loops
    * setup: Ensure target directory exists with building rust extension
    * dirstate: invalidate changes when parent-change fails
    * dirstate: warn about non-explicitly rolledback parent-change
    * dirstate: write dirstate on successful exit of changing_parents context
    * largefile: make sure we hold the lock when updating the second dirstate
    * dirstate: enforce holding the lock while doing any changes
    * run-tests: stop ignoring venv-installed packages
    * transaction: run abort callback in all cases
    * transaction: quietly rollback if no other changes than temporary files
    * debugrebuilddirstate: double check that no transaction is open
    * dirstate: do not write an empty dirstate just for backup
    * locking: take the `wlock` for the full `hg add` duration
    * locking: take the `wlock` for the full `hg remove` duration
    * locking: take the `wlock` for the full `hg forget` duration
    * locking: take the `wlock` for the full `hg addremove` duration
    * locking: grab the wlock before touching the dirstate in `perfdirstatewrite`
    * locking: hold the wlock for the full duration of the "keyword demo"
    * mq: properly take the wlock during the full qfold operation
    * dirstate: invalidate the dirstate change on transaction failure
    * status: fix post status writing
    * status: fix post status invalidation
    * dirstate: avoid transaction backup/restore if we do not hold the lock
    * rollback: explicitly skip dirstate rollback when applicable
    * dirstate-guard: remove the feature
    * dirstate: make `restorebackup` more robust when it is a noop
    * dirstate: generalize the dirstate's invalidation on transaction abort
    * dirstate: detect potential fishy transaction patterns while changing
    * mq: write the dirstate before stripping
    * dirstate: explicitly backup the datafile
    * localrepo: enforce a clean dirstate when the transaction open
    * localrepo: "blindly" do a dirstate backup at the end of the transaction
    * dirstate: remove the dedicated backup logic
    * rhg: fix a bug in path_encode
    * dirstate: invalidate on all exceptions
    * large-files: make sure we write newly initialized standin file early
    * dirstate: warn if dirty when starting an edition
    * dirstate: track that changes are pending in a transaction
    * dirstate: distinct transaction callback from largefile
    * automv: lock the repository before searching for renames
    * dirstate: only reload the dirstate when it may have changed
    * dirstate: cleanup the `_map` property cache
    * status: invalidate dirstate  on LockError
    * dirstate: check that dirstate is clean at the initial context opening
    * dirstate: have `running_status` write the dirstate when holding the lock
    * dirstate: have `running_status` warn when exiting with a dirty dirstate
    * narrow: widden the lock context in `tracking`
    * narrow: enforce that narrow spec is written within a transaction
    * transaction: no longer explicitly cache phaseroots
    * transaction: no longer explicitly cache bookmarks
    * transaction: use the standard transaction mechanism to backup branch
    * bundlerepo: handle changegroup induced phase movement in the associated method
    * bundlerepo: apply phase data stored in the bundle instead of assuming `draft`
    * config-item: declare undeclared path suboption
    * narrow: read pending file when applicable
    * rust: fix building on macOS (issue6801)
    * run-tests: fix a crash when using the coverage options
    * undo-files: also remove the undo.backupfiles
    * undo-files: cleanup backup when cleaning undos
    * undo-files: clean existing files up before writing new one
    * undo-files: cleanup legacy files when applicable
    * dirstate-v2: fix an incorrect handling of readdir errors
    * rust: update zstd dependency
    * rust: upgrade `rayon` dependency
    * dirstate: fix the bug in [status] dealing with committed&ignored directories
    * dirstate: fix a potential traceback when in `copy` and `rename`
    * histedit: fix diff colors
    * cext: fix for PyLong refactoring in CPython 3.12
    * py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences
    * statprof: with Python 3.12, lineno is (more) often None
    * transaction: properly clean up backup file outside of .hg/store/
    * transaction: raise on backup restoration error
    * revlog: improve the robustness of the splitting process
    * debugdeltachain: stop summing the same chain over and over
    * url: don't ignore timeout for https connections
    * py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences
    * tests: accept a test output change in [tests/test-serve.t]
    * rust: fix thread cap (for real this time)
    * dirstate: try refreshing the changelog when parent are unknown
    * hooks: invalidate the repo after the hooks
    + Backwards Compatibility Changes
    * rust: upgrade supported Rust toolchain version
    * rust: move all crates in the main workspace to edition 2021
    * hg-core: upgrade `zstd` dependency
    * hg-core: upgrade `clap` dependency
    * hg-core: upgrade all remaining dependencies
    * hg-cpython: upgrade dependencies
    * rhg: upgrade `clap` dependency
    * rhg: upgrade the remainder of the dependencies
    + Internal API Changes
    * Many APIs around the dirstate have been made much stricter with regards
      to locking and transaction handling
    * Some dirstate APIs have been renamed/removed
    * In both cases, you should get loud complaints in your tests if you do
      something wrong.
    + Miscellaneous
    * pullbundle support no longer requires setting a server-side option,
      providing a `.hg/pullbundles.manifest` according to the syntax specified
      in `hg help -e clonebundles` is enough.
    * debug-delta-find: add a --source option
    * delta-find: add debug information about reuse of cached data
    * delta-find: set the default candidate chunk size to 10
    * attr: vendor 22.1.0
    * configitems: add a default value for "merge-tools.xxx.regappend"
    * debugrevlog: display total stored information
    * emitrevision: if we need to compute a delta on the fly,
      try p1 or p2 first
    * emitrevision: consider ancestors revision to emit as available base
    * find-delta: pass the cache-delta usage policy alongside the cache-delta
    * delta-find: use a smarter object for snapshot caching
    * delta-find: use sets instead of list in the snapshot cache
    * delta-find: make sure we only use newer full snapshot as candidate
    * delta-find: use a single snapshot cache when applying
      a group to an object
    * bundleoperation: optionnaly record the `remote` that produced the bundle
    * bundle: when forcing acceptance of incoming delta also accept snapshot
    * bundle: emit full snapshot as is, without doing a redelta
    * pathutil: slightly faster path audit in the common case
    * merge: don't pay for pathconflicts if there are none
    * merge: short-circuit the _checkfs loop upon getting ENOENT
    * merge: disable the whole filesystem access loop if [_realfs] is false
    * merge: cache the fs checks made during [_checkunknownfiles]
    * rust: use `logging_timer` instead of `micro_timer`
    * rust: run `cargo clippy`
    * makefile: add `cargo clippy` to tests if cargo is available
    * heptapod-ci: add `clippy` to the CI
    * convert: use a priority queue for sorting commits, to make sorting faster
    * delta-find: adjust the default candidate group chunk size
    * delta-find: declare the "paths..*:pulled-delta-reuse-policy option
* Thu Mar 02 2023 Andrei Dziahel <develop7@develop7.info>
  - Update to Mercurial 6.3.3
    * tests: filter out PEP 657 error locations in tracebacks (issue6780)
    * tests: optional PEP 657 error location in test-extension.t (issue6781)
    * tests: optional PEP 657 error location
      in test-lfs-serve-access.t (issue6782)
    * histedit: byteify the help for the multifold action
    * sparse: fix a py2 based usage of `map()`
    * convert: stop passing str to the dateutil API in darcs
    * convert: turn the last str regex into bytes in cvs.py (issue6789)
    * convert: change socket mode from b'r+' to 'rwb' in cvs.py (issue6789)
    * convert: replace repr() by pycompat.byterepr() in cvsps.py (issue6789)
    * tests: os module is frozen in Python 3.11 (issue6786)
    * hgweb: unbyteify the 100-continue check
    * resourceutil: start using importlib.resources.files() when possible
    * revset: the `random` sort should not depend on sys.maxsize (issue6770)
    * tests: make sure pygments can detect python script without extension
    * convert: brz 3.3.0 moved NoSuchFile exception to breezy.transport
    * tests: pygments 2.14+ highlight whitespace in python code
    * hghave: make different has_pyoxidizer functions have different names
    * hghave: refactor checks for pygments versions using checkvers()
    * rust-narrow: fix loop that never loops
    * scmutil: make checknewlabel() allow "_" in otherwise
      numeric names (issue6737)
    * bundlerepo: enforce the requirements declared by the underlying repository
    * setup: make the version computation process more resistant
    * fix: add more information to the debug output
    * tag: disallow tagging the working directory
    * dirstate: handle missing backup file on restoration
    * dirstate-v2: complain early on docket name collision
    * rust: upgrade minimum `rayon` dependency
    * setup: support building from an ongoing merge
    * rust: add debug log about skipping dirstate update
    * rust-dirstate: trace append/no append to help debugging
    * dirstate-v2: don't mmap the data file when on NFS
    * run-tests: make it possible to nest conditionals
    * dirstate: add some debug output when writing the dirstate
    * testing: introduce util function to synchronize concurrent
      commands on files
    * dirstate: add a way to test races happening during status
    * dirstate: use more than a bool to control append behavior
    * dirstate-v2: add devel config option to control write behavior
    * rhg: fix race when a fixup file is deleted on disk
    * rhg: fix race when an ambiguous file is deleted on disk
    * dirstate: deal with read-race for pure python code
    * dirstate: deal with read-race for python code using rust object
    * dirstate: deal with read-race for pure rust code path (rhg)
    * dirstate: set identity whenever we read the dirstate's v2 docket
    * rust-dirstate-v2: don't write dirstate if data file has changed
    * rhg: remember the inode of .hg/dirstate
* Wed Jan 04 2023 Andrei Dziahel <develop7@develop7.info>
  - Update to Mercurial 6.3.2
    * [ecfc84b956a8] tests: expect the message from 1baf0fffd82f
      in test-hghave.t (issue6762)
    * [5c095119bff4] tests: add the missing space to test-hghave.t (issue6762)
    * [2c346c1c75ec] tests: use an all too familiar executable
      in test-run-tests.t (issue6661)
    * [13c0e3b4fd35] tests: use `test -f` instead of `ls` to see if a file
      is present (issue6662)
    * [8ced4ca30ea1] bisect: correct message about aborting an in-progress
      bisect (issue6527)
    * filemerge: fix crash when using filesets in [partial-merge-tools]
    * help: fix a py3 error interpolating Set into b'%s'
    * match: make the FLAG_RE pattern a raw string
    * python-compat: adapt to Python 3.11 BC breakage with `random.sample`
    * rust-status: fix thread count ceiling
    * hg: show the correct message when cloning an LFS repo
      with extension disabled
    * extensions: process disabled external paths when `hgext` package
      is in-memory
    * emitrevision: consider ancestors revision to emit as available base
    * make: add a target for building pyoxidizer tests on macOS
    * run-tests: support --pyoxidized on macOS
    * packaging: add dependencies to the PyOxidizer build on macOS
    * Miscellaneous test fixes
* Sun Nov 20 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to Mercurial 6.3.1:
    * Fixes for Python 3.11 changes to regex flags
* Mon Nov 14 2022 Andrei Dziahel <develop7@develop7.info>
  - Update to Mercurial 6.3.0
    + New Features
    * testlib: add `--raw-sha1` option to `f`
    * rhg: add `config.rhg` helptext
    * config: add alias from `hg help rhg` to `hg help rust`
    * rhg: add a config option to fall back immediately
    * bundle: introduce a --exact option
    * perf-bundle: add a new command to benchmark bundle creation time
    * perf-bundle: accept --rev arguments
    * perf-bundle: accept --type argument
    * perf-unbundle: add a perf command to time the unbundle operation
    * perf: introduce a benchmark for delta-find
    * contrib: add support for rhel9
    * phase-shelve: Implement a 'shelve.store' experimental config
    * debug-delta-find: introduce a quiet mode
    * sort-revset: introduce a `random` variant
    * phase: introduce a dedicated requirement for the `archived` phase
    * rebase: add boolean config item rebase.store-source
    * rhg: make [rhg status -v] work when it needs no extra output
    * rhg: support "!" syntax for disabling extensions
    * rhg: add debugrhgsparse command to help figure out bugs in rhg
    * rhg: add sparse support
    * rhg-status: add support for narrow clones
    * templates: add filter to reverse list
    * contrib: add pull_logger extension
    * revset: handle wdir() in `roots()`
    * revset: handle wdir() in `sort(..., -topo)`
    * rhg: support tweakdefaults
    * rhg: parallellize computation of [unsure_is_modified]
    + Bug Fixes
    * shelve: demonstrate that the state is different across platforms (issue6735)
    * shelve: in test for trailing whitespace, strip commit (issue6735)
    * shelve: remove strip and rely on prior state (issue6735)
    * tests: fix http-bad-server expected errors for python 3.10 (issue6643)
    * status: let `--no-copies` override `ui.statuscopies`
    * releasenotes: use re.MULTILINE mode when checking admonitions
    * rhg: fallback to slow path on invalid patterns in hgignore
    * Fix a bunch of leftover str/bytes issues from Python 3 migration
    * keepalive: ensure `close_all()` actually closes all cached connections
    * lfs: fix blob corruption when tranferring with workers on posix
    * lfs: avoid closing connections when the worker doesn't fork
    * dirstate-v2: update constant that wasn't kept in sync
    * dirstate-v2: fix edge case where entries aren't sorted
    * upgrade: no longer keep all revlogs in memory at any point
    * rust-status: save new dircache even if just invalidated
    * dirstate-v2: hash the source of the ignore patterns as well
    * rhg: fallback when encountering ellipsis revisions
    * shelve: handle empty parents and nodestoremove in shelvedstate (issue6748)
    * profile: prevent a crash when line number is unknown
    * tags-fnode-cache: do not repeatedly open the filelog in a loop
    * tags-fnode-cache: skip building a changectx in getfnode
    * rust: create wrapper struct to reduce `regex` contention issues
    + Backwards Compatibility Changes
    * chg worker processes will now correctly load per-repository configuration
      when given a both a relative `--repository` path and an alternate working
      directory via `--cwd`. A side-effect of this change is that these workers
      will now return an error if hg cannot find the current working directory,
      even when a different directory is specified via `--cwd`.
    * phase: rename the requirement for internal-phase from `internal-phase`
      to `use-internal-phase` (see 74fb1842f8b962cf03d7cd5b841dbcf2ae065587)
    + Miscellaneous
    * sslutil: use proper attribute to select python 3.7+
    * typing: suppress a few pyi-errors with more recent pytype
    * ci: bump pytype to 2022.03.29
    * bundlespec: add documentation about existing option
    * subrepo: avoid opening console window for non-native subrepos on Windows
    * setup: unconditionally enable the `long-paths-support` option on Windows
    * setup: use the full executable manifest from `python.exe`
    * tests: work around libmagic bug in svn subrepo tests
    * packagelib: use python3 by default
    * Improve `hg bisect` performance
    * perf: properly process formatter option in perf::unbundle
    * compare-disco: miscellaneous display improvements
    * fsmonitor: better compatibility with newer Pythons
    * revlog: finer computation of "issnapshot"
    * rhg: don't fallback if `strip` or `rebase` are activated
    * perf: make perf::bundle compatible before 61ba04693d65
    * perf: make perf::bundle compatible down to 5.2
    * perf-unbundle: improve compatibility
    * run-tests: display the time it took to install Mercurial
    * mergetools: don't let meld open all changed files on startup
    * dirstate-v2: skip evaluation of hgignore regex on cached directories
* Mon Oct 10 2022 Dirk Müller <dmueller@suse.com>
  - update to 6.2.3:
    * mergetools: don't let meld open all changed files on startup
    * heptapod-ci: use shell script in pytype step
    * rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade
    * status: let `--no-copies` override `ui.statuscopies`
* Mon Sep 12 2022 Dirk Müller <dmueller@suse.com>
  - update to 6.2.2:
    * fsmonitor: restore functionality by moving to new dirstate APIs
    * dirstate-v2: fix data file transaction handling (issue6730)
    * rust: fix behavior when matching files with multiple includes
    * rust: widen range of compatible crates to help with packaging
    * rust-status: ignored directories are now correctly only listed if opted into
    * automation: improve Windows packaging tooling
    * contrib: update Mercurial install in bootstrap environment
    * Remove flakiness in some tests
    * Improve portability of certain tar uses in tests
* Fri Jul 29 2022 Lukas Müller <expeehaa@outlook.com>
  - Update to Mercurial 6.2.1.
    * git: make sure to fsdecode bookmark names everywhere (issue6723)
    * git: add a missing reset_copy keyword argument to dirstate.set_tracked()
    * git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
    * sslutil: use proper attribute to select python 3.7+
    * sslutil: another use proper attribute to select python 3.7+
    * mergestate: action name was str
    * packaging: update keyring on Windows to avoid spurious stacktraces
    * packaging: bump dulwich to 0.20.45
    * debug-discovery: fix a typo in the doc
    * debug-discovery: properly apply remote filtering in "old" mode
    * debug-discovery: also gather details on tree-discovery queries type
    * debug-discovery: gather the right number of roundtrips for tree discovery
    * debug-discovery: do not abort on unrelated repositories
    * debug-discovery: deal with case where common is empty
    * tree-discovery: fix the request debug output and progress location
    * debug-discovery: apply spelling fixes from Raphaël
* Tue Jul 19 2022 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.2
    Regularly scheduled major release. This is the first Python 3 only version.
    + New Features
    * Introduce a way to auto-upgrade a repo for certain requirements
      (see `hg help config.format`)
    * filemerge: add support for partial conflict resolution by external tool
    * contrib: add a partial-merge tool for sorted lists
      (such as Python imports)
    * revlog: reorder p1 and p2 when p1 is null and p2 is not while
      respecting issue6528
    * rhg: add support for ignoring all extensions
    * completion: install completers to conventional locations
    * revert: ask user to confirm before tracking new file when interactive
    * Rust implementation now uses the new dirstate API
    * sslutil: be less strict about which ciphers are allowed
      when using --insecure
    * sslutil: support TLSV1_ALERT_PROTOCOL_VERSION reason code
    * absorb: make `--edit-lines` imply `--apply-changes`
    * diff: add help text to highlight the ability to do merge diffs
    * censor: make rhg fall back to python when encountering a censored node
    * clone: use better names for temp files
    * debuglock: make the command more useful in non-interactive mode
    * debugdeltachain: distinct between snapshot and other diffs
    * debugindex: rename to debugindex debug-revlog-index
    * Make debug-revlog-index give out more information
    * sparse: use the rust code even when sparse is present
    + Bug Fixes
    * Python 3 bugfixes
    * Windows bugfixes
    * templates: make `firstline` filter not keep '\v', '\f' and similar
    * rhg: sort unsupported extensions in error message
    * Improve performance of all functions that extract the first
      line of a text
    * crecord: avoid duplicating lines when reverting noeol->eol change
    * Some config.path options are now discoverable via config
    * mail: don't complain about a multi-word email.method
    * bundlespec: do not overwrite bundlespec value with the config one
    * bundlespec: do not check for `-` in the params portion of the bundlespec
    * bundlespec: handle the presence of obsmarker part
    * sparse: start moving away from the global variable for detection of usage
    * rust-changelog: don't skip empty lines when iterating
      over changeset lines
    * narrow: support debugupgraderepo
    * bundle: quick fix to ludicrous performance penalty
    * followlines: don't put Unicode directly into the .js file (issue6559)
    * manifest: improve error message in case for tree manifest
    * revlog: use %d to format int instead of %lu (issue6565)
    * revlog: use appropriate format char for int ("i" instead of I")
    * worker: stop relying on garbage collection to release memoryview
    * worker: implement _blockingreader.readinto() (issue6444)
    * worker: avoid potential partial write of pickled data
    + Backwards Compatibility Changes
    * Removed Python 2 support: this includes a lot of cleanup in our codebase,
      automation, testing, etc.
    * debugindex: rename to debugindex debug-revlog-index
    + Miscellaneous
    * Fix typos and add missing items from documentation
    * dirstate-tree: optimize HashMap lookups with raw_entry_mut
    * Rust dependencies have been upgraded
    * revlog: rank computation is done by Rust when available
    * Improve discovery test tooling
    * Audit the number of queries done in discovery
    * Improved .hgignore of the mercurial-devel repository itself
    * Improve test coverage of dirstate-v2
    * rust-requirements: allow loading repos with `bookmarksinstore`
      requirement
    * Various Rust refactorings to help with revlog management
    * Improve debugability of Rust structs
    * Improve unit testing of the Rust dirstatemap
    * Improve robustness of the Rust dirstatemap to corruption
    * Improve changelog-v2 upgrade system
* Fri Jun 17 2022 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.1.4
    Additional stable release just before 6.2 since we're dropping Python 2.
    * url: raise error if CONNECT request to proxy was unsuccessful
    * docker: avoid /tmp write access issues by fixing permissions
    * logcmdutil: use the same data as {file*} template keywords (issue6642)
    * commit: allow to close branch when committing change over a closed head
    * rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed
    * purge: prevent a silly crash with --confirm --files
    * rust: relax im-rc dependency to allow minor updates
    * Improve PyPy support
    * Improve py3 error handling
    * Documentation fixes
  - Mercurial 6.1.3:
    * security:
      + narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621
    * other:
      + censor: fix [hg update] away from a revision with censored files
      + amend: stop losing copies when amending
      + rhg: strengthen dirstate v2 writing in broken filesystems
      + work around some broken DLL imports in Windows
      + worker: adapt _blockingreader to work around a python3.8.[0-1]
      bug (issue6444)
      + rhg: correctly handle the case where diffs are encoded relative
      to nullrev
      + fix bugs and race-conditions in the Mercurial test runner
      + chg: ignore already closed fds when cleaning up
* Sat May 07 2022 Andrei Dziahel <develop7@develop7.info>
  - removed _service in favour of running download_files manually
  - Mercurial 6.1.2:
    * Improve Windows test suite
    * Fix `debuglock` not ignoring a missing lockfile when forcing a lock
    * Improve help of `ui.large-file-limit`
    * Set the large-file-limit to 10MB (from 10MiB) for clarity
    * While rewriting desc hashes, ignore ambiguous prefix "hashes"
    * Fix a crash in partial amend with copies
    * Fix a py3 compatiblity bug
    * **Fix incorrect metadata causing dirstate-v2 data loss in edge case (dd2503a63d33)**
    * Fix cleanup of old dirstate-v2 data files when using `rhg`
    * Make reference to `.hg/last_message.txt` relative in commit
    * Fix an infinite hang when `rhg` is used in the background
    * Fix Python DLL loading bug in Windows
    * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata
    * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket`
    * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite
* Fri Apr 15 2022 Dirk Müller <dmueller@suse.com>
  - udpate to 6.1.1:
    * Fix Rust compilation on `aarcch64`
    * Fix Rust compilation on architectures where `char` is unsigned
    * When the merge tool uses `$output`, don't leave markers in `$local`
    * Improve test suite support on big-endian platforms
    * Cap the number of concurrent threads to 16 in Rust `hg status` to prevent huge speed regression at higher thread counts
    * Fix `amend` with copies in extras
    * Abort if commit we're trying to `unamend` was not created by `hg [un]amend`
    * Fix file name in the pullbundle help text
    * Fix an issue with data not being correctly reset in the C implementation of dirstate-v2
    * Fix issue6673 where some tags were missing from cache after a merge
    * Fix stream-cloning a repo with empty requirements
    * Fix a false warning about content-divergence creation
    * Fix silly blackbox entries when hg is interrupted
    * Fix unsoundness (no known exploits) in Rust extensions (see cfd270d83169 and dd6b67d5c256)
    * Fix Rust dirstate counters not being updated correctly leading to some potential bugs (none known)
    * Stop relying on a compiler implementation detail in Rust HgPath
* Wed Mar 02 2022 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.1
    Regularly scheduled feature release.
    This is the last release to support Python 2. Mercurial is Python 3 only
    starting with 6.2
    + New Features
    * Added a way of specifying required extensions that prevent Mercurial from starting if they are not found. See `hg help config.extensions`.
    * Merge conflict markers have been made clearer (see backwards compatibility below)
    * Improve detailed error codes
    * Added a hint about mangled whitespace on bad patch
    * Explain which order the commits are presented in `chistedit`
    * Introduce a `dirstate-tracked-hint` feature to help automation keep
      track of changes to tracked files. See
      `hg help config.use-dirstate-tracked-hint`.
    * Shared repositories can be upgraded if the upgrade is specific to
      the share. For now, this only applies to `dirstate-v2` and
      `dirstate-tracked-hint`.
    * When using the `narrow` extension, non-conflicting changes to files
      outside of the narrow specification can now be merged.
    * When cloning a repository using stream-clone, the client can now control
      the repository format variants to use as long as the stream content does
      not restrict that variant.
    + Default Format Change
      These changes affect newly created repositories (or new clones) done with
      Mercurial 6.1.
    * The share-safe format variant is now enabled by default. It makes
      configuration and requirements more consistent across repository
      and their shares. This introduces a behavior change as shares from
      a repository using the new format will also use their main
      repository's configuration. See `hg help config.format.use-share-safe`
      for details about the feature and the available options for
      auto-upgrading existing shares.
    + New Experimental Features
    * The pure Rust version of Mercurial called `rhg` added support for most
      common invocations of `hg status`. See `hg help rust.rhg` for details on
      how to try it out.
    * `rhg` supports narrow clones and sparse checkouts.
    + Bug Fixes
    * **Obsolete revisions are skipped while computing heads. In conjunction
      with the evolve extension >= 10.5.0, this leads to massive exchange
      (push/pull) speedups in repositories with a lot of heads
      and/or obsolete revisions.**
    * Stream-clones now properly advertise all requirements needed. This can
      result in the stream-clone feature being disabled for some clients
      using < 6.0.2. A small bugfix patch for these older client is available
      if necessary.
    * The `--no-check` and `--no-merge` flags now properly overwrite the
      behavior from `commands.update.check`
    * `rhg`'s fallback detection is more robust in general in the presence
      of more advanced configs
    * `rhg`'s `blackbox` now supports milliseconds by default and uses
      the same ISO 8601 format as the Python implementation
    * Fix rhg crash on non-generaldelta revlogs
    * The `lfs`, `largefiles` and `sparse` extensions now correctly take
      the appropriate lock before writing requirements
    * The notify extension does not produce errors anymore if a revision
      is not found
    * Remove unnecessary and overly strict check for divergence in `hg fix`
    * Windows compatibility improvements
    * Miscellaneous Python 3 and typing improvements
    * Many other small or internal fixes
    + Backwards Compatibility Changes
    * The use of `share-safe`, means shares (of new repositories) will also
      use their main repository's configuration see the `Default Format Change`
      section for details.
    * The fix to stream-clone requirements advertising means some requirements
      previously (wronly) omitted are now sent. This can confuse client using
      a Mercurial version < 6.0.2. The client would consider these
      requirements unsupported even if it actually know them. If you encounter
      this, either upgrade your client or apply the necessary patch.
    * The labels passed to merge tools have changed slightly. Merge tools can
      get labels passed to them if you include `$labellocal`, `$labelbase`,
      and/or `$labelother` in the `merge-tool.<tool name>.args` configuration.
      These labels used to have some space-padding, and truncation to fit
      within 72 columns. Both the padding and the truncation has been removed.
    * Some of the text in labels passed to merge tools has changed. For
      example, in conflicts while running `hg histedit`, the labels used to be
      "local", "base", and "histedit". They are now "already edited", "parent
      of current change", and "current change", respectively.
    * The computation of namedbranch heads now ignores obsolete revisions.
      User of the Changeset Evolution feature may see a change in location and
      numbers of heads of each named branches (and topic).
    * The `remotefilelog` extension now requires an appropriate excludepattern
      for subrepositories.
    * `debugsparse`'s interface has been reworked to be more flexible. Since
      it's a debug command it is not actually a breaking change, but it is
      worth noting here.
    * Temporary files for merges are now all inside a `hgmerge` directory
      instead of at the root of `TMPDIR`. The corresponding experimental
      `mergetempdirprefix` config option has been removed.
    + Internal API Changes
    * The dirstate API received minor modifications.
    + Miscellaneous
    * Removed `exchange-v2`. It was a prototype that had never been in
      a working state and had been left untouched since 2017.
* Sat Dec 04 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 6.0
    Regularly scheduled feature release.
    This is the last release to support Python 2. Python 2 support will be
    dropped for all platforms in Mercurial 6.1.
    + New Features
    * `debugrebuildfncache` now has an option to rebuild only the index files
    * a new `bookmarks.mode` path option have been introduced to control the
      bookmark update strategy during exchange with a peer. See `hg help paths`
      for details.
    * a new `bookmarks.mirror` option has been introduced. See
      `hg help bookmarks` for details.
    * more commands support detailed exit codes when config
      `ui.detailed-exit-codes` is enabled
    + New Experimental Features
    * __Major feature__: version 2 of the dirstate is available (the first
      version is as old as Mercurial itself). It allows for much faster working
      copy inspection (status, diff, commit, update, etc.) and richer
      information (symlink and exec info on Windows, etc.). The format has been
      frozen with room for some future evolution and the current implementations
      (Python, Python + C, Python + Rust or pure Rust) should be compatible with
      any future change or optimization that the format allows. You can get more
      information in the internal documentation
    * Added a new `web.full-garbage-collection-rate` to control performance. See
      `de2e04fe4897a554b9ef433167f11ea4feb2e09c` for more information
    * Added a new `histedit.later-commits-first` option to affect the
      ordering of commits in `chistedit` to match the order in `hg log -G`.
      It will affect the text-based version before graduating
      from experimental.
    - Bug Fixes
    * `hg fix --working-dir` now correctly works when in an uncommitted
      merge state
    * Unintentional duplicated calls to `hg fix`'s internals were removed,
      making it potentially much faster
    * `rhg cat` can be called without a revision
    * `rhg cat` can be called with the `.` revision
    * `rhg cat` is more robust than before with regards to edge cases.
      Some still remain like a tag or bookmark that is ambiguous with
      a `nodeid` prefix, only nodeids (prefixed or not) are supported
      as of now.
    * `rhg cat` is even faster
    * `rhg` (Rust fast-path for `hg`) now supports the full config list syntax
    * `rhg` now parses some corner-cases for revsets correctly
    * Fixed an `fsmonitor` on Python 3 during exception handling
    * Lots of Windows fixes
    * Lots of miscellaneous other fixes
    * Removed a CPython-specific compatibility hack to improve support
      for alternative Python implementations
    * Added a compatibility fix for Python 3.11
* Sat Nov 06 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 5.9.3
    + Bug fixes:
    * Fixed committing empty files with `narrow`
    * Allow overriding `pip`'s pep517 compliance to build C or Rust extensions
    * Fixed regression on outgoing email when not specifying revisions
    * Fixed a regression causing bookmarks to disappear when using Rust persistent nodemap
    See https://www.mercurial-scm.org/repo/hg/log?rev=5.9.2..5.9.3
    for complete changelog
  - Mercurial 5.9.2
    No upstream release notes, see
    https://www.mercurial-scm.org/repo/hg/log?rev=5.9.1..5.9.2 for changelog
* Fri Sep 24 2021 Stefan Weiberg <sweiberg@suse.com>
  - Adding bug and CVE references from SLE to prepare the submission
    for SLE 15 SP4/Leap 15.4
  - CVE-2019-3902 (bsc#1133035) not affecting versions 5.0+ SLE
    internal patches removed:
    * hg-CVE-2019-3902-fix1.patch
    * hg-CVE-2019-3902-fix2.patch
    * hg-CVE-2019-3902-fix3.patch
  - CVE-2018-17983 (bsc#1110899) not affecting versions 4.7.2+ SLE
    internal patch removed:
    * hg-CVE-2018-17983.patch
  - CVE-2018-13346 (bsc#1100354), CVE-2018-13347 (bsc#1100355),
    CVE-2018-13348 (bsc#1100353) not affecting versions 4.6.1+ SLE
    internal patches removed:
    * hg-mpatch-fix01.patch
    * hg-mpatch-fix02.patch
    * hg-mpatch-fix03.patch
    * hg-mpatch-fix04.patch
    * hg-mpatch-fix05.patch
    * hg-mpatch-fix06.patch
    * hg-mpatch-fix07.patch
    * hg-mpatch-fix08.patch
    * hg-mpatch-fix09.patch
* Mon Sep 20 2021 Lukas Müller <expeehaa@outlook.com>
  - Provide mercurial tests in a package mercurial-tests.
* Thu Sep 02 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 5.9.1
    No upstream release notes, see
    https://www.mercurial-scm.org/repo/hg/log?rev=5.9..5.9.1 for changelog
  - Mercurial 5.9
    + New Features
    * `hg config` now has a `--source` option to show where each configuration
      value comes from.
* Wed Jul 14 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 5.8.1
    No upstream release notes, see
    https://www.mercurial-scm.org/repo/hg/log?rev=5.8..5.8.1 for changes
* Sun May 09 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 5.8
    + New Features
    * `hg purge` is now a core command using `--confirm` by default.
    * The `rev-branch-cache` is now updated incrementally whenever changesets
      are added.
    * The new options `experimental.bundlecompthreads` and
      `experimental.bundlecompthreads.<engine>` can be used to instruct the
      compression engines for bundle operations to use multiple threads for
      compression. The default is single threaded operation. Currently only
      supported for zstd.
    + Default Format Change
      These changes affects newly created repositories (or new clone) done with
      Mercurial 5.8.
    * The `ZSTD` compression will now be used by default for new repositories
      when available. This compression format was introduced in Mercurial 5.0,
      released in May 2019. See `hg help config.format.revlog-compression` for
      details.
    * Mercurial installation built with the Rust parts will now use the
      "persistent nodemap" feature by default. This feature was introduced in
      Mercurial 5.4 (May 2020). However Mercurial instalation built without
      the fast Rust implementation will refuse to interract with them
      by default. This restriction can be lifted through configuration.
      See `hg help config.format.use-persistent-nodemap` for details
    + New Experimental Features
    * There's a new `diff.merge` config option to show the changes relative to
      an automerge for merge changesets. This makes it easier to detect and
      review manual changes performed in merge changesets. It is supported
      by `hg diff --change`, `hg log -p` `hg incoming -p`,
      and `hg outgoing -p` so far.
    + Bug Fixes
    * gracefully recover from inconsistent persistent-nodemap data from disk.
    + Backwards Compatibility Changes
    * In normal repositories, the first parent of a changeset is not null,
      unless both parents are null (like the first changeset). Some legacy
      repositories violate this condition. The revlog code will now silentely
      swap the parents if this condition is tested. This can change the output
      of `hg log` when explicitly asking for first or second parent. The
      changesets "nodeid" are not affected.
    + Internal API Changes
    * `changelog.branchinfo` is deprecated and will be removed after 5.8.
      It is superseded by `changelogrevision.branchinfo`.
    * Callbacks for revlog.addgroup and the changelog._nodeduplicatecallback
      hook now get a revision number as argument instead of a node.
    * revlog.addrevision returns the revision number instead of the node.
    * `nodes.nullid` and related constants are being phased out as part of
      the deprecation of SHA1. Repository instances and related classes
      provide access via `nodeconstants` and in some cases `nullid` attributes.
  - updated mercurial-locale-path-fix.patch
* Thu Apr 29 2021 Andrei Dziahel <develop7@develop7.info>
  - enable building `chg` (thanks @expehaa)
* Mon Apr 05 2021 Andrei Dziahel <develop7@develop7.info>
  - Mercurial 5.7.1
    * No upstream release notes, see
      https://www.mercurial-scm.org/repo/hg/log?rev=tag%28%225.7%22%29%3A%3Atag%28%225.7.1%22%29
* Mon Feb 08 2021 Andrei Dziahel <develop7@develop7.info>
  - added the _service file for updating sources with single command
  - Mercurial 5.7
    This is a regularly-scheduled quarterly feature release.
    + New Features
    * There is a new config section for templates used by hg commands. It
      is called `[command-templates]`. Some existing config options have
      been deprecated in favor of config options in the new
      section. These are: `ui.logtemplate` to `command-templates.log`,
      `ui.graphnodetemplate` to `command-templates.graphnode`,
      `ui.mergemarkertemplate` to `command-templates.mergemarker`,
      `ui.pre-merge-tool-output-template` to
      `command-templates.pre-merge-tool-output`.
    * There is a new set of config options for the template used for the
      one-line commit summary displayed by various commands, such as
      `hg rebase`. The main one is `command-templates.oneline-summary`. That
      can be overridden per command with
      `command-templates.oneline-summary.<command>`, where `<command>`
      can be e.g. `rebase`. As part of this effort, the default format
      from `hg rebase` was reorganized a bit.
    * `hg purge` is now a core command using `--confirm` by default.
    * `hg strip`, from the strip extension, is now a core command,
      `hg debugstrip`. The extension remains for compatibility.
    * `hg diff` and `hg extdiff` now support `--from <rev>` and `--to <rev>`
      arguments as clearer alternatives to `-r <revs>`. `-r <revs>` has been
      deprecated.
    * The memory footprint per changeset during pull/unbundle
      operations has been further reduced.
    * There is a new internal merge tool called `internal:mergediff` (can
      be set as the value for the `merge` config in the `[ui]`
      section). It resolves merges the same was as `internal:merge` and
      `internal:merge3`, but it shows conflicts differently. Instead of
      showing 2 or 3 snapshots of the conflicting pieces of code, it
      shows one snapshot and a diff. This may be useful when at least one
      side of the conflict is similar to the base. The new marker style
      is also supported by "premerge" as
      `merge-tools.<tool>.premerge=keep-mergediff`.
    * External hooks are now called with `HGPLAIN=1` preset.  This has the side
      effect of ignoring aliases, templates, revsetaliases, and a few other config
      options in any `hg` command spawned by the hook.  The previous behavior
      can be restored by setting HGPLAINEXCEPT appropriately in the parent process.
      See `hg help environment` for the list of items, and how to set it.
    * The `branchmap` cache is updated more intelligently and can be
      significantly faster for repositories with many branches and changesets.
    * The `rev-branch-cache` is now updated incrementally whenever changesets
      are added.
    + New Experimental Features
    * `experimental.single-head-per-branch:public-changes-only` can be used
      restrict the single head check to public revision. This is useful for
      overlay repository that have both a publishing and non-publishing view
      of the same storage.
    + Backwards Compatibility Changes
    * `--force-lock` and `--force-wlock` options on `hg debuglock` command are
      renamed to `--force-free-lock` and `--force-free-wlock` respectively.
    + Internal API Changes
    * `changelog.branchinfo` is deprecated and will be removed after 5.8.
      It is superseded by `changelogrevision.branchinfo`.

Files

/etc/mercurial
/etc/mercurial/hgrc.d
/etc/mercurial/hgrc.d/cacerts.rc
/usr/bin/chg
/usr/bin/hg
/usr/bin/hgk
/usr/lib/python3.11/site-packages/hgdemandimport
/usr/lib/python3.11/site-packages/hgdemandimport/__init__.py
/usr/lib/python3.11/site-packages/hgdemandimport/__pycache__
/usr/lib/python3.11/site-packages/hgdemandimport/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgdemandimport/__pycache__/demandimportpy3.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgdemandimport/__pycache__/tracing.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgdemandimport/demandimportpy3.py
/usr/lib/python3.11/site-packages/hgdemandimport/tracing.py
/usr/lib/python3.11/site-packages/hgext
/usr/lib/python3.11/site-packages/hgext/__init__.py
/usr/lib/python3.11/site-packages/hgext/__pycache__
/usr/lib/python3.11/site-packages/hgext/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/absorb.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/acl.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/amend.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/automv.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/beautifygraph.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/blackbox.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/bookflow.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/bugzilla.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/censor.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/children.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/churn.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/clonebundles.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/closehead.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/commitextras.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/eol.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/extdiff.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/factotum.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/fastexport.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/fetch.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/fix.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/githelp.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/gpg.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/graphlog.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/hgk.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/histedit.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/journal.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/keyword.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/logtoprocess.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/mq.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/notify.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/pager.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/patchbomb.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/phabricator.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/purge.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/rebase.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/record.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/releasenotes.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/relink.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/remotenames.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/schemes.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/share.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/show.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/sparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/split.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/sqlitestore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/strip.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/transplant.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/uncommit.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/win32mbcs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/__pycache__/win32text.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/absorb.py
/usr/lib/python3.11/site-packages/hgext/acl.py
/usr/lib/python3.11/site-packages/hgext/amend.py
/usr/lib/python3.11/site-packages/hgext/automv.py
/usr/lib/python3.11/site-packages/hgext/beautifygraph.py
/usr/lib/python3.11/site-packages/hgext/blackbox.py
/usr/lib/python3.11/site-packages/hgext/bookflow.py
/usr/lib/python3.11/site-packages/hgext/bugzilla.py
/usr/lib/python3.11/site-packages/hgext/censor.py
/usr/lib/python3.11/site-packages/hgext/children.py
/usr/lib/python3.11/site-packages/hgext/churn.py
/usr/lib/python3.11/site-packages/hgext/clonebundles.py
/usr/lib/python3.11/site-packages/hgext/closehead.py
/usr/lib/python3.11/site-packages/hgext/commitextras.py
/usr/lib/python3.11/site-packages/hgext/convert
/usr/lib/python3.11/site-packages/hgext/convert/__init__.py
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/bzr.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/convcmd.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/cvs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/cvsps.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/darcs.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/filemap.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/git.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/gnuarch.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/hg.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/monotone.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/p4.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/subversion.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/__pycache__/transport.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/convert/bzr.py
/usr/lib/python3.11/site-packages/hgext/convert/common.py
/usr/lib/python3.11/site-packages/hgext/convert/convcmd.py
/usr/lib/python3.11/site-packages/hgext/convert/cvs.py
/usr/lib/python3.11/site-packages/hgext/convert/cvsps.py
/usr/lib/python3.11/site-packages/hgext/convert/darcs.py
/usr/lib/python3.11/site-packages/hgext/convert/filemap.py
/usr/lib/python3.11/site-packages/hgext/convert/git.py
/usr/lib/python3.11/site-packages/hgext/convert/gnuarch.py
/usr/lib/python3.11/site-packages/hgext/convert/hg.py
/usr/lib/python3.11/site-packages/hgext/convert/monotone.py
/usr/lib/python3.11/site-packages/hgext/convert/p4.py
/usr/lib/python3.11/site-packages/hgext/convert/subversion.py
/usr/lib/python3.11/site-packages/hgext/convert/transport.py
/usr/lib/python3.11/site-packages/hgext/eol.py
/usr/lib/python3.11/site-packages/hgext/extdiff.py
/usr/lib/python3.11/site-packages/hgext/factotum.py
/usr/lib/python3.11/site-packages/hgext/fastannotate
/usr/lib/python3.11/site-packages/hgext/fastannotate/__init__.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/context.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/error.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/formatter.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/protocol.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/revmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/__pycache__/support.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fastannotate/commands.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/context.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/error.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/formatter.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/protocol.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/revmap.py
/usr/lib/python3.11/site-packages/hgext/fastannotate/support.py
/usr/lib/python3.11/site-packages/hgext/fastexport.py
/usr/lib/python3.11/site-packages/hgext/fetch.py
/usr/lib/python3.11/site-packages/hgext/fix.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor
/usr/lib/python3.11/site-packages/hgext/fsmonitor/__init__.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/__pycache__
/usr/lib/python3.11/site-packages/hgext/fsmonitor/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/__pycache__/state.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/__pycache__/watchmanclient.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__init__.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/capabilities.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/encoding.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/load.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/__pycache__/pybser.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/bser.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/capabilities.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/compat.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/encoding.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/load.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/pywatchman/pybser.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/state.py
/usr/lib/python3.11/site-packages/hgext/fsmonitor/watchmanclient.py
/usr/lib/python3.11/site-packages/hgext/git
/usr/lib/python3.11/site-packages/hgext/git/__init__.py
/usr/lib/python3.11/site-packages/hgext/git/__pycache__
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/dirstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/gitlog.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/gitutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/index.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/__pycache__/manifest.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/git/dirstate.py
/usr/lib/python3.11/site-packages/hgext/git/gitlog.py
/usr/lib/python3.11/site-packages/hgext/git/gitutil.py
/usr/lib/python3.11/site-packages/hgext/git/index.py
/usr/lib/python3.11/site-packages/hgext/git/manifest.py
/usr/lib/python3.11/site-packages/hgext/githelp.py
/usr/lib/python3.11/site-packages/hgext/gpg.py
/usr/lib/python3.11/site-packages/hgext/graphlog.py
/usr/lib/python3.11/site-packages/hgext/hgk.py
/usr/lib/python3.11/site-packages/hgext/highlight
/usr/lib/python3.11/site-packages/hgext/highlight/__init__.py
/usr/lib/python3.11/site-packages/hgext/highlight/__pycache__
/usr/lib/python3.11/site-packages/hgext/highlight/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/highlight/__pycache__/highlight.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/highlight/highlight.py
/usr/lib/python3.11/site-packages/hgext/histedit.py
/usr/lib/python3.11/site-packages/hgext/hooklib
/usr/lib/python3.11/site-packages/hgext/hooklib/__init__.py
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/changeset_obsoleted.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/changeset_published.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/enforce_draft_commits.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/reject_merge_commits.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/__pycache__/reject_new_heads.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/hooklib/changeset_obsoleted.py
/usr/lib/python3.11/site-packages/hgext/hooklib/changeset_published.py
/usr/lib/python3.11/site-packages/hgext/hooklib/enforce_draft_commits.py
/usr/lib/python3.11/site-packages/hgext/hooklib/reject_merge_commits.py
/usr/lib/python3.11/site-packages/hgext/hooklib/reject_new_heads.py
/usr/lib/python3.11/site-packages/hgext/journal.py
/usr/lib/python3.11/site-packages/hgext/keyword.py
/usr/lib/python3.11/site-packages/hgext/largefiles
/usr/lib/python3.11/site-packages/hgext/largefiles/__init__.py
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/basestore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/lfcommands.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/lfutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/localstore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/overrides.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/proto.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/remotestore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/reposetup.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/storefactory.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/__pycache__/wirestore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/largefiles/basestore.py
/usr/lib/python3.11/site-packages/hgext/largefiles/lfcommands.py
/usr/lib/python3.11/site-packages/hgext/largefiles/lfutil.py
/usr/lib/python3.11/site-packages/hgext/largefiles/localstore.py
/usr/lib/python3.11/site-packages/hgext/largefiles/overrides.py
/usr/lib/python3.11/site-packages/hgext/largefiles/proto.py
/usr/lib/python3.11/site-packages/hgext/largefiles/remotestore.py
/usr/lib/python3.11/site-packages/hgext/largefiles/reposetup.py
/usr/lib/python3.11/site-packages/hgext/largefiles/storefactory.py
/usr/lib/python3.11/site-packages/hgext/largefiles/wirestore.py
/usr/lib/python3.11/site-packages/hgext/lfs
/usr/lib/python3.11/site-packages/hgext/lfs/__init__.py
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__/blobstore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__/pointer.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__/wireprotolfsserver.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/lfs/__pycache__/wrapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/lfs/blobstore.py
/usr/lib/python3.11/site-packages/hgext/lfs/pointer.py
/usr/lib/python3.11/site-packages/hgext/lfs/wireprotolfsserver.py
/usr/lib/python3.11/site-packages/hgext/lfs/wrapper.py
/usr/lib/python3.11/site-packages/hgext/logtoprocess.py
/usr/lib/python3.11/site-packages/hgext/mq.py
/usr/lib/python3.11/site-packages/hgext/narrow
/usr/lib/python3.11/site-packages/hgext/narrow/__init__.py
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowbundle2.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowcommands.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowdirstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowrepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowtemplates.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/__pycache__/narrowwirepeer.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/narrow/narrowbundle2.py
/usr/lib/python3.11/site-packages/hgext/narrow/narrowcommands.py
/usr/lib/python3.11/site-packages/hgext/narrow/narrowdirstate.py
/usr/lib/python3.11/site-packages/hgext/narrow/narrowrepo.py
/usr/lib/python3.11/site-packages/hgext/narrow/narrowtemplates.py
/usr/lib/python3.11/site-packages/hgext/narrow/narrowwirepeer.py
/usr/lib/python3.11/site-packages/hgext/notify.py
/usr/lib/python3.11/site-packages/hgext/pager.py
/usr/lib/python3.11/site-packages/hgext/patchbomb.py
/usr/lib/python3.11/site-packages/hgext/phabricator.py
/usr/lib/python3.11/site-packages/hgext/purge.py
/usr/lib/python3.11/site-packages/hgext/rebase.py
/usr/lib/python3.11/site-packages/hgext/record.py
/usr/lib/python3.11/site-packages/hgext/releasenotes.py
/usr/lib/python3.11/site-packages/hgext/relink.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__init__.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/basepack.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/basestore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/connectionpool.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/contentstore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/datapack.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/debugcommands.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/fileserverclient.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/historypack.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/metadatastore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/remotefilectx.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/remotefilelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/remotefilelogserver.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/repack.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/shallowbundle.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/shallowrepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/shallowstore.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/shallowutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/__pycache__/shallowverifier.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/remotefilelog/basepack.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/basestore.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/connectionpool.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/constants.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/contentstore.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/datapack.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/debugcommands.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/fileserverclient.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/historypack.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/metadatastore.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/remotefilectx.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/remotefilelog.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/remotefilelogserver.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/repack.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/shallowbundle.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/shallowrepo.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/shallowstore.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/shallowutil.py
/usr/lib/python3.11/site-packages/hgext/remotefilelog/shallowverifier.py
/usr/lib/python3.11/site-packages/hgext/remotenames.py
/usr/lib/python3.11/site-packages/hgext/schemes.py
/usr/lib/python3.11/site-packages/hgext/share.py
/usr/lib/python3.11/site-packages/hgext/show.py
/usr/lib/python3.11/site-packages/hgext/sparse.py
/usr/lib/python3.11/site-packages/hgext/split.py
/usr/lib/python3.11/site-packages/hgext/sqlitestore.py
/usr/lib/python3.11/site-packages/hgext/strip.py
/usr/lib/python3.11/site-packages/hgext/transplant.py
/usr/lib/python3.11/site-packages/hgext/uncommit.py
/usr/lib/python3.11/site-packages/hgext/win32mbcs.py
/usr/lib/python3.11/site-packages/hgext/win32text.py
/usr/lib/python3.11/site-packages/hgext/zeroconf
/usr/lib/python3.11/site-packages/hgext/zeroconf/Zeroconf.py
/usr/lib/python3.11/site-packages/hgext/zeroconf/__init__.py
/usr/lib/python3.11/site-packages/hgext/zeroconf/__pycache__
/usr/lib/python3.11/site-packages/hgext/zeroconf/__pycache__/Zeroconf.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext/zeroconf/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hgext3rd
/usr/lib/python3.11/site-packages/hgext3rd/__init__.py
/usr/lib/python3.11/site-packages/hgext3rd/__pycache__
/usr/lib/python3.11/site-packages/hgext3rd/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial
/usr/lib/python3.11/site-packages/mercurial-6.7.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/mercurial/__init__.py
/usr/lib/python3.11/site-packages/mercurial/__main__.py
/usr/lib/python3.11/site-packages/mercurial/__modulepolicy__.py
/usr/lib/python3.11/site-packages/mercurial/__pycache__
/usr/lib/python3.11/site-packages/mercurial/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/__modulepolicy__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/__version__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/admin_commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/ancestor.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/archival.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/bookmarks.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/branchmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/bundle2.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/bundlecaches.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/bundlerepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/cacheutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/changegroup.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/changelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/chgserver.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/cmdutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/color.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/commandserver.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/commit.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/configitems.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/context.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/copies.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/crecord.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/dagop.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/dagparser.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/debugcommands.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/destutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/diffhelper.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/diffutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/dirstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/dirstatemap.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/discovery.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/dispatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/encoding.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/error.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/exchange.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/extensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/exthelper.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/fancyopts.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/filelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/filemerge.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/fileset.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/filesetlang.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/formatter.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/graphmod.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/grep.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/hbisect.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/help.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/hg.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/hook.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/httpconnection.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/httppeer.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/keepalive.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/linelog.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/localrepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/lock.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/logcmdutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/logexchange.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/loggingutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/lsprof.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/lsprofcalltree.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/mail.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/manifest.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/match.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/mdiff.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/merge.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/mergestate.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/mergeutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/metadata.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/minifileset.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/minirst.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/namespaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/narrowspec.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/node.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/obsolete.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/obsutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/patch.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/pathutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/phases.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/policy.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/posix.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/profiling.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/progress.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/pushkey.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/pvec.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/pycompat.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/rcutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/registrar.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/repair.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/repocache.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/repoview.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/requirements.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/revlog.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/revset.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/revsetlang.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/rewriteutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/scmposix.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/scmutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/scmwindows.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/server.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/setdiscovery.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/shelve.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/similar.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/simplemerge.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/smartset.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/sparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/sshpeer.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/sslutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/stack.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/state.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/statichttprepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/statprof.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/store.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/streamclone.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/strip.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/subrepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/subrepoutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/tagmerge.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/tags.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/templatefilters.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/templatefuncs.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/templatekw.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/templater.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/templateutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/transaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/treediscovery.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/txnutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/typelib.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/ui.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/unionrepo.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/upgrade.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/url.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/urllibcompat.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/verify.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/vfs.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/win32.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/windows.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/wireprotoframing.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/wireprotoserver.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/wireprototypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/wireprotov1peer.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/wireprotov1server.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__pycache__/worker.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/__version__.py
/usr/lib/python3.11/site-packages/mercurial/admin
/usr/lib/python3.11/site-packages/mercurial/admin/__init__.py
/usr/lib/python3.11/site-packages/mercurial/admin/__pycache__
/usr/lib/python3.11/site-packages/mercurial/admin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/admin/__pycache__/chainsaw.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/admin/__pycache__/verify.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/admin/chainsaw.py
/usr/lib/python3.11/site-packages/mercurial/admin/verify.py
/usr/lib/python3.11/site-packages/mercurial/admin_commands.py
/usr/lib/python3.11/site-packages/mercurial/ancestor.py
/usr/lib/python3.11/site-packages/mercurial/archival.py
/usr/lib/python3.11/site-packages/mercurial/bookmarks.py
/usr/lib/python3.11/site-packages/mercurial/branchmap.py
/usr/lib/python3.11/site-packages/mercurial/bundle2.py
/usr/lib/python3.11/site-packages/mercurial/bundlecaches.py
/usr/lib/python3.11/site-packages/mercurial/bundlerepo.py
/usr/lib/python3.11/site-packages/mercurial/cacheutil.py
/usr/lib/python3.11/site-packages/mercurial/cext
/usr/lib/python3.11/site-packages/mercurial/cext/__init__.py
/usr/lib/python3.11/site-packages/mercurial/cext/__pycache__
/usr/lib/python3.11/site-packages/mercurial/cext/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cext/base85.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/cext/bdiff.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/cext/mpatch.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/cext/osutil.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/cext/parsers.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/cffi
/usr/lib/python3.11/site-packages/mercurial/cffi/__init__.py
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/bdiff.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/bdiffbuild.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/mpatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/mpatchbuild.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/osutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/__pycache__/osutilbuild.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/cffi/bdiff.py
/usr/lib/python3.11/site-packages/mercurial/cffi/bdiffbuild.py
/usr/lib/python3.11/site-packages/mercurial/cffi/mpatch.py
/usr/lib/python3.11/site-packages/mercurial/cffi/mpatchbuild.py
/usr/lib/python3.11/site-packages/mercurial/cffi/osutil.py
/usr/lib/python3.11/site-packages/mercurial/cffi/osutilbuild.py
/usr/lib/python3.11/site-packages/mercurial/changegroup.py
/usr/lib/python3.11/site-packages/mercurial/changelog.py
/usr/lib/python3.11/site-packages/mercurial/chgserver.py
/usr/lib/python3.11/site-packages/mercurial/cmdutil.py
/usr/lib/python3.11/site-packages/mercurial/color.py
/usr/lib/python3.11/site-packages/mercurial/commands.py
/usr/lib/python3.11/site-packages/mercurial/commandserver.py
/usr/lib/python3.11/site-packages/mercurial/commit.py
/usr/lib/python3.11/site-packages/mercurial/config.py
/usr/lib/python3.11/site-packages/mercurial/configitems.py
/usr/lib/python3.11/site-packages/mercurial/configitems.toml
/usr/lib/python3.11/site-packages/mercurial/context.py
/usr/lib/python3.11/site-packages/mercurial/copies.py
/usr/lib/python3.11/site-packages/mercurial/crecord.py
/usr/lib/python3.11/site-packages/mercurial/dagop.py
/usr/lib/python3.11/site-packages/mercurial/dagparser.py
/usr/lib/python3.11/site-packages/mercurial/debugcommands.py
/usr/lib/python3.11/site-packages/mercurial/defaultrc
/usr/lib/python3.11/site-packages/mercurial/defaultrc/__init__.py
/usr/lib/python3.11/site-packages/mercurial/defaultrc/__pycache__
/usr/lib/python3.11/site-packages/mercurial/defaultrc/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/defaultrc/mergetools.rc
/usr/lib/python3.11/site-packages/mercurial/destutil.py
/usr/lib/python3.11/site-packages/mercurial/diffhelper.py
/usr/lib/python3.11/site-packages/mercurial/diffutil.py
/usr/lib/python3.11/site-packages/mercurial/dirstate.py
/usr/lib/python3.11/site-packages/mercurial/dirstatemap.py
/usr/lib/python3.11/site-packages/mercurial/dirstateutils
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__init__.py
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__pycache__
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__pycache__/docket.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__pycache__/timestamp.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/__pycache__/v2.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/docket.py
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/timestamp.py
/usr/lib/python3.11/site-packages/mercurial/dirstateutils/v2.py
/usr/lib/python3.11/site-packages/mercurial/discovery.py
/usr/lib/python3.11/site-packages/mercurial/dispatch.py
/usr/lib/python3.11/site-packages/mercurial/dummycert.pem
/usr/lib/python3.11/site-packages/mercurial/encoding.py
/usr/lib/python3.11/site-packages/mercurial/error.py
/usr/lib/python3.11/site-packages/mercurial/exchange.py
/usr/lib/python3.11/site-packages/mercurial/extensions.py
/usr/lib/python3.11/site-packages/mercurial/exthelper.py
/usr/lib/python3.11/site-packages/mercurial/fancyopts.py
/usr/lib/python3.11/site-packages/mercurial/filelog.py
/usr/lib/python3.11/site-packages/mercurial/filemerge.py
/usr/lib/python3.11/site-packages/mercurial/fileset.py
/usr/lib/python3.11/site-packages/mercurial/filesetlang.py
/usr/lib/python3.11/site-packages/mercurial/formatter.py
/usr/lib/python3.11/site-packages/mercurial/graphmod.py
/usr/lib/python3.11/site-packages/mercurial/grep.py
/usr/lib/python3.11/site-packages/mercurial/hbisect.py
/usr/lib/python3.11/site-packages/mercurial/help.py
/usr/lib/python3.11/site-packages/mercurial/helptext
/usr/lib/python3.11/site-packages/mercurial/helptext/__init__.py
/usr/lib/python3.11/site-packages/mercurial/helptext/__pycache__
/usr/lib/python3.11/site-packages/mercurial/helptext/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/helptext/bundlespec.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/color.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/common.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/config.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/dates.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/deprecated.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/diffs.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/environment.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/evolution.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/extensions.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/filesets.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/flags.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/glossary.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hg-ssh.8.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hg.1.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hgignore.5.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hgignore.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hgrc.5.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/hgweb.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/__init__.py
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/__pycache__
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/bid-merge.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/bundle2.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/bundles.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/cbor.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/censor.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/changegroups.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/config.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/dirstate-v2.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/extensions.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/linelog.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/mergestate.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/requirements.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/revlogs.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/wireprotocol.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/wireprotocolrpc.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/internals/wireprotocolv2.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/merge-tools.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/pager.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/patterns.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/phases.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/revisions.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/rust.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/scripting.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/subrepos.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/templates.txt
/usr/lib/python3.11/site-packages/mercurial/helptext/urls.txt
/usr/lib/python3.11/site-packages/mercurial/hg.py
/usr/lib/python3.11/site-packages/mercurial/hgweb
/usr/lib/python3.11/site-packages/mercurial/hgweb/__init__.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/hgweb_mod.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/hgwebdir_mod.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/request.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/server.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/webcommands.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/webutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/wsgicgi.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/__pycache__/wsgiheaders.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/hgweb/common.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/hgweb_mod.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/hgwebdir_mod.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/request.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/server.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/webcommands.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/webutil.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/wsgicgi.py
/usr/lib/python3.11/site-packages/mercurial/hgweb/wsgiheaders.py
/usr/lib/python3.11/site-packages/mercurial/hook.py
/usr/lib/python3.11/site-packages/mercurial/httpconnection.py
/usr/lib/python3.11/site-packages/mercurial/httppeer.py
/usr/lib/python3.11/site-packages/mercurial/i18n.py
/usr/lib/python3.11/site-packages/mercurial/interfaces
/usr/lib/python3.11/site-packages/mercurial/interfaces/__init__.py
/usr/lib/python3.11/site-packages/mercurial/interfaces/__pycache__
/usr/lib/python3.11/site-packages/mercurial/interfaces/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/interfaces/__pycache__/dirstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/interfaces/__pycache__/repository.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/interfaces/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/interfaces/dirstate.py
/usr/lib/python3.11/site-packages/mercurial/interfaces/repository.py
/usr/lib/python3.11/site-packages/mercurial/interfaces/util.py
/usr/lib/python3.11/site-packages/mercurial/keepalive.py
/usr/lib/python3.11/site-packages/mercurial/linelog.py
/usr/lib/python3.11/site-packages/mercurial/locale
/usr/lib/python3.11/site-packages/mercurial/localrepo.py
/usr/lib/python3.11/site-packages/mercurial/lock.py
/usr/lib/python3.11/site-packages/mercurial/logcmdutil.py
/usr/lib/python3.11/site-packages/mercurial/logexchange.py
/usr/lib/python3.11/site-packages/mercurial/loggingutil.py
/usr/lib/python3.11/site-packages/mercurial/lsprof.py
/usr/lib/python3.11/site-packages/mercurial/lsprofcalltree.py
/usr/lib/python3.11/site-packages/mercurial/mail.py
/usr/lib/python3.11/site-packages/mercurial/manifest.py
/usr/lib/python3.11/site-packages/mercurial/match.py
/usr/lib/python3.11/site-packages/mercurial/mdiff.py
/usr/lib/python3.11/site-packages/mercurial/merge.py
/usr/lib/python3.11/site-packages/mercurial/mergestate.py
/usr/lib/python3.11/site-packages/mercurial/mergeutil.py
/usr/lib/python3.11/site-packages/mercurial/metadata.py
/usr/lib/python3.11/site-packages/mercurial/minifileset.py
/usr/lib/python3.11/site-packages/mercurial/minirst.py
/usr/lib/python3.11/site-packages/mercurial/namespaces.py
/usr/lib/python3.11/site-packages/mercurial/narrowspec.py
/usr/lib/python3.11/site-packages/mercurial/node.py
/usr/lib/python3.11/site-packages/mercurial/obsolete.py
/usr/lib/python3.11/site-packages/mercurial/obsutil.py
/usr/lib/python3.11/site-packages/mercurial/parser.py
/usr/lib/python3.11/site-packages/mercurial/patch.py
/usr/lib/python3.11/site-packages/mercurial/pathutil.py
/usr/lib/python3.11/site-packages/mercurial/phases.py
/usr/lib/python3.11/site-packages/mercurial/policy.py
/usr/lib/python3.11/site-packages/mercurial/posix.py
/usr/lib/python3.11/site-packages/mercurial/profiling.py
/usr/lib/python3.11/site-packages/mercurial/progress.py
/usr/lib/python3.11/site-packages/mercurial/pure
/usr/lib/python3.11/site-packages/mercurial/pure/__init__.py
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/base85.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/bdiff.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/charencode.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/mpatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/osutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/__pycache__/parsers.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/pure/base85.py
/usr/lib/python3.11/site-packages/mercurial/pure/bdiff.py
/usr/lib/python3.11/site-packages/mercurial/pure/charencode.py
/usr/lib/python3.11/site-packages/mercurial/pure/mpatch.py
/usr/lib/python3.11/site-packages/mercurial/pure/osutil.py
/usr/lib/python3.11/site-packages/mercurial/pure/parsers.py
/usr/lib/python3.11/site-packages/mercurial/pushkey.py
/usr/lib/python3.11/site-packages/mercurial/pvec.py
/usr/lib/python3.11/site-packages/mercurial/pycompat.py
/usr/lib/python3.11/site-packages/mercurial/rcutil.py
/usr/lib/python3.11/site-packages/mercurial/registrar.py
/usr/lib/python3.11/site-packages/mercurial/repair.py
/usr/lib/python3.11/site-packages/mercurial/repocache.py
/usr/lib/python3.11/site-packages/mercurial/repoview.py
/usr/lib/python3.11/site-packages/mercurial/requirements.py
/usr/lib/python3.11/site-packages/mercurial/revlog.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__init__.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/concurrency_checker.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/debug.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/deltas.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/docket.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/flagutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/nodemap.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/randomaccessfile.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/revlogv0.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/rewrite.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/__pycache__/sidedata.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/revlogutils/concurrency_checker.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/constants.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/debug.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/deltas.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/docket.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/flagutil.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/nodemap.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/randomaccessfile.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/revlogv0.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/rewrite.py
/usr/lib/python3.11/site-packages/mercurial/revlogutils/sidedata.py
/usr/lib/python3.11/site-packages/mercurial/revset.py
/usr/lib/python3.11/site-packages/mercurial/revsetlang.py
/usr/lib/python3.11/site-packages/mercurial/rewriteutil.py
/usr/lib/python3.11/site-packages/mercurial/scmposix.py
/usr/lib/python3.11/site-packages/mercurial/scmutil.py
/usr/lib/python3.11/site-packages/mercurial/scmwindows.py
/usr/lib/python3.11/site-packages/mercurial/server.py
/usr/lib/python3.11/site-packages/mercurial/setdiscovery.py
/usr/lib/python3.11/site-packages/mercurial/shelve.py
/usr/lib/python3.11/site-packages/mercurial/similar.py
/usr/lib/python3.11/site-packages/mercurial/simplemerge.py
/usr/lib/python3.11/site-packages/mercurial/smartset.py
/usr/lib/python3.11/site-packages/mercurial/sparse.py
/usr/lib/python3.11/site-packages/mercurial/sshpeer.py
/usr/lib/python3.11/site-packages/mercurial/sslutil.py
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph/__init__.py
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph/__pycache__
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph/__pycache__/stabletailsort.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/stabletailgraph/stabletailsort.py
/usr/lib/python3.11/site-packages/mercurial/stack.py
/usr/lib/python3.11/site-packages/mercurial/state.py
/usr/lib/python3.11/site-packages/mercurial/statichttprepo.py
/usr/lib/python3.11/site-packages/mercurial/statprof.py
/usr/lib/python3.11/site-packages/mercurial/store.py
/usr/lib/python3.11/site-packages/mercurial/streamclone.py
/usr/lib/python3.11/site-packages/mercurial/strip.py
/usr/lib/python3.11/site-packages/mercurial/subrepo.py
/usr/lib/python3.11/site-packages/mercurial/subrepoutil.py
/usr/lib/python3.11/site-packages/mercurial/tagmerge.py
/usr/lib/python3.11/site-packages/mercurial/tags.py
/usr/lib/python3.11/site-packages/mercurial/templatefilters.py
/usr/lib/python3.11/site-packages/mercurial/templatefuncs.py
/usr/lib/python3.11/site-packages/mercurial/templatekw.py
/usr/lib/python3.11/site-packages/mercurial/templater.py
/usr/lib/python3.11/site-packages/mercurial/templates
/usr/lib/python3.11/site-packages/mercurial/templates/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/atom
/usr/lib/python3.11/site-packages/mercurial/templates/atom/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/atom/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/atom/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/atom/bookmarkentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/bookmarks.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/branchentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/changelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/map
/usr/lib/python3.11/site-packages/mercurial/templates/atom/tagentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/atom/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/coal
/usr/lib/python3.11/site-packages/mercurial/templates/coal/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/coal/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/coal/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/coal/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/coal/map
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/bookmarks.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/changelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/changeset.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/fileannotate.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/filecomparison.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/filediff.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/filerevision.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/footer.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/graphentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/help.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/helptopics.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/index.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/manifest.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/map
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/notfound.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/search.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/shortlog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/summary.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/gitweb/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/json
/usr/lib/python3.11/site-packages/mercurial/templates/json/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/json/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/json/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/json/changelist.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/json/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/json/map
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.bisect
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.changelog
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.compact
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.default
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.phases
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.show
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.status
/usr/lib/python3.11/site-packages/mercurial/templates/map-cmdline.xml
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/bookmarks.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/changelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/changeset.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/fileannotate.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/filecomparison.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/filediff.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/filerevision.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/footer.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/graphentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/help.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/helptopics.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/index.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/manifest.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/map
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/notfound.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/search.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/shortlog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/summary.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/monoblue/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper
/usr/lib/python3.11/site-packages/mercurial/templates/paper/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/paper/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/paper/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/paper/bookmarks.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/changeset.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/diffstat.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/fileannotate.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/filecomparison.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/filediff.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/filelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/filerevision.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/footer.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/graphentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/help.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/helptopics.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/index.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/manifest.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/map
/usr/lib/python3.11/site-packages/mercurial/templates/paper/notfound.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/search.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/shortlog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/shortlogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/paper/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw
/usr/lib/python3.11/site-packages/mercurial/templates/raw/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/raw/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/raw/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/raw/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/changeset.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/fileannotate.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/filediff.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/graphedge.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/graphnode.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/index.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/logentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/manifest.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/map
/usr/lib/python3.11/site-packages/mercurial/templates/raw/notfound.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/raw/search.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss
/usr/lib/python3.11/site-packages/mercurial/templates/rss/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/rss/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/rss/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/rss/bookmarkentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/bookmarks.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/branchentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/changelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/filelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/map
/usr/lib/python3.11/site-packages/mercurial/templates/rss/tagentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/rss/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/branches.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/changelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/changelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/changeset.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/error.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/fileannotate.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/filediff.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/filelog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/filelogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/filerevision.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/footer.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/graph.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/graphentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/header.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/index.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/manifest.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/map
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/notfound.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/search.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/shortlog.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/shortlogentry.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/spartan/tags.tmpl
/usr/lib/python3.11/site-packages/mercurial/templates/static
/usr/lib/python3.11/site-packages/mercurial/templates/static/__init__.py
/usr/lib/python3.11/site-packages/mercurial/templates/static/__pycache__
/usr/lib/python3.11/site-packages/mercurial/templates/static/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/templates/static/background.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/coal-file.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/coal-folder.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/feed-icon-14x14.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/followlines.js
/usr/lib/python3.11/site-packages/mercurial/templates/static/hgicon.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/hglogo.png
/usr/lib/python3.11/site-packages/mercurial/templates/static/mercurial.js
/usr/lib/python3.11/site-packages/mercurial/templates/static/style-extra-coal.css
/usr/lib/python3.11/site-packages/mercurial/templates/static/style-gitweb.css
/usr/lib/python3.11/site-packages/mercurial/templates/static/style-monoblue.css
/usr/lib/python3.11/site-packages/mercurial/templates/static/style-paper.css
/usr/lib/python3.11/site-packages/mercurial/templates/static/style.css
/usr/lib/python3.11/site-packages/mercurial/templateutil.py
/usr/lib/python3.11/site-packages/mercurial/testing
/usr/lib/python3.11/site-packages/mercurial/testing/__init__.py
/usr/lib/python3.11/site-packages/mercurial/testing/__pycache__
/usr/lib/python3.11/site-packages/mercurial/testing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/testing/__pycache__/revlog.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/testing/__pycache__/storage.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/testing/revlog.py
/usr/lib/python3.11/site-packages/mercurial/testing/storage.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty
/usr/lib/python3.11/site-packages/mercurial/thirdparty/__init__.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/__pycache__
/usr/lib/python3.11/site-packages/mercurial/thirdparty/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__init__.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__init__.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_cmp.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_funcs.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_make.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_next_gen.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/_version_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/converters.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/filters.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/setters.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/__pycache__/validators.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_cmp.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_cmp.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_compat.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_config.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_funcs.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_make.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_next_gen.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_version_info.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/_version_info.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/converters.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/converters.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/exceptions.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/exceptions.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/filters.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/filters.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/py.typed
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/setters.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/setters.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/validators.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/attr/validators.pyi
/usr/lib/python3.11/site-packages/mercurial/thirdparty/sha1dc.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__init__.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__pycache__
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__pycache__/_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__pycache__/_re.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/__pycache__/_types.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/_parser.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/_re.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/tomli/_types.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/__init__.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/__pycache__
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__init__.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/_compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/_flatten.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/adapter.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/advice.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/declarations.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/document.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/interfaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/registry.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/ro.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/__pycache__/verify.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/_compat.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/_flatten.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.cpython-311-arm-linux-gnueabihf.so
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/adapter.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/advice.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/declarations.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/document.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/exceptions.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/interface.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/interfaces.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/registry.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/ro.py
/usr/lib/python3.11/site-packages/mercurial/thirdparty/zope/interface/verify.py
/usr/lib/python3.11/site-packages/mercurial/transaction.py
/usr/lib/python3.11/site-packages/mercurial/treediscovery.py
/usr/lib/python3.11/site-packages/mercurial/txnutil.py
/usr/lib/python3.11/site-packages/mercurial/typelib.py
/usr/lib/python3.11/site-packages/mercurial/ui.py
/usr/lib/python3.11/site-packages/mercurial/unionrepo.py
/usr/lib/python3.11/site-packages/mercurial/upgrade.py
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__init__.py
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__pycache__
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__pycache__/actions.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__pycache__/auto_upgrade.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/__pycache__/engine.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/actions.py
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/auto_upgrade.py
/usr/lib/python3.11/site-packages/mercurial/upgrade_utils/engine.py
/usr/lib/python3.11/site-packages/mercurial/url.py
/usr/lib/python3.11/site-packages/mercurial/urllibcompat.py
/usr/lib/python3.11/site-packages/mercurial/util.py
/usr/lib/python3.11/site-packages/mercurial/utils
/usr/lib/python3.11/site-packages/mercurial/utils/__init__.py
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/cborutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/compression.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/dateutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/hashutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/memorytop.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/procutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/repoviewutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/resourceutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/storageutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/stringutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/__pycache__/urlutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/mercurial/utils/cborutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/compression.py
/usr/lib/python3.11/site-packages/mercurial/utils/dateutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/hashutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/memorytop.py
/usr/lib/python3.11/site-packages/mercurial/utils/procutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/repoviewutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/resourceutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/storageutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/stringutil.py
/usr/lib/python3.11/site-packages/mercurial/utils/urlutil.py
/usr/lib/python3.11/site-packages/mercurial/verify.py
/usr/lib/python3.11/site-packages/mercurial/vfs.py
/usr/lib/python3.11/site-packages/mercurial/win32.py
/usr/lib/python3.11/site-packages/mercurial/windows.py
/usr/lib/python3.11/site-packages/mercurial/wireprotoframing.py
/usr/lib/python3.11/site-packages/mercurial/wireprotoserver.py
/usr/lib/python3.11/site-packages/mercurial/wireprototypes.py
/usr/lib/python3.11/site-packages/mercurial/wireprotov1peer.py
/usr/lib/python3.11/site-packages/mercurial/wireprotov1server.py
/usr/lib/python3.11/site-packages/mercurial/worker.py
/usr/lib/python3.11/site-packages/mercurial/zstd.cpython-311-arm-linux-gnueabihf.so
/usr/share/bash-completion/completions/hg
/usr/share/doc/packages/mercurial
/usr/share/doc/packages/mercurial/CONTRIBUTORS
/usr/share/doc/packages/mercurial/README.rst
/usr/share/doc/packages/mercurial/hgweb.cgi
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/hg-test-mode.el
/usr/share/emacs/site-lisp/mercurial.el
/usr/share/emacs/site-lisp/mq.el
/usr/share/licenses/mercurial
/usr/share/licenses/mercurial/COPYING
/usr/share/man/man1/chg.1.gz
/usr/share/man/man1/hg.1.gz
/usr/share/man/man5/hgignore.5.gz
/usr/share/man/man5/hgrc.5.gz
/usr/share/man/man8/hg-ssh.8.gz
/usr/share/xemacs
/usr/share/xemacs/site-lisp
/usr/share/xemacs/site-lisp/hg-test-mode.el
/usr/share/xemacs/site-lisp/mercurial.el
/usr/share/xemacs/site-lisp/mq.el
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_hg
/usr/share/zsh/site-functions/_mercurial


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 4 23:42:52 2024