Wed, 10 Mar 2021 19:33:18 +0100 |
Raphaël Gomès |
revlog: add attribute on revlogs that specifies its kind
|
changeset |
files
|
Fri, 19 Feb 2021 10:53:27 +0100 |
Raphaël Gomès |
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
|
changeset |
files
|
Thu, 18 Feb 2021 18:18:35 +0100 |
Raphaël Gomès |
delta: add sidedata field to revision delta
|
changeset |
files
|
Thu, 18 Feb 2021 17:36:52 +0100 |
Raphaël Gomès |
changegroup: add v4 changegroup for revlog v2 exchange
|
changeset |
files
|
Fri, 19 Feb 2021 11:07:10 +0100 |
Raphaël Gomès |
revlogv2: don't assume that the sidedata of the last rev is right after data
|
changeset |
files
|
Mon, 18 Jan 2021 11:44:51 +0100 |
Raphaël Gomès |
sidedata: move to new sidedata storage in revlogv2
|
changeset |
files
|
Wed, 20 Jan 2021 18:35:12 +0100 |
Raphaël Gomès |
cext: add support for revlogv2
|
changeset |
files
|
Mon, 18 Jan 2021 10:43:12 +0100 |
Raphaël Gomès |
bitmanipulation: add utils to read/write bigendian 64bit integers
|
changeset |
files
|
Thu, 04 Mar 2021 09:55:06 +0100 |
Raphaël Gomès |
format: remove sidedata format variant
|
changeset |
files
|
Wed, 20 Jan 2021 21:14:06 +0100 |
Raphaël Gomès |
revlogv2: allow upgrading to v2
|
changeset |
files
|
Thu, 28 Jan 2021 15:28:57 +0100 |
Raphaël Gomès |
revlog: introduce v2 format
|
changeset |
files
|
Fri, 12 Feb 2021 16:13:34 -0800 |
Martin von Zweigbergk |
rebase: inline simple function for finding obsolete subset of commits
|
changeset |
files
|
Thu, 25 Feb 2021 20:57:11 +0100 |
Joerg Sonnenberger |
ci: hook network-io tests into the pipeline
|
changeset |
files
|
Fri, 12 Mar 2021 13:13:13 -0500 |
Augie Fackler |
merge: with stable
|
changeset |
files
|
Wed, 10 Mar 2021 18:24:23 +0100 |
Pierre-Yves David |
test: update expected output in test-http.t
|
changeset |
files
|
Wed, 10 Mar 2021 18:23:24 +0100 |
Pierre-Yves David |
remotefilelog: remove unused import
|
changeset |
files
|
Thu, 25 Feb 2021 10:08:33 -0500 |
Valentin Gatien-Baron |
wireprotov1peer: don't raise internal errors in some cases
|
changeset |
files
|
Thu, 25 Feb 2021 10:00:08 -0500 |
Valentin Gatien-Baron |
sshpeer: don't fail forwarding output from closed connections
|
changeset |
files
|
Thu, 25 Feb 2021 09:59:23 -0500 |
Valentin Gatien-Baron |
test: show internal exception with batchable rpcs over ssh
|
changeset |
files
|
Thu, 04 Mar 2021 13:26:53 +0100 |
Simon Sapin |
rhg: Ignore trailing newlines in .hg/sharedpath
|
changeset |
files
|
Tue, 02 Mar 2021 21:31:12 +0100 |
Simon Sapin |
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`
|
changeset |
files
|
Mon, 01 Mar 2021 20:36:06 +0100 |
Simon Sapin |
rhg: Add support for automatic fallback to Python
|
changeset |
files
|
Mon, 01 Mar 2021 16:18:42 +0100 |
Simon Sapin |
rhg: Add a `rhg.on-unsupported` configuration key
|
changeset |
files
|
Mon, 01 Mar 2021 13:51:35 +0100 |
Simon Sapin |
rhg: Make configuration available as early as possible in main()
|
changeset |
files
|
Tue, 02 Mar 2021 09:55:52 +0100 |
Simon Sapin |
rust: Upgrade Cargo.lock to the newer format
|
changeset |
files
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
changeset |
files
|
Mon, 15 Feb 2021 14:40:17 -0500 |
Valentin Gatien-Baron |
sshpeer: add a develwarning if an sshpeer is not closed explicitly
|
changeset |
files
|
Mon, 15 Feb 2021 14:15:02 -0500 |
Valentin Gatien-Baron |
remotefilelog: rework workaround for sshpeer deadlocks
|
changeset |
files
|
Mon, 15 Feb 2021 14:11:38 -0500 |
Valentin Gatien-Baron |
sshpeer: add a method to check if a doublepipe is closed
|
changeset |
files
|
Mon, 15 Feb 2021 13:59:36 -0500 |
Valentin Gatien-Baron |
sshpeer: make sshpeer.close() close the underlying connection
|
changeset |
files
|
Mon, 11 Jan 2021 13:33:00 +0100 |
Simon Sapin |
copies-rust: add a macro-based unit-testing framework
|
changeset |
files
|
Wed, 06 Jan 2021 23:11:59 +0100 |
Simon Sapin |
copies-rust: rewrite ChangedFiles binary parsing
|
changeset |
files
|
Tue, 02 Mar 2021 00:02:25 +0530 |
Pulkit Goyal |
tags: validate nodes in _getfnodes() and update cache in case of unknown nodes
|
changeset |
files
|
Mon, 15 Feb 2021 17:08:18 +0530 |
Pulkit Goyal |
debugtagscache: verify that filenode is correct
|
changeset |
files
|
Thu, 24 Dec 2020 12:23:46 -0500 |
Matt Harbison |
tests: demonstrate a case where a corrupt tag cache causes an abort
|
changeset |
files
|
Tue, 16 Feb 2021 20:38:14 +0530 |
Pulkit Goyal |
debugcommands: prevent using `is False`
|
changeset |
files
|
Tue, 16 Feb 2021 18:43:42 +0530 |
Pulkit Goyal |
hgtagsfnodes: refactor code to compute fnode into separate fn
|
changeset |
files
|
Wed, 10 Feb 2021 17:24:54 +0530 |
Pulkit Goyal |
error: remove shortening of node in error message
|
changeset |
files
|
Thu, 04 Mar 2021 08:20:19 -0800 |
Martin von Zweigbergk |
copies: filter out copies grafted from another branch
|
changeset |
files
|
Fri, 05 Mar 2021 14:26:56 -0800 |
Martin von Zweigbergk |
copies: inline _backwardrenames() in pathcopies()
|
changeset |
files
|
Fri, 05 Mar 2021 14:26:52 -0800 |
Martin von Zweigbergk |
copies: extract function _backwardcopies() for reversing renames
|
changeset |
files
|
Fri, 05 Mar 2021 10:16:44 -0800 |
Martin von Zweigbergk |
tests: demonstrate how grafted copies are counted when tracing across branches
|
changeset |
files
|
Sat, 06 Mar 2021 23:43:44 -0500 |
Matt Harbison |
typing: add some type annotations to mercurial/pathutil.py
|
changeset |
files
|
Sat, 06 Mar 2021 23:41:32 -0500 |
Matt Harbison |
typing: add some type annotations to mercurial/util.py
|
changeset |
files
|
Sat, 06 Mar 2021 18:51:33 -0500 |
Matt Harbison |
typing: add some type annotations to mercurial/phases.py
|
changeset |
files
|
Sat, 06 Mar 2021 17:52:09 -0500 |
Matt Harbison |
typing: add type annotations to the public methods of mercurial/subrepoutil.py
|
changeset |
files
|
Sat, 06 Mar 2021 15:58:23 -0500 |
Matt Harbison |
typing: add type annotations to mercurial/i18n.py
|
changeset |
files
|
Sat, 06 Mar 2021 15:26:46 -0500 |
Matt Harbison |
typing: add type annotations to mercurial/utils/dateutil.py
|
changeset |
files
|
Sat, 06 Mar 2021 15:08:22 -0500 |
Matt Harbison |
shelve: fix conversion of exceptions to strings flagged by pytype
|
changeset |
files
|
Sat, 06 Mar 2021 06:32:25 +0100 |
Pierre-Yves David |
releasenotes: use the right API to access the 'sections'
|
changeset |
files
|
Wed, 03 Mar 2021 12:37:13 +0100 |
Raphaël Gomès |
requirements: also add a fncache constant
|
changeset |
files
|
Wed, 03 Mar 2021 12:35:29 +0100 |
Raphaël Gomès |
requirements: also add a store constant
|
changeset |
files
|
Wed, 03 Mar 2021 12:33:24 +0100 |
Raphaël Gomès |
requirements: also add a dotencode constant
|
changeset |
files
|
Tue, 02 Mar 2021 18:51:18 +0100 |
Raphaël Gomès |
pure-parsers: document index class constants
|
changeset |
files
|
Thu, 04 Mar 2021 16:06:55 -0800 |
Martin von Zweigbergk |
copies: choose target directory based on longest match
|
changeset |
files
|
Thu, 04 Mar 2021 21:58:55 +0100 |
Joerg Sonnenberger |
exchange: stop advertising rev-branch-cache bundle capability
|
changeset |
files
|
Fri, 29 Jan 2021 16:33:12 -0800 |
Martin von Zweigbergk |
errors: use more specific errors in rebase extension
|
changeset |
files
|
Mon, 01 Mar 2021 16:54:51 +0100 |
Joerg Sonnenberger |
changelog: rename parameters to reflect semantics
|
changeset |
files
|
Thu, 25 Feb 2021 21:29:12 +0100 |
Simon Sapin |
rhg: Don’t attempt to read persistent nodemap without .hg/requires opt-in
|
changeset |
files
|
Thu, 04 Feb 2021 17:34:20 -0800 |
Kyle Lippincott |
debian: support a "chg-first" installation mechanism (hg is actually chg)
|
changeset |
files
|