Mon, 22 May 2023 19:04:05 +0200 pacien stabletailgraph: clarify excl part size computation
Fri, 21 Apr 2023 14:32:58 +0200 pacien stabletailgraph: clarify naiveness of current implementation
Fri, 19 May 2023 14:49:50 +0200 Pierre-Yves David stream-clone: introduce the notion of an experimental "v3" version
Sat, 20 May 2023 01:39:13 +0200 Pierre-Yves David stream-clone: check is a compatible protocol can be found
Sat, 20 May 2023 01:22:49 +0200 Pierre-Yves David stream-clone: bail-out earlier if stream clone is not requested
Sat, 20 May 2023 01:19:26 +0200 Pierre-Yves David stream-clone: bail-out earlier if pull is partial
Sat, 20 May 2023 01:17:27 +0200 Pierre-Yves David stream-clone: bail-out earlier if destination repo is not empty
Sun, 21 May 2023 00:00:57 +0200 Arseniy Alekseyev stream-clone: check the version of streaming clone supported by the client
Sun, 21 May 2023 01:03:19 +0200 Pierre-Yves David stream-clone: make sure the `stream` capability is set when bundling
Sun, 21 May 2023 00:00:29 +0200 Arseniy Alekseyev stream-clone: upgrade the error message for bad stream request
Sun, 21 May 2023 03:21:00 +0200 Pierre-Yves David stream-clone: yield cache entry in `_entries_walk` too
Sun, 21 May 2023 03:10:59 +0200 Pierre-Yves David stream-clone: introduce a _entries_walk
Sun, 21 May 2023 02:29:33 +0200 Pierre-Yves David store: make `walk` return an entry for obsolescence if requested so
Sun, 21 May 2023 02:16:24 +0200 Pierre-Yves David store: yield phases before changelog
Sun, 21 May 2023 02:15:04 +0200 Pierre-Yves David store: make `walk` return an entry for phase if requested so
Mon, 22 May 2023 10:20:24 +0100 Arseniy Alekseyev cli: add a test of `hg debugnodemap --manifest`
Thu, 18 May 2023 19:37:12 +0100 Arseniy Alekseyev cli: fix spelling in `debugnodemap` error messages
Thu, 18 May 2023 18:45:54 +0100 Arseniy Alekseyev cli: make debugnodemap capable of inspecting an arbitrary nodemap
Thu, 18 May 2023 17:53:17 +0100 Arseniy Alekseyev rust: mostly avoid streaming zstd decompression
Thu, 18 May 2023 17:25:18 +0100 Arseniy Alekseyev rust: in zstd decompression, avoid a useless vec initialization
Thu, 18 May 2023 17:18:54 +0100 Arseniy Alekseyev rust: speed up zstd decompression by re-using the decompression context
Tue, 16 May 2023 10:44:25 +0200 Pierre-Yves David store: rename `topfiles` to `top_entries`
Tue, 16 May 2023 10:43:36 +0200 Pierre-Yves David store: rename `datafiles` to `data_entries`
Mon, 15 May 2023 22:03:39 +0200 Pierre-Yves David store: use boolean property for upgrade's matchrevlog
Mon, 15 May 2023 22:11:27 +0200 Pierre-Yves David store: use the new boolean property in `upgrade`
Mon, 15 May 2023 22:11:02 +0200 Pierre-Yves David store: use the new boolean property in `remotefilelogserver`
Mon, 15 May 2023 22:10:33 +0200 Pierre-Yves David store: use the boolean property in `repair_issue6528`
Mon, 15 May 2023 22:10:04 +0200 Pierre-Yves David store: use the new boolean property in `narrow`
Mon, 15 May 2023 22:09:43 +0200 Pierre-Yves David store: use the boolean property in `store`
Mon, 15 May 2023 22:09:15 +0200 Pierre-Yves David store: introduce boolean property for revlog type
Mon, 15 May 2023 09:03:15 +0200 Pierre-Yves David store: issue a single entry for each revlog
Mon, 15 May 2023 09:02:59 +0200 Pierre-Yves David store: rename `unencoded_path` to `entry_path` for StoreEntry
Mon, 15 May 2023 09:02:43 +0200 Pierre-Yves David store: do the revlog matching on entry directly
Mon, 15 May 2023 09:02:26 +0200 Pierre-Yves David store: split the wrapping of encodedstore between _wrap and datafiles
Mon, 15 May 2023 09:02:09 +0200 Pierre-Yves David store: introduce a main_file_path method for revlog
Mon, 15 May 2023 09:01:53 +0200 Pierre-Yves David upgrade: actually use StoreEntry API to create revlog
Mon, 15 May 2023 09:01:36 +0200 Pierre-Yves David upgrade: use StoreEntry object in upgrade
Mon, 15 May 2023 09:01:18 +0200 Pierre-Yves David upgrade: drop a quick fix that is not longer necessary
Mon, 15 May 2023 09:01:02 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename in largefile
Mon, 15 May 2023 09:00:46 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename when listing manifestlog
Mon, 15 May 2023 09:00:28 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename when fixing issue6528
Mon, 15 May 2023 09:00:13 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename in remotefilelog
Mon, 15 May 2023 08:59:56 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename in narrow
Mon, 15 May 2023 08:59:38 +0200 Pierre-Yves David store: add a `target_id` attribute on RevlogStoreEntry
Mon, 15 May 2023 08:59:22 +0200 Pierre-Yves David store: actually tag tree manifest revlogs as manifest revlogs
Mon, 15 May 2023 08:59:06 +0200 Pierre-Yves David store: also gather files per revlog in `topfiles`
Mon, 15 May 2023 08:58:49 +0200 Pierre-Yves David store: also group files by revlog in fncache version of datafiles
Mon, 15 May 2023 08:58:33 +0200 Pierre-Yves David store: add logic to group revlog file together
Mon, 15 May 2023 08:58:16 +0200 Pierre-Yves David store: change `_walk` return to `(filename, (type, size))`
Mon, 15 May 2023 08:58:01 +0200 Pierre-Yves David store: lazily get file size on demand for the fncache case
Mon, 15 May 2023 08:57:45 +0200 Pierre-Yves David store: only access is_volatile information through the file object
Mon, 15 May 2023 08:57:30 +0200 Pierre-Yves David store: only access file_size information through the file object
Mon, 15 May 2023 08:57:14 +0200 Pierre-Yves David store: have custom init for entries class
Mon, 15 May 2023 08:56:56 +0200 Pierre-Yves David store: use specialized class for store entries
Mon, 15 May 2023 08:56:40 +0200 Pierre-Yves David store: introduce a EntryFile object to actually access file info
Mon, 15 May 2023 08:56:23 +0200 Pierre-Yves David store: use a StoreEntry object instead of tuple for store files
Mon, 15 May 2023 08:56:08 +0200 Pierre-Yves David store: no longer explicitly mark the splitted index as ignored
Mon, 15 May 2023 08:55:52 +0200 Pierre-Yves David store: cleanup what is recognized as a revlog file
Mon, 15 May 2023 08:55:34 +0200 Pierre-Yves David store: only inclure revlog related file in `datafiles`
Mon, 15 May 2023 08:55:19 +0200 Pierre-Yves David store: do not record file that are not part of a revlog in fncache
Mon, 15 May 2023 08:55:02 +0200 Pierre-Yves David revlog-split: expand the some test to cover the success case too
Mon, 15 May 2023 08:54:47 +0200 Pierre-Yves David transaction: use a ".bck" extension for all backup file
Mon, 15 May 2023 08:54:33 +0200 Pierre-Yves David repair-issue6528: remove a now useless continue
Tue, 23 Mar 2021 22:48:27 -0700 Martin von Zweigbergk rebase: don't call rewriteutil.precheck() with to-be-skipped commits
Tue, 13 Oct 2020 05:15:44 +0200 Pierre-Yves David copies: make sure deleted copy info do not overwriting unrelated ones
Wed, 21 Oct 2020 22:30:42 +0200 Joerg Sonnenberger utils: helper function to print top memory allocation site
Tue, 09 May 2023 11:35:50 +0200 Raphaël Gomès branching: merge stable into default @
Fri, 28 Apr 2023 12:12:42 +0200 pacien stabletailgraph: clarify omission of linear parts in test sorts
Fri, 28 Apr 2023 11:50:49 +0200 pacien stabletailgraph: omit uninteresting linear parts in test log
Sun, 16 Apr 2023 22:49:42 +0200 pacien stabletailgraph: fix typo in test
Sun, 16 Apr 2023 22:17:30 +0200 pacien stabletailgraph: fix terminology in doc
Thu, 04 May 2023 14:17:28 +0200 Raphaël Gomès Added signature for changeset fc445f8abcf9 stable
Thu, 04 May 2023 14:17:19 +0200 Raphaël Gomès Added tag 6.4.3 for changeset fc445f8abcf9 stable
Thu, 04 May 2023 14:16:07 +0200 Raphaël Gomès relnotes: add 6.4.3 stable 6.4.3
Wed, 03 May 2023 00:16:38 +0200 Pierre-Yves David backup: fix issue when the backup end up in a different directory stable
Wed, 03 May 2023 00:12:34 +0200 Pierre-Yves David vfsproxy: inherit the `createmode` attribute too stable
Tue, 02 May 2023 21:43:45 +0200 Pierre-Yves David revlog: test more complex file pattern for revlog split stable
Tue, 02 May 2023 15:40:13 +0200 Raphaël Gomès repo-upgrade: write new requirement before upgrading the dirstate stable
Fri, 28 Apr 2023 16:28:43 +0200 Pierre-Yves David perf: introduce a `perf::stream-locked-section` command
Wed, 03 May 2023 18:17:32 -0300 Anton Shestakov transaction: tr._names are actually bytes, use byte string to join them
Mon, 17 Apr 2023 00:27:46 +0200 pacien nix: add nix-defined package and devel env (flake)
Thu, 20 Apr 2023 16:55:19 +0200 pacien hgignore: ignore nix result symlink
Sun, 16 Apr 2023 23:48:24 +0200 pacien tests: add test ignore list for nix
Tue, 21 Mar 2023 14:29:35 +0000 Pierre-Yves David ui: keep the progress bar around when writing if stdout is not a tty
Wed, 26 Apr 2023 15:30:35 -0400 Arun Kulshreshtha rhg: correctly relativize copy source path stable
Wed, 26 Apr 2023 15:31:02 -0400 Arun Kulshreshtha rhg: don't print copy source when --no-status is passed stable
Wed, 26 Apr 2023 16:18:12 -0400 Arun Kulshreshtha tests: add test for status copy source formatting stable
Tue, 25 Apr 2023 17:49:35 -0400 Matt Harbison fix: highlight the required configuration and behavior of the fixer tools stable
Tue, 18 Apr 2023 15:26:55 +0200 Pierre-Yves David debug-delta: add minimal documentation for `devel.bundle-delta` option stable
Wed, 19 Apr 2023 16:37:11 +0200 Pierre-Yves David delta-find: simply code that is now never invoqued without general delta stable
Tue, 18 Apr 2023 17:17:31 +0200 Pierre-Yves David delta-find: add a simple safeguard to prevent bad non-general-delta stable
Wed, 19 Apr 2023 18:16:19 +0200 Pierre-Yves David delta-find: never do anything fancy when general delta is off stable
Wed, 19 Apr 2023 16:59:03 +0200 Pierre-Yves David delta-find: assume the target-rev if not specified stable
Fri, 10 Mar 2023 11:20:18 +0000 Arseniy Alekseyev tests: in filterpyflakes, tolerate non-ascii file contents
Mon, 30 Jan 2023 13:37:48 +0000 Arseniy Alekseyev comments: fix spelling
Thu, 20 Apr 2023 09:23:58 -0400 Arun Kulshreshtha chg: set CHGHG before connecting to command server stable
Mon, 24 Apr 2023 10:30:08 -0400 Arun Kulshreshtha chg: declare environ (issue6812) stable
Fri, 07 Apr 2023 14:23:12 +0200 Axel Prel heptapod-ci: display python version
Tue, 18 Apr 2023 11:55:23 +0200 Raphaël Gomès branching: merge stable into default
Tue, 18 Apr 2023 11:48:22 +0200 Raphaël Gomès relnotes: add 6.4.2 stable
Tue, 18 Apr 2023 11:41:03 +0200 Raphaël Gomès Added signature for changeset f952be90b051 stable
Tue, 18 Apr 2023 11:40:57 +0200 Raphaël Gomès Added tag 6.4.2 for changeset f952be90b051 stable
Tue, 18 Apr 2023 01:23:27 +0200 Pierre-Yves David revlog-split: make sure the self._indexfile attribut is reset (issue6811) stable 6.4.2
Tue, 18 Apr 2023 00:07:52 +0200 Pierre-Yves David revlog-split: also check a case where bundle contains multiple changegroup stable
Tue, 18 Apr 2023 01:12:00 +0200 Pierre-Yves David revlog-split: show manifest data loss situation when using clonebundle stable
Fri, 14 Apr 2023 19:59:44 +0100 Sevan Janiyan sha1dc: Make sure SHA1DC_BIGENDIAN is set on Darwin/PowerPC
Sat, 13 Apr 2019 03:44:55 +0200 Manuel Jacob hidden: add support to explicitly access hidden changesets with SSH peers
Sat, 13 Apr 2019 03:44:47 +0200 Manuel Jacob hidden: support passing --hidden with `serve --stdio`
Sat, 13 Apr 2019 01:53:59 +0200 Pierre-Yves David hgweb: move ismember from `hgweb.common` to `scmutil`
Fri, 05 Apr 2019 01:17:15 +0200 Manuel Jacob hidden: add support for --remote-hidden to HTTP peer
Sat, 13 Apr 2019 02:01:26 +0200 Manuel Jacob hidden: add support to explicitly access hidden changesets via HTTP
Sat, 13 Apr 2019 02:00:20 +0200 Manuel Jacob hidden: support for explicitly accessing hidden changesets in wireproto server
Fri, 05 Apr 2019 12:11:52 +0200 Manuel Jacob hidden: add support for --remote-hidden to localpeer
Thu, 04 Apr 2019 18:07:30 +0200 Manuel Jacob pull: add --remote-hidden option and pass it through peer creation
Sat, 13 Apr 2019 01:17:56 +0200 Pierre-Yves David hgweb: add support to explicitly access hidden changesets
Tue, 14 Mar 2023 05:30:34 +0100 Pierre-Yves David clone-bundles: add an option to generate bundles in the background
Tue, 14 Mar 2023 05:09:16 +0100 Pierre-Yves David clone-bundles: add a command to clear all bundles
Tue, 14 Mar 2023 04:46:53 +0100 Pierre-Yves David clone-bundles: add more test cases for automatic generation
Mon, 13 Mar 2023 19:16:19 +0100 Pierre-Yves David clone-bundles: introduce a command to refresh bundle
Mon, 13 Mar 2023 04:18:45 +0100 Pierre-Yves David clone-bundles: add a configuration to control auto-generation on changes
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip