Mon, 17 May 2021 15:42:18 +0200 |
Pierre-Yves David |
updatecaches: use the `caches` argument instead of a special `full` value
|
Mon, 17 May 2021 15:27:29 +0200 |
Pierre-Yves David |
updatecaches: use the caches argument in `hg debugupdatecaches`
|
Mon, 17 May 2021 14:45:16 +0200 |
Pierre-Yves David |
updatecaches: adds a `caches` parameters to `repo.updatecaches`
|
Mon, 17 May 2021 14:41:09 +0200 |
Pierre-Yves David |
updatecaches: introduce a set of constants to control which are updated
|
Tue, 18 May 2021 21:50:09 -0700 |
Martin von Zweigbergk |
errors: make StorageError subclass Error, attaching an exit code to it
|
Tue, 18 May 2021 19:33:09 -0700 |
Martin von Zweigbergk |
revlog: avoid raising no-arg RevlogError for internal flow control
|
Tue, 18 May 2021 21:45:59 -0700 |
Martin von Zweigbergk |
errors: catch the new Error class in scmutil and chgserver
|
Tue, 18 May 2021 21:32:12 -0700 |
Martin von Zweigbergk |
errors: create superclass for Abort exception
|
Tue, 18 May 2021 22:07:16 -0700 |
Martin von Zweigbergk |
errors: make InterventionRequired subclass Abort
|
Tue, 18 May 2021 21:58:12 -0700 |
Martin von Zweigbergk |
errors: move Abort earlier, so more exceptions can subclass it
|
Tue, 18 May 2021 17:15:49 -0700 |
Martin von Zweigbergk |
errors: let each Abort subclass define its error code
|
Wed, 19 May 2021 15:10:49 +0200 |
Simon Sapin |
rust: Fix "panic message is not a string literal" warnings
|
Wed, 19 May 2021 15:08:27 +0200 |
Simon Sapin |
rust: Add type annotation to fix inference on Rust Nightly
|
Wed, 19 May 2021 13:45:34 +0200 |
Joerg Sonnenberger |
recover: only apply last journal record per file (issue6423)
|
Wed, 19 May 2021 13:46:19 +0200 |
Joerg Sonnenberger |
revlog: update data file record before index rename
|
Tue, 18 May 2021 02:35:27 +0200 |
Joerg Sonnenberger |
revlog: fix index computation during inline->non-inline transition
|