Mercurial > hg
graph
-
createrepository: allow to directly pass the target requirementsMon, 07 Jun 2021 20:40:43 +0200, by Pierre-Yves David
-
narrowbundle: use new context manager for silencing the uiFri, 18 Jun 2021 16:03:42 -0700, by Martin von Zweigbergk
-
debugbackupbundle: use new context manager for silencing the uiFri, 18 Jun 2021 16:00:58 -0700, by Martin von Zweigbergk
-
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)Fri, 18 Jun 2021 15:48:51 -0700, by Martin von Zweigbergk
-
shelve: don't swallow errors that happen when reverting the working copyFri, 18 Jun 2021 14:17:43 -0700, by Martin von Zweigbergk
-
histedit: don't swallow errors that happen when updating the working copyFri, 18 Jun 2021 13:55:45 -0700, by Martin von Zweigbergk
-
histedit: don't record labels for output that we will discardFri, 18 Jun 2021 13:44:05 -0700, by Martin von Zweigbergk
-
dog-raft: work with str-keyed opts throughoutThu, 10 Jun 2021 15:56:55 -0700, by Martin von Zweigbergk
-
cmdutil: make resolvecommitoptions() work on str-keyed optsThu, 10 Jun 2021 15:45:22 -0700, by Martin von Zweigbergk
-
cmdutil: make amend() take str-keyed optsThu, 10 Jun 2021 14:55:10 -0700, by Martin von Zweigbergk
-
commit: keep opts dict str-keyed a bit longerThu, 10 Jun 2021 14:47:14 -0700, by Martin von Zweigbergk
-
dog-raft: keep opts dict str-keyed a bit longerThu, 10 Jun 2021 14:36:26 -0700, by Martin von Zweigbergk
-
cmdutil: make checknotesize() work on str-keyed optsThu, 10 Jun 2021 14:25:16 -0700, by Martin von Zweigbergk
-
amend: work mostly with str-type **opts for simplicityThu, 10 Jun 2021 10:53:43 -0700, by Martin von Zweigbergk
-
revlog: use file read caching for sidedataTue, 15 Jun 2021 12:34:14 +0200, by Simon Sapin
-
revlog: Extract low-level random-access file read caching logicTue, 08 Jun 2021 19:55:00 +0200, by Simon Sapin
-
typing: disable warnings for a couple of Windows specific attributesFri, 11 Jun 2021 23:39:31 -0400, by Matt Harbison
-
typing: suppress a false error in mercurial/revlogutils/docket.py on py2Sat, 12 Jun 2021 14:50:33 -0400, by Matt Harbison
-
transaction: simplify `undo.backupfiles` file creation with a variableWed, 09 Jun 2021 00:59:44 +0200, by Pierre-Yves David
-
transaction: narrow the error filtering when failing to rename undo fileWed, 09 Jun 2021 00:59:04 +0200, by Pierre-Yves David
-
transaction: clarify a conditionnal about version checkWed, 09 Jun 2021 01:13:09 +0200, by Pierre-Yves David
-
transaction: extract message about different version in a constantsWed, 09 Jun 2021 01:14:18 +0200, by Pierre-Yves David
-
transaction: explain why some recovery failedWed, 09 Jun 2021 01:12:03 +0200, by Pierre-Yves David
-
copyfiles: deal with existing file when hardlinkingMon, 07 Jun 2021 21:09:31 +0200, by Pierre-Yves David
-
clone: cleanup the "cleanup dir" logic used during local cloneTue, 08 Jun 2021 03:40:36 +0200, by Pierre-Yves David
-
config: add an experimental option to list all known configFri, 09 Apr 2021 17:04:39 +0200, by Pierre-Yves David
-
revlog: byteify a few error stringsSat, 12 Jun 2021 00:51:34 -0400, by Matt Harbison
-
revlog: fix a typo closing the wrong fileSat, 12 Jun 2021 00:50:03 -0400, by Matt Harbison
-
py3: byteify the version string passed to the deprecation warning methodFri, 11 Jun 2021 23:57:14 -0400, by Matt Harbison
-
urlutil: byteify several localized messagesFri, 11 Jun 2021 23:51:27 -0400, by Matt Harbison
-
urlutil: use the deprecation warning function on the `ui` objectFri, 11 Jun 2021 23:50:29 -0400, by Matt Harbison
-
dirstate-v2: Store a hash of ignore patterns (.hgignore)Wed, 02 Jun 2021 11:25:18 +0200, by Simon Sapin
-
rhg: propogate error coming from HgError::Abort to CommandErrorMon, 07 Jun 2021 17:29:32 +0530, by Pulkit Goyal
-
rhg: add exit code to HgError::Abort()Mon, 07 Jun 2021 17:27:49 +0530, by Pulkit Goyal
-
rhg: split non_repo_config and `--config` loading in different functionsMon, 07 Jun 2021 17:19:46 +0530, by Pulkit Goyal
-
rhg: look for repository in ancestors also instead of cwd onlyMon, 24 May 2021 16:27:54 +0530, by Pulkit Goyal
-
rhg: read [paths] for `--repository` valueSun, 11 Apr 2021 00:50:10 +0530, by Pulkit Goyal
-
merge: with stableMon, 07 Jun 2021 17:10:35 -0400, by Augie Fackler
-
revlog: allow to pass an existing docket to `_loadindex()`Sun, 30 May 2021 18:09:29 +0200, by Pierre-Yves David
-
revlog: add a ways to blacklist some revision when searching for a deltaSun, 30 May 2021 18:10:15 +0200, by Pierre-Yves David
-
util: add `nb_bytes` argument to `copyfile` to partially copy a fileSun, 30 May 2021 18:08:52 +0200, by Pierre-Yves David
-
revlog: move `revisioninfo` in `revlogutils`Sun, 30 May 2021 16:20:36 +0200, by Pierre-Yves David
-
revlog: use the `entry` function in bundlerepoSun, 30 May 2021 17:11:49 +0200, by Pierre-Yves David
-
revlog: use entry in revlogv0.pySun, 30 May 2021 17:11:21 +0200, by Pierre-Yves David
-
revlog: use the new `entry` function in revlog.pySun, 30 May 2021 17:11:10 +0200, by Pierre-Yves David
-
revlog: add a function to build index entry tupleSun, 30 May 2021 17:10:56 +0200, by Pierre-Yves David
-
revlog: move `offset_type` to `revlogutils`Sun, 30 May 2021 16:19:36 +0200, by Pierre-Yves David
-
revlog: move entry documentation alongside new related constantsSat, 22 May 2021 00:06:22 +0200, by Pierre-Yves David
-
censor: drop size limitation on the tombstoneFri, 21 May 2021 20:08:11 +0200, by Pierre-Yves David
-
revlog: move censoring code in a dedicated moduleSat, 29 May 2021 00:11:56 +0200, by Pierre-Yves David
-
censor: reduce risk of censor test blowing up output limitSat, 29 May 2021 00:11:32 +0200, by Pierre-Yves David
-
revlog: store sidedata in their own fileFri, 28 May 2021 23:41:17 +0200, by Pierre-Yves David
-
revlog: fix docket.date_filepath docstringFri, 28 May 2021 23:41:12 +0200, by Pierre-Yves David
-
revlog: use dedicated code for reading sidedataThu, 27 May 2021 04:09:30 +0200, by Pierre-Yves David
-
revlog: simplify "partial read" error messageThu, 27 May 2021 04:09:10 +0200, by Pierre-Yves David
-
revlog: no longer return sidedata from `_revisiondata`Thu, 27 May 2021 03:41:02 +0200, by Pierre-Yves David
-
revlog: use `self.sidedata` directly in `revlog.clone`Thu, 27 May 2021 03:28:15 +0200, by Pierre-Yves David
-
revlog: use `self.sidedata` directly to construct changelogrevisionThu, 27 May 2021 03:23:34 +0200, by Pierre-Yves David
-
revlog: implement sidedata without using _revisiondataThu, 27 May 2021 03:21:53 +0200, by Pierre-Yves David
-
revlogv2: drop "sidedatacompression" from the list of todosFri, 28 May 2021 23:44:58 +0200, by Pierre-Yves David
-
rust: Use a maintained crate for SHA-1 hashingWed, 02 Jun 2021 10:00:50 +0200, by Simon Sapin
-
rust: Parse "subinclude"d files along the way, not laterWed, 02 Jun 2021 18:03:43 +0200, by Simon Sapin
-
rust: Make some file path parameters less genericWed, 02 Jun 2021 18:14:44 +0200, by Simon Sapin
-
convert-bazaar: use breezy package instead of old bzr oneMon, 26 Apr 2021 22:59:56 +0200, by Raphaël Gomès
-
bzr: only support bzr conversion on Python3Wed, 21 Apr 2021 10:58:21 +0200, by Raphaël Gomès
-
rewriteutil: add pointer to help text when rewrite would cause divergenceTue, 01 Jun 2021 22:38:29 -0700, by Martin von Zweigbergk
-
rhg: Add support for dirstate-v2Tue, 25 May 2021 09:20:30 +0200, by Simon Sapin
-
rhg: Remove some intermediate Vecs in `rhg files`Wed, 26 May 2021 11:53:37 +0200, by Simon Sapin
-
merge: make applyupdates() not mutate mresult argumentTue, 01 Jun 2021 15:19:08 -0700, by Martin von Zweigbergk
-
index: use an explicit constant for INDEX_HEADER format and use it for docketThu, 03 Jun 2021 16:12:03 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:18:27 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:18:20 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:14:58 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:13:33 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:54 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:07 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:01 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:09:01 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:06:33 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:05:53 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:05:23 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:03:48 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:03:24 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:01:23 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 08:59:50 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 08:59:07 +0200, by Pierre-Yves David
-
verify: expand a one liner into explicit commandsTue, 01 Jun 2021 08:58:53 +0200, by Pierre-Yves David
-
verify: align a comment lineTue, 01 Jun 2021 08:54:53 +0200, by Pierre-Yves David
-
dirstate-v2: Drop parent directory cache when removing a dirstate nodeTue, 01 Jun 2021 16:55:59 +0200, by Simon Sapin
-
dirstate-v2: Add --dirs to debugdirstate commandMon, 31 May 2021 19:54:41 +0200, by Simon Sapin
-
dirstate-v2: Write .hg/dirstate back to disk on directory cache changesMon, 31 May 2021 18:35:44 +0200, by Simon Sapin
-
dirstate-v2: Skip readdir in status based on directory mtimeFri, 28 May 2021 11:48:59 +0200, by Simon Sapin
-
dirstate-v2: Allow tree nodes without an entry to store a timestampThu, 27 May 2021 18:40:54 +0200, by Simon Sapin
-
dirstate-tree: Change status() results to not borrow DirstateMapFri, 28 May 2021 20:07:27 +0200, by Simon Sapin
-
dirstate-tree: Fix status algorithm with unreadable directoryFri, 28 May 2021 12:16:14 +0200, by Simon Sapin
-
docket: make compatible with py3.6, where Struct.format is bytesTue, 25 May 2021 16:46:32 -0700, by Martin von Zweigbergk
-
packaging: disable rust extensions again on CentOS stableTue, 15 Jun 2021 09:06:12 +0200, by Mathias De Mare
-
cext: fix memory leak in phases computation stableSun, 06 Jun 2021 01:24:30 +0200, by Georges Racinet
-
revlogv2: make sure bundling pick a compatible bundle formatSun, 30 May 2021 22:12:48 +0200, by Pierre-Yves David
-
censor: do not process sidedata of censored revision while bundlingSun, 30 May 2021 20:42:51 +0200, by Pierre-Yves David
-
changegroup: fix deltachunk API to be consistent from one class to anotherFri, 28 May 2021 20:00:27 +0200, by Pierre-Yves David
-
fuzz: add hg to sys.path when constructing mpatch corpusThu, 27 May 2021 12:10:59 -0400, by Augie Fackler
-
dirstate-tree: Skip readdir() in `hg status -mard`Wed, 19 May 2021 16:18:16 +0200, by Simon Sapin
-
dirstate-v2: Parse the dirstate lazily, with copy-on-write nodesWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Make the dirstate bytes buffer available in more placesWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Make more APIs fallible, returning ResultWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Add a zero-size error type for dirstate v2 parse errorsWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enumsWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIsWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serializationWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-tree: Remove DirstateMap::iter_node_data_mutWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
merge with stableFri, 28 May 2021 17:33:20 -0400, by Matt Harbison
-
revlog: close the index file handle after the data oneWed, 26 May 2021 21:46:45 +0200, by Pierre-Yves David
-
revlog: simplify the try nesting in the `_writing` contextWed, 26 May 2021 21:35:51 +0200, by Pierre-Yves David
-
revlogv2: add a `get_data` helper to grab the next piece of docketThu, 20 May 2021 21:54:21 +0200, by Pierre-Yves David
-
revlogv2: simplify and clarify the processing of each entryThu, 20 May 2021 21:48:53 +0200, by Pierre-Yves David
-
revlogv2: use a unique filename for dataWed, 19 May 2021 16:55:36 +0200, by Pierre-Yves David
-
revlogv2: use a unique filename for indexTue, 18 May 2021 15:07:17 +0200, by Pierre-Yves David
-
rhg: A missing .hg/dirstate file is not an errorSat, 22 May 2021 17:35:54 +0200, by Simon Sapin
-
rhg: Sort `rhg status` output correctlySat, 22 May 2021 17:32:09 +0200, by Simon Sapin
-
dirstate-v2: Add `hg debugupgraderepo` command supportWed, 19 May 2021 18:35:43 +0200, by Simon Sapin
-
upgrade: Use `improvement` subclasses everywhere, not instancesFri, 21 May 2021 17:12:47 +0200, by Simon Sapin
-
tests: monkeypatch `util.get_password()` to avoid deadlocks on Windows stableThu, 20 May 2021 14:20:39 -0400, by Matt Harbison
-
rust-status: fix ignore and include not composing (issue6514) stableTue, 04 May 2021 10:46:50 +0200, by Raphaël Gomès
-
rust-status: highlight a bug in Rust-augmented status stableTue, 04 May 2021 10:33:36 +0200, by Raphaël Gomès
-
exewrapper: avoid directly linking against python3X.dllTue, 11 May 2021 01:05:38 -0400, by Matt Harbison
-
tests: partially fix test-transaction-rollback-on-revlog-split.t on WindowsThu, 20 May 2021 19:59:03 -0400, by Matt Harbison
-
tests: fix test-transaction-safety.t on WindowsThu, 20 May 2021 19:30:56 -0400, by Matt Harbison
-
docket: move the uid logic in the `revlogutils.docket` moduleWed, 19 May 2021 19:57:55 +0200, by Pierre-Yves David
-
persistent-nodemap: use the intended uuid sizeWed, 19 May 2021 17:12:06 +0200, by Pierre-Yves David
-
persistent-nodemap: add a way to make the picked uid predictableWed, 19 May 2021 17:19:46 +0200, by Pierre-Yves David
-
run-tests: disable color in 'auto' mode on Windows if stdout is redirectedThu, 06 May 2021 19:39:19 -0400, by Matt Harbison
-
run-tests: enable color on WindowsThu, 06 May 2021 18:52:08 -0400, by Matt Harbison
-
transaction: trivial refactoringSun, 16 May 2021 10:57:14 -0400, by Valentin Gatien-Baron
-
test: remove some unnecessary dependency on repo formatTue, 18 May 2021 23:36:21 -0400, by Valentin Gatien-Baron
-
hg-cpython: fix new occuring TypeErrorFri, 21 May 2021 17:37:53 +0200, by Raphaël Gomès
-
errors: make exit codes class variables insteadThu, 20 May 2021 08:15:57 -0700, by Martin von Zweigbergk
-
narrow: widen when files are excluded by sparse and not included by narrowTue, 18 May 2021 13:08:42 -0400, by Charles Chamberlain
-
hghave: make error output easier to diagnoseTue, 18 May 2021 13:34:06 -0400, by Augie Fackler
-
tests: add req on bash for test-transaction-rollback-on-sigpipe (issue6429)Tue, 18 May 2021 13:24:41 -0400, by Augie Fackler
-
updatecaches: deprecate the `full` argumentMon, 17 May 2021 15:24:46 +0200, by Pierre-Yves David
-
updatecaches: use the `caches` argument instead of a special `full` valueMon, 17 May 2021 15:42:18 +0200, by Pierre-Yves David
-
updatecaches: use the caches argument in `hg debugupdatecaches`Mon, 17 May 2021 15:27:29 +0200, by Pierre-Yves David
-
updatecaches: adds a `caches` parameters to `repo.updatecaches`Mon, 17 May 2021 14:45:16 +0200, by Pierre-Yves David
-
updatecaches: introduce a set of constants to control which are updatedMon, 17 May 2021 14:41:09 +0200, by Pierre-Yves David
-
errors: make StorageError subclass Error, attaching an exit code to itTue, 18 May 2021 21:50:09 -0700, by Martin von Zweigbergk
-
revlog: avoid raising no-arg RevlogError for internal flow controlTue, 18 May 2021 19:33:09 -0700, by Martin von Zweigbergk
-
errors: catch the new Error class in scmutil and chgserverTue, 18 May 2021 21:45:59 -0700, by Martin von Zweigbergk
-
errors: create superclass for Abort exceptionTue, 18 May 2021 21:32:12 -0700, by Martin von Zweigbergk
-
errors: make InterventionRequired subclass AbortTue, 18 May 2021 22:07:16 -0700, by Martin von Zweigbergk
-
errors: move Abort earlier, so more exceptions can subclass itTue, 18 May 2021 21:58:12 -0700, by Martin von Zweigbergk
-
errors: let each Abort subclass define its error codeTue, 18 May 2021 17:15:49 -0700, by Martin von Zweigbergk
-
rust: Fix "panic message is not a string literal" warningsWed, 19 May 2021 15:10:49 +0200, by Simon Sapin
-
rust: Add type annotation to fix inference on Rust NightlyWed, 19 May 2021 15:08:27 +0200, by Simon Sapin
-
recover: only apply last journal record per file (issue6423)Wed, 19 May 2021 13:45:34 +0200, by Joerg Sonnenberger
-
revlog: update data file record before index renameWed, 19 May 2021 13:46:19 +0200, by Joerg Sonnenberger
-
revlog: fix index computation during inline->non-inline transitionTue, 18 May 2021 02:35:27 +0200, by Joerg Sonnenberger
-
dirstate-v2: Change the on-disk format to be tree-shapedWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-tree: Extract into a method sorting children of a given nodeWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Add a variant of some tests, that uses the new formatWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Change the on-disk format when the requirement is enabledWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Update the expected output of some tests for new requirementWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
tests: More cleanly separate expected hexdump outputWed, 19 May 2021 13:14:59 +0200, by Simon Sapin
-
dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirementWed, 19 May 2021 13:14:59 +0200, by Simon Sapin
-
urlutil: provide some information about "bad url" when processing `pushurl`Fri, 16 Apr 2021 00:16:43 +0200, by Pierre-Yves David
-
revset: document the `outgoing` behavior if the path resolve to multiple urlsSun, 11 Apr 2021 19:19:34 +0200, by Pierre-Yves David
-
multi-urls: document the featureFri, 16 Apr 2021 00:19:04 +0200, by Pierre-Yves David
-
multi-urls: add a boolean suboption that unlock path specification as listFri, 16 Apr 2021 00:16:47 +0200, by Pierre-Yves David
-
urlutil: move url "fixing" at the time of `ui.paths` initializationThu, 15 Apr 2021 20:13:29 +0200, by Pierre-Yves David
-
rewriteutil: add pointer to help text when rewrite would cause divergenceMon, 17 May 2021 15:15:44 -0700, by Martin von Zweigbergk
-
changelogv2: use a dedicated on disk format for changelogv2Tue, 04 May 2021 11:20:10 +0200, by Pierre-Yves David
-
revlog: do not call Rust code if the index is not compatible with itTue, 04 May 2021 14:18:06 +0200, by Pierre-Yves David
-
revlog: signal which revlog index are compatible with RustTue, 04 May 2021 14:16:26 +0200, by Pierre-Yves David
-
revlog: pass around the `rev` we deal with when packing/unpacking entryTue, 04 May 2021 11:19:48 +0200, by Pierre-Yves David
-
changelogv2: use a dedicated version numberMon, 29 Mar 2021 20:46:56 +0200, by Pierre-Yves David
-
changelogv2: `copies-side-data` now implies `changelogv2`Tue, 04 May 2021 03:05:52 +0200, by Pierre-Yves David
-
changelogv2: allow upgrade from and to this formatTue, 04 May 2021 04:32:09 +0200, by Pierre-Yves David
-
changelogv2: introduce a "changelogv2" featureMon, 29 Mar 2021 22:40:54 +0200, by Pierre-Yves David
-
revlogv2: drop the code related to inlined revlogv2Tue, 04 May 2021 05:18:57 +0200, by Pierre-Yves David
-
revlogv2: no longer attempt to use inline for new revlogTue, 04 May 2021 02:55:56 +0200, by Pierre-Yves David
-
sidedata: use the "feature" to detect that sidedata are enabledTue, 04 May 2021 02:52:24 +0200, by Pierre-Yves David
-
revlog: compress sidedata when doing "post-pull" sidedata updateMon, 03 May 2021 23:40:05 +0200, by Pierre-Yves David
-
revlog: compress sidedata in `_writeentry`Mon, 03 May 2021 23:14:48 +0200, by Pierre-Yves David
-
revlog: apply compression mode while reading sidedataMon, 03 May 2021 22:48:31 +0200, by Pierre-Yves David
-
revlog: introduce a compression mode for sidedata in the revlog indexMon, 03 May 2021 21:34:02 +0200, by Pierre-Yves David
-
revlog: implement a "default compression" modeMon, 03 May 2021 21:13:24 +0200, by Pierre-Yves David
-
revlog: add a `_get_decompressor` methodMon, 03 May 2021 21:04:55 +0200, by Pierre-Yves David
-
revlog: introduce a plain compression modeMon, 03 May 2021 19:46:25 +0200, by Pierre-Yves David
-
revlog: use an intermediate variable for `data` in `_chunk`Mon, 03 May 2021 20:22:34 +0200, by Pierre-Yves David
-
revlogv2: preserve the compression mode on diskMon, 03 May 2021 18:41:51 +0200, by Pierre-Yves David
-
revlog: use `format_version` to dispatch different version in index_getTue, 04 May 2021 01:49:37 +0200, by Pierre-Yves David
-
revlog: add a "data compression mode" entry in the index tupleMon, 03 May 2021 18:19:16 +0200, by Pierre-Yves David
-
revlog: fix the `null_item` attribute for V0Tue, 04 May 2021 01:15:03 +0200, by Pierre-Yves David
-
revlog: create a create `null_item` attribute for V0Tue, 04 May 2021 01:13:53 +0200, by Pierre-Yves David
-
revlog: improve documentation of the entry tupleMon, 03 May 2021 16:52:38 +0200, by Pierre-Yves David
-
revlog: simplify entry update logic in `rewrite_sidedata`Mon, 03 May 2021 23:45:05 +0200, by Pierre-Yves David
-
revlog: simplify the replace_sidedata_info codeTue, 04 May 2021 00:02:48 +0200, by Pierre-Yves David
-
revlog: use `rev` instead of `i` in replace_sidedata_infoMon, 03 May 2021 23:59:15 +0200, by Pierre-Yves David
-
revlogv2: also keep track for the size of the "data" fileMon, 03 May 2021 12:35:35 +0200, by Pierre-Yves David
-
revlogv2: track pending write in the docket and expose it to hooksMon, 03 May 2021 12:35:25 +0200, by Pierre-Yves David
-
revlog: move the `trypending` logic from the `changelog` to the `revlog`Mon, 03 May 2021 12:35:14 +0200, by Pierre-Yves David
-
revlogv2: delay the update of the changelog docket to transaction endMon, 03 May 2021 12:35:02 +0200, by Pierre-Yves David
-
revlogv2: track current index size in the docketMon, 03 May 2021 12:34:52 +0200, by Pierre-Yves David
-
revlogv2: also test transactionality of revlog v2Mon, 03 May 2021 12:34:41 +0200, by Pierre-Yves David
-
revlog: add a new test file focussed on testing transactionally issueMon, 03 May 2021 12:34:31 +0200, by Pierre-Yves David
-
revlogv2: store version information in the docket onlyMon, 03 May 2021 12:34:21 +0200, by Pierre-Yves David
-
revlogv2: introduce a very basic docket fileMon, 03 May 2021 12:34:11 +0200, by Pierre-Yves David
-
branching: merge stable into defaultMon, 17 May 2021 15:05:24 +0200, by Raphaël Gomès
-
revlogv2: mark revlogv2 as requires a full upgradeMon, 03 May 2021 12:34:01 +0200, by Pierre-Yves David
-
revlog: unify flag processing when loading indexMon, 03 May 2021 12:30:46 +0200, by Pierre-Yves David
-
revlog: unify checks for supported flagMon, 03 May 2021 12:30:35 +0200, by Pierre-Yves David
-
side-data: drop the associated config and requirementsMon, 03 May 2021 12:30:24 +0200, by Pierre-Yves David
-
revlog: fix capitalisation of an errorMon, 03 May 2021 12:30:14 +0200, by Pierre-Yves David
-
test: no longer directly use the sidedata config and requirementsMon, 03 May 2021 12:30:03 +0200, by Pierre-Yves David
-
sidedata: add a 'side-data' repository feature and use itMon, 03 May 2021 12:29:52 +0200, by Pierre-Yves David
-
statichttp: add the missing `features` attributeMon, 03 May 2021 12:29:41 +0200, by Pierre-Yves David
-
sidedata: use revlogv2 requirement in the test helperMon, 03 May 2021 12:29:30 +0200, by Pierre-Yves David
-
upgrade: display sidedata before upgradeMon, 03 May 2021 12:29:19 +0200, by Pierre-Yves David
-
revlog: determine sidedata support based on the revlog versionMon, 03 May 2021 12:29:09 +0200, by Pierre-Yves David
-
requirements: no longer drop `generaldelta` requirement with revlogv2Mon, 03 May 2021 12:28:58 +0200, by Pierre-Yves David
-
config: drop the `format.exp-revlogv2.2` optionMon, 03 May 2021 12:28:47 +0200, by Pierre-Yves David
-
revlog: only use the `_indexfp` method for read operationMon, 03 May 2021 12:28:36 +0200, by Pierre-Yves David
-
revlog: use `_writing` in `rewrite_sidedata`Mon, 03 May 2021 12:28:26 +0200, by Pierre-Yves David
-
revlog: open files in 'r+' instead of 'a+'Mon, 03 May 2021 12:28:15 +0200, by Pierre-Yves David
-
revlog: pass a transaction object to `rewrite_sidedata`Mon, 03 May 2021 12:28:05 +0200, by Pierre-Yves David
-
revlog: rename variable in `rewrite_sidedata` to match other codeMon, 03 May 2021 12:27:53 +0200, by Pierre-Yves David
-
revlog: introduce a mandatory `_writing` context to update revlog contentMon, 03 May 2021 12:27:42 +0200, by Pierre-Yves David
-
revlog: preindent some code in _enforceinlinesizeMon, 03 May 2021 12:27:31 +0200, by Pierre-Yves David
-
revlog: preindent some code in addgroupMon, 03 May 2021 12:27:20 +0200, by Pierre-Yves David
-
pyoxidizer: use Python 3.9 (BC)Thu, 06 May 2021 09:27:22 -0700, by Gregory Szorc
-
packaging: use PyOxidizer for producing WiX MSI installerThu, 06 May 2021 16:11:13 -0700, by Gregory Szorc
-
packaging: extract invocation of pyoxidizer to own functionThu, 06 May 2021 16:07:01 -0700, by Gregory Szorc
-
packaging: rename run_pyoxidizer()Thu, 06 May 2021 16:06:20 -0700, by Gregory Szorc
-
packaging: move documentation HTML building to own functionThu, 06 May 2021 08:37:40 -0700, by Gregory Szorc
-
pyoxidizer: support code signingThu, 06 May 2021 16:04:24 -0700, by Gregory Szorc
-
pyoxidizer: support producing MSI installersThu, 06 May 2021 16:03:43 -0700, by Gregory Szorc
-
pyoxidizer: use allocator_backend instead of raw_allocatorThu, 06 May 2021 16:16:21 -0700, by Gregory Szorc
-
pyoxidizer: simplify targetsThu, 06 May 2021 15:58:37 -0700, by Gregory Szorc
-
contrib: install PyOxidizer 0.16.0Thu, 06 May 2021 15:56:04 -0700, by Gregory Szorc
-
pyoxidizer: pin Python to 3.8Thu, 06 May 2021 16:13:33 -0700, by Gregory Szorc
-
pyoxidizer: remove some boilerplate in fileThu, 06 May 2021 16:00:44 -0700, by Gregory Szorc
-
contrib: upgrade Rust in Windows automationThu, 06 May 2021 15:45:04 -0700, by Gregory Szorc
-
contrib: update Python versions in Windows automationThu, 06 May 2021 15:44:29 -0700, by Gregory Szorc
-
automation: update rust in Linux environmentThu, 06 May 2021 15:41:52 -0700, by Gregory Szorc
-
automation: install latest Python versions in Linux environmentThu, 06 May 2021 15:40:47 -0700, by Gregory Szorc
-
automation: create Python 3.5 variant of requirements.txtThu, 06 May 2021 17:46:57 -0700, by Gregory Szorc
-
hgweb: Fix deprecation warning in Python 3.10 (issue6520)Sat, 15 May 2021 09:45:10 +0000, by Karthikeyan Singaravelan
-
dirstate-tree: Remove newly-empty nodes after removing a `DirstateEntry`Mon, 10 May 2021 21:59:13 +0200, by Simon Sapin
-
dirstate-tree: Refactor DirstateMap::drop_file to be recursiveMon, 10 May 2021 21:31:05 +0200, by Simon Sapin
-
templates: fix `revset('parents()') % ...` in amend message templateTue, 11 May 2021 12:22:26 -0700, by Martin von Zweigbergk
-
path: teach the `hg path` command to display boolean sub-optionThu, 15 Apr 2021 19:54:03 +0200, by Pierre-Yves David
-
parselist: move the function from config to stringutilFri, 16 Apr 2021 01:18:28 +0200, by Pierre-Yves David
-
bookmark: use `list_paths` to access path definitionFri, 16 Apr 2021 02:14:21 +0200, by Pierre-Yves David
-
urlutil: make `paths` class old list of `path`Thu, 15 Apr 2021 16:58:20 +0200, by Pierre-Yves David
-
urlutil: extract `chain_path` in a functionThu, 15 Apr 2021 17:15:43 +0200, by Pierre-Yves David
-
urlutil: add a `copy` method to `pathThu, 15 Apr 2021 17:12:25 +0200, by Pierre-Yves David
-
template: add a `paths` field to all entry in peerurlsThu, 15 Apr 2021 12:33:05 +0200, by Pierre-Yves David
-
cache: avoid warming the fnodetags cache after clone stableFri, 07 May 2021 10:39:58 +0200, by Pierre-Yves David
-
run-tests: fix whitelist/blacklist with directories on Windows stableWed, 05 May 2021 17:47:30 -0400, by Matt Harbison
-
run-tests: ignore PermissionError when checking available ports stableThu, 11 Mar 2021 23:20:41 -0500, by Matt Harbison
-
status: Add some more testsTue, 11 May 2021 18:10:59 +0200, by Simon Sapin
-
run-tests: use the same python version for shebang lines on WindowsSat, 08 May 2021 00:21:31 -0400, by Matt Harbison
-
vfs: Fix deprecation warning in Python 3.10 (issue6520)Fri, 14 May 2021 10:01:29 +0000, by Karthikeyan Singaravelan
-
contrib: fix typoWed, 12 May 2021 10:24:17 +0200, by Raphaël Gomès
-
revlog: rename `indexdata` to entry_dataMon, 03 May 2021 12:27:09 +0200, by Pierre-Yves David
-
revlog: use "entry_point" phrasing for loading the revlogMon, 03 May 2021 12:26:59 +0200, by Pierre-Yves David
-
revlog: directly use self._format_flags when loading indexMon, 03 May 2021 12:26:48 +0200, by Pierre-Yves David
-
revlog: directly use self._format_version when loading indexMon, 03 May 2021 12:26:37 +0200, by Pierre-Yves David
-
revlog: use `_format_flags` to access flags instead of `header`Mon, 03 May 2021 12:26:27 +0200, by Pierre-Yves David
-
revlog: rename `newversionflags` to `new_header`Mon, 03 May 2021 12:26:17 +0200, by Pierre-Yves David
-
revlog: rename `versionflags` to headerMon, 03 May 2021 12:26:06 +0200, by Pierre-Yves David
-
revlog: move index reading logic in a dedicated methodMon, 03 May 2021 12:25:56 +0200, by Pierre-Yves David
-
revlog: define the actual index and datafile at loading timeMon, 03 May 2021 12:25:45 +0200, by Pierre-Yves David
-
revlog: simplify a conditionnal in _enforceinlinesizeMon, 03 May 2021 12:25:34 +0200, by Pierre-Yves David
-
revlog: drop `flush` parameter from `_peek_iscensored`Mon, 03 May 2021 12:25:23 +0200, by Pierre-Yves David
-
revlog: fix error message when data are missingMon, 03 May 2021 12:25:12 +0200, by Pierre-Yves David
-
revlog: rename `nodemap_file` to `_nodemap_file`Mon, 03 May 2021 12:25:01 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in error related to bad revisionsMon, 03 May 2021 12:24:50 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in "revision too big" errorsMon, 03 May 2021 12:24:40 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in censor related errorsMon, 03 May 2021 12:24:29 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in integrity errorMon, 03 May 2021 12:24:18 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in ambiguity errorsMon, 03 May 2021 12:24:08 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id for corruption errorMon, 03 May 2021 12:23:58 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in format related errorsMon, 03 May 2021 12:23:48 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in narrow error messageMon, 03 May 2021 12:23:37 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id in LookupErrorMon, 03 May 2021 12:23:27 +0200, by Pierre-Yves David
-
revlog: use revlog.display_id for FilteredLookupErrorMon, 03 May 2021 12:23:17 +0200, by Pierre-Yves David
-
revlog: introduce a `display_id` propertyMon, 03 May 2021 12:23:07 +0200, by Pierre-Yves David
-
revlog: also use radix when computing nodemap data fileMon, 03 May 2021 12:22:57 +0200, by Pierre-Yves David
-
revlog: stop usage of `_indexfile` to computing nodemap pathMon, 03 May 2021 12:22:47 +0200, by Pierre-Yves David
-
revlog: use a "radix" to address revlogMon, 03 May 2021 12:22:36 +0200, by Pierre-Yves David
-
revlog: rename `datafile` to `datafile`Mon, 03 May 2021 12:22:26 +0200, by Pierre-Yves David
-
revlog: rename `indexfile` to `_indexfile`Mon, 03 May 2021 12:22:16 +0200, by Pierre-Yves David
-
filelog: drop `indexfile` from `filelog`Mon, 03 May 2021 12:22:06 +0200, by Pierre-Yves David
-
manifest: drop the `indexfile` from `manifestrevlog`Mon, 03 May 2021 12:21:56 +0200, by Pierre-Yves David
-
revlog: deal with special "postfix" explicitelyMon, 03 May 2021 12:21:46 +0200, by Pierre-Yves David
-
revlog: split the option initialisation in its own methodMon, 03 May 2021 12:21:35 +0200, by Pierre-Yves David
-
revlog: always "append" full size tupleMon, 03 May 2021 12:21:25 +0200, by Pierre-Yves David
-
revlog: make the index always return the same tupleMon, 03 May 2021 12:21:15 +0200, by Pierre-Yves David
-
revlog: introduce an explicit `format_version` member in the index structMon, 03 May 2021 12:21:05 +0200, by Pierre-Yves David
-
revlog: rename `hdrsize` to `entry_size` in the C codeMon, 03 May 2021 12:20:55 +0200, by Pierre-Yves David
-
revlog: split the `version` attribute into its two componentsMon, 03 May 2021 12:20:45 +0200, by Pierre-Yves David
-
verify: pass a revlog to `_checkrevlog` in `_verifymanifest`Mon, 03 May 2021 12:20:35 +0200, by Pierre-Yves David
-
revlog: replace flag check related to generaldelta with attribute checkMon, 03 May 2021 12:20:25 +0200, by Pierre-Yves David
-
revlog: replace REVLOGV2 check related to sidedata with `hassidedata` checksMon, 03 May 2021 12:19:09 +0200, by Pierre-Yves David
-
revlog: explicitely pass the "indexfile" parameterMon, 03 May 2021 12:19:05 +0200, by Pierre-Yves David
-
revlog: highlight current incompatibility in `rewrite_sidedata`Mon, 03 May 2021 12:18:58 +0200, by Pierre-Yves David
-
revlog: adjust rewrite_sidedata code to not delete existing revlog contentMon, 03 May 2021 12:18:48 +0200, by Pierre-Yves David
-
status: Add tests for some more edge casesFri, 07 May 2021 17:33:47 +0200, by Simon Sapin
-
status: Extend issue 6483 test to exclude patternsFri, 07 May 2021 16:44:36 +0200, by Simon Sapin
-
dirstate-tree: Add a test showing that issue 6335 is fixedFri, 07 May 2021 16:41:07 +0200, by Simon Sapin
-
dirstate-tree: Add a dirstate-v1-tree variant of some testsMon, 03 May 2021 20:04:19 +0200, by Simon Sapin
-
merge with stableFri, 07 May 2021 22:06:25 -0400, by Matt Harbison
-
rename: add hint about --at-rev if source file doesn't existFri, 07 May 2021 08:38:17 -0700, by Martin von Zweigbergk
-
dirstate-tree: Borrow paths from the "on disk" bytesFri, 30 Apr 2021 20:21:56 +0200, by Simon Sapin
-
dirstate-tree: Borrow copy source paths from the "on disk" bytesFri, 30 Apr 2021 19:33:04 +0200, by Simon Sapin
-
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIsFri, 30 Apr 2021 19:57:46 +0200, by Simon Sapin
-
dirstate-tree: Make `DirstateMap` borrow from a bytes bufferFri, 30 Apr 2021 18:24:54 +0200, by Simon Sapin
-
rust: Read dirstate from disk in DirstateMap constructorFri, 30 Apr 2021 18:13:31 +0200, by Simon Sapin
-
rust: Remove handling of `parents` in `DirstateMap`Fri, 30 Apr 2021 15:40:11 +0200, by Simon Sapin
-
dirstate-tree: Fold "tracked descendants" counter update in main walkFri, 30 Apr 2021 14:22:14 +0200, by Simon Sapin
-
dirstate-tree: Use HashMap instead of BTreeMapThu, 29 Apr 2021 11:32:57 +0200, by Simon Sapin
-
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`Tue, 27 Apr 2021 17:49:38 +0200, by Simon Sapin
-
dirstate-tree: Paralellize the status algorithm with RayonTue, 27 Apr 2021 14:20:48 +0200, by Simon Sapin
-
dirstate-tree: Avoid BTreeMap double-lookup when inserting a dirstate entryTue, 27 Apr 2021 12:42:21 +0200, by Simon Sapin
-
dirstate-tree: Handle I/O errors in statusMon, 26 Apr 2021 19:28:56 +0200, by Simon Sapin
-
dirstate-tree: Ignore FIFOs etc. in the status algorithmMon, 26 Apr 2021 19:16:23 +0200, by Simon Sapin
-
dirstate-tree: Add the new `status()` algorithmFri, 16 Apr 2021 12:12:41 +0200, by Simon Sapin
-
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`Fri, 16 Apr 2021 12:12:04 +0200, by Simon Sapin
-
rust: Add doc-comments to DirstateStatus fieldsTue, 06 Apr 2021 15:49:01 +0200, by Simon Sapin
-
rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` structTue, 06 Apr 2021 15:14:19 +0200, by Simon Sapin
-
rust: Remove DirstateMap::file_fold_mapTue, 13 Apr 2021 17:02:58 +0200, by Simon Sapin
-
dirstate-tree: Add "non normal" and "from other parent" setsFri, 09 Apr 2021 13:13:19 +0200, by Simon Sapin
-
dirstate-tree: Add add_file, remove_file, and drop_fileFri, 09 Apr 2021 12:55:35 +0200, by Simon Sapin
-
dirstate-tree: Add has_dir and has_tracked_dirMon, 12 Apr 2021 19:46:24 +0200, by Simon Sapin
-
dirstate-tree: Add clear_ambiguous_times in the new DirstateMapMon, 12 Apr 2021 18:42:51 +0200, by Simon Sapin
-
dirstate-tree: Add copy_map_insert and copy_map_removeMon, 12 Apr 2021 17:53:37 +0200, by Simon Sapin
-
dirstate-tree: Maintain a counter of DirstateEntry’s and copy sourcesMon, 12 Apr 2021 17:29:55 +0200, by Simon Sapin
-
dirstate-tree: Serialize to diskMon, 12 Apr 2021 14:21:47 +0200, by Simon Sapin
-
rust: Add a Timestamp struct instead of abusing DurationMon, 12 Apr 2021 14:43:45 +0200, by Simon Sapin
-
dirstate-tree: Add tree traversal/iterationTue, 06 Apr 2021 21:07:12 +0200, by Simon Sapin
-
dirstate-tree: Add map `get` and `contains_key` methodsTue, 06 Apr 2021 14:35:39 +0200, by Simon Sapin
-
dirstate-tree: Add parsing only dirstate parents from diskTue, 06 Apr 2021 14:29:05 +0200, by Simon Sapin
-
dirstate-tree: Implement DirstateMap::readWed, 31 Mar 2021 18:59:49 +0200, by Simon Sapin
-
dirstate-tree: Add `WithBasename` wrapper for `HgPath`Thu, 08 Apr 2021 20:12:24 +0200, by Simon Sapin
-
dirstate-tree: Empty shell for a second Rust DirstateMap implementationTue, 30 Mar 2021 09:56:04 +0200, by Simon Sapin
-
dirstate-tree: Abstract "non-normal" and "other parent" setsThu, 08 Apr 2021 14:58:44 +0200, by Simon Sapin
-
dirstate-tree: Make Rust DirstateMap bindings go through a trait objectTue, 30 Mar 2021 14:15:23 +0200, by Simon Sapin
-
remotefilelog: use the correct capability when using getfilestype threadedWed, 05 May 2021 18:26:04 -0400, by Kévin Lévesque
-
test-copies: test that copies' sidedata can get computed during pushMon, 19 Apr 2021 11:22:24 +0200, by Pierre-Yves David
-
test-copies: test that copies' sidedata can get computed during pullMon, 19 Apr 2021 11:22:24 +0200, by Pierre-Yves David
-
test-copies: test that copies' sidedata does not get corrupted during pushMon, 19 Apr 2021 11:22:24 +0200, by Pierre-Yves David
-
test-copies: test that copies' sidedata does not get corrupted during pullMon, 19 Apr 2021 11:22:24 +0200, by Pierre-Yves David
-
test-copies: simplify some conditional outputMon, 19 Apr 2021 11:22:24 +0200, by Pierre-Yves David
-
sidedata: move documentation about sidedata helpers to sidedata moduleMon, 19 Apr 2021 11:22:24 +0200, by Raphaël Gomès
-
sidedata: move sidedata-related utils to the dedicated moduleMon, 19 Apr 2021 11:22:24 +0200, by Raphaël Gomès
-
sidedata: replace sidedata upgrade mechanism with the new oneMon, 19 Apr 2021 11:22:24 +0200, by Raphaël Gomès
-
sidedata: add a way of replacing an existing sidedata computerMon, 19 Apr 2021 11:22:21 +0200, by Raphaël Gomès
-
bundle2: remove restriction around sidedataThu, 08 Apr 2021 16:30:10 +0200, by Raphaël Gomès
-
hghave: fix the definition of `python3` to work on Windows stableThu, 06 May 2021 18:40:23 -0400, by Matt Harbison
-
util: avoid echoing the password to the console on Windows py3 (issue6446) stableWed, 12 May 2021 12:41:52 -0400, by Matt Harbison
-
sidedata: enable sidedata computers to optionally rewrite flagsThu, 08 Apr 2021 16:55:17 +0200, by Raphaël Gomès
-
cg4: introduce protocol flag to signify the presence of sidedataSat, 10 Apr 2021 11:27:40 +0200, by Raphaël Gomès
-
changegroup: don't limit cgv4 to revlogv2 reposThu, 08 Apr 2021 16:34:11 +0200, by Raphaël Gomès
-
sidedata: gate sidedata functionality to revlogv2 in more placesThu, 08 Apr 2021 16:39:39 +0200, by Raphaël Gomès
-
sidedata: register copies sidedata computer regardless of the revlog versionTue, 30 Mar 2021 17:03:02 +0200, by Raphaël Gomès
-
revlog: replace the old `revlog_kind` approach with the new `target` oneThu, 08 Apr 2021 19:00:21 +0200, by Pierre-Yves David
-
revlog: introduce an explicit tracking of what the revlog is aboutTue, 06 Apr 2021 05:20:24 +0200, by Pierre-Yves David
-
config: add --source option to include source of valueTue, 04 May 2021 08:54:28 -0700, by Martin von Zweigbergk
-
rewriteutil: say how many commits would become orphan if commit is rewrittenTue, 04 May 2021 10:49:32 -0700, by Martin von Zweigbergk
-
rewriteutil: give examples of public changesets that can't be rewrittenTue, 04 May 2021 10:16:34 -0700, by Martin von Zweigbergk
-
tests: change the fixer commands to use the buffer attribute on stdio objects stableSun, 02 May 2021 16:56:20 -0400, by Matt Harbison
-
tests: stabilize test-persistent-nodemap.t on Windows stableSat, 01 May 2021 16:13:53 -0400, by Matt Harbison
-
tests: invoke some shell scripts through the shell interpreter for Windows stableSun, 02 May 2021 19:54:08 -0400, by Matt Harbison
-
tests: run python script through quoted interpreter instead of directly stableSat, 01 May 2021 13:04:56 -0400, by Matt Harbison
-
tests: ensure `$PYTHON` is quoted for Windows stableSat, 01 May 2021 00:41:43 -0400, by Matt Harbison
-
black: make codebase compatible with black v21.4b2 and v20.8b1 stableFri, 30 Apr 2021 16:13:02 -0700, by Kyle Lippincott
-
debugcommands: fix some plural-agreements I noticed stableTue, 04 May 2021 13:28:42 -0400, by Augie Fackler
-
merge: with stableMon, 03 May 2021 15:14:09 -0400, by Augie Fackler
-
branching: merge stable into defaultMon, 03 May 2021 18:55:19 +0200, by Raphaël Gomès
-
phabricator: adapt to the new `urlutil.url()` API stable 5.8Sat, 01 May 2021 00:28:39 -0400, by Matt Harbison
-
extensions: ignore exceptions from an extension's `getversion()` method stableFri, 30 Apr 2021 17:36:09 -0400, by Matt Harbison
-
git: ensure all dirstate state values are bytes stableWed, 28 Apr 2021 17:05:32 -0400, by Matt Harbison
-
tests: synchronize the git and Mercurial username stableWed, 28 Apr 2021 10:29:45 -0400, by Matt Harbison
-
git: initialize `extra` to have at least the branch name for nullid stableTue, 27 Apr 2021 19:38:19 -0400, by Matt Harbison
-
git: consistently use str for parents when rebuilding the index database stableTue, 27 Apr 2021 18:39:59 -0400, by Matt Harbison
-
git: pass the correct type to the sqlite3 query for baselog.hasnode() stableTue, 27 Apr 2021 17:54:08 -0400, by Matt Harbison
-
git: use the correct type for stopping changelog.revs() stableTue, 27 Apr 2021 17:11:55 -0400, by Matt Harbison
-
git: use the proper filenode for deleted files in changelog.changelogrevision stableTue, 27 Apr 2021 16:58:59 -0400, by Matt Harbison
-
tests: add coverage for git.changelog.headrevs(...) stableTue, 27 Apr 2021 12:59:17 -0400, by Matt Harbison
-
git: make changelog.tiprev() return int instead of tuple (issue6510) stableTue, 27 Apr 2021 12:31:30 -0400, by Matt Harbison
-
tests: stabilize test-git-interop.t for some versions of git stableTue, 27 Apr 2021 00:23:05 -0400, by Matt Harbison
-
manifests: push down expected node length into the parserFri, 30 Apr 2021 02:11:58 +0200, by Joerg Sonnenberger
-
core: don't hard-code node lengthFri, 30 Apr 2021 03:19:45 +0200, by Joerg Sonnenberger
-
core: don't hard-code hex node lengthsFri, 30 Apr 2021 03:09:16 +0200, by Joerg Sonnenberger
-
enforcesinglehead-test: add the expected node output next to the errorMon, 03 May 2021 02:33:00 +0200, by Pierre-Yves David
-
revlog: code for `revlogv0` in its own moduleThu, 08 Apr 2021 00:34:16 +0200, by Pierre-Yves David
-
revlog: have an explicit "pack_header" methodThu, 01 Apr 2021 11:31:54 +0200, by Pierre-Yves David
-
revlog: remove the revlogio classSat, 01 May 2021 14:47:39 +0200, by Pierre-Yves David
-
revlog: fix some comment styleSat, 01 May 2021 14:47:33 +0200, by Pierre-Yves David
-
revlog: add a `entry_binary` method on indexThu, 08 Apr 2021 00:01:11 +0200, by Pierre-Yves David
-
template: make an explicit closure for formatting entry in peerurlsThu, 15 Apr 2021 12:08:34 +0200, by Pierre-Yves David
-
template: use `list_paths` in `peerurls`Thu, 15 Apr 2021 11:50:08 +0200, by Pierre-Yves David
-
paths: use `list_paths` in `hg paths`Thu, 15 Apr 2021 11:48:29 +0200, by Pierre-Yves David
-
urlutil: introduce a new `list_paths` functionThu, 15 Apr 2021 11:46:31 +0200, by Pierre-Yves David
-
urlutil: deprecate `getpath`Thu, 15 Apr 2021 10:05:51 +0200, by Pierre-Yves David
-
urlutil: inline the relevant part of `getpath` in `get_push_paths`Thu, 15 Apr 2021 10:01:44 +0200, by Pierre-Yves David
-
url_util: introduce a `try_path` functionThu, 15 Apr 2021 09:50:56 +0200, by Pierre-Yves David
-
narrow: add more status messages when narrowingTue, 20 Apr 2021 11:22:35 -0700, by Martin von Zweigbergk
-
narrow: add progress-reporting when looking for local changes in `hg tracked`Tue, 20 Apr 2021 10:24:03 -0700, by Martin von Zweigbergk
-
chg: pass --no-profile to disable profiling when starting hg serveFri, 16 Apr 2021 16:21:26 -0700, by Kyle Lippincott
-
profiling: add --no-profile to disable profiling enabled via configFri, 16 Apr 2021 15:31:05 -0700, by Kyle Lippincott
-
tests: fix test-chg to ignore a warning about being unable to set localeFri, 16 Apr 2021 18:56:26 -0700, by Kyle Lippincott
-
branch: delete obsolete message about changing branch of obsolete commitTue, 27 Apr 2021 14:36:52 -0700, by Martin von Zweigbergk
-
rewriteutil: check for divergenceTue, 23 Feb 2021 10:28:42 -0800, by Martin von Zweigbergk
-
rewriteutil: adapt "cannot %s while merging" to work with "change branch of"Wed, 28 Apr 2021 08:48:10 -0700, by Martin von Zweigbergk
-
rewriteutil: point to help about instability when rewriting creates orphanThu, 11 Feb 2021 15:11:10 -0800, by Martin von Zweigbergk
-
help: add topic about evolution, based on text from evolve extensionTue, 27 Apr 2021 14:59:45 -0700, by Martin von Zweigbergk
-
rewriteutil: add devel warning if precheck is called with contextsThu, 11 Feb 2021 15:02:57 -0800, by Martin von Zweigbergk
-
rewriteutil: replace "null changeset" by "the null revision" in error messageTue, 27 Apr 2021 11:02:41 -0700, by Martin von Zweigbergk
-
relnotes: copy contents of "next" to "5.8" and clear "next" stableTue, 20 Apr 2021 08:28:11 -0700, by Martin von Zweigbergk
-
dirstateguard: use mktemp-like functionality to generate the backup filenames stableTue, 20 Apr 2021 13:01:47 -0700, by Kyle Lippincott
-
node: replace nullid and friends with nodeconstants classMon, 29 Mar 2021 01:52:06 +0200, by Joerg Sonnenberger
-
repoview: separate concerns in _filteredrepotypes comment stableSat, 24 Apr 2021 16:30:05 +0200, by Georges Racinet
-
repoview: fix memory leak of filtered repo classes stableFri, 23 Apr 2021 18:30:53 +0200, by Georges Racinet
-
repoview: style change in newtype() cache handling stableSat, 24 Apr 2021 15:46:39 +0200, by Georges Racinet
-
typing: enable pytype processing on mercurial/upgrade_utils/actions.py stableWed, 14 Apr 2021 09:49:36 -0400, by Matt Harbison
-
Added tag 5.8rc1 for changeset 8d2b62d716b0 stableWed, 21 Apr 2021 10:49:28 -0400, by Augie Fackler
-
relnote: document the use of persistent-nodemap by default for Rust build stableTue, 20 Apr 2021 16:29:05 +0200, by Pierre-Yves David
-
relnode: document the move to `zstd` as default compression stableTue, 20 Apr 2021 16:18:43 +0200, by Pierre-Yves David
-
relnote: clarify the backward compatibility entry about p1/p2 swap stableTue, 20 Apr 2021 16:12:19 +0200, by Pierre-Yves David
-
packaging: extract pre-computed version when running from plain tarball stable 5.8rc1Tue, 20 Apr 2021 20:35:46 +0200, by Joerg Sonnenberger
-
Added tag 5.8rc0 for changeset f67b8946bb1b stableTue, 20 Apr 2021 11:12:19 -0400, by Augie Fackler
-
merge: default into stable for 5.8 rc stable 5.8rc0Tue, 20 Apr 2021 11:01:06 -0400, by Augie Fackler
-
mail: force SMTPException to bytes before wrapping in error.AbortMon, 19 Apr 2021 20:38:52 -0400, by Matt Harbison
-
mail: split out the SMTP login to allow the keyring extension to wrap itMon, 19 Apr 2021 17:26:57 -0400, by Matt Harbison
-
store: exclude `undo.` nodemap's file from `walk`Tue, 20 Apr 2021 04:27:03 +0200, by Pierre-Yves David
-
streamclone: treat volatile file as "fullfile"Tue, 20 Apr 2021 05:08:55 +0200, by Pierre-Yves David
-
nodemap: add a test about nodemap "vacuum" during stream cloneMon, 19 Apr 2021 20:47:46 +0200, by Pierre-Yves David
-
nodemap: add a test about racy commit during stream cloneMon, 19 Apr 2021 20:24:13 +0200, by Pierre-Yves David
-
streamclone: remove sleep based "synchronisation" in testsMon, 19 Apr 2021 19:12:28 +0200, by Pierre-Yves David
-
testing: add a `write_file` functionMon, 19 Apr 2021 19:10:49 +0200, by Pierre-Yves David
-
testing: add a utility function to wait for file createMon, 19 Apr 2021 19:10:18 +0200, by Pierre-Yves David
-
streamclone: check the errors log in testsMon, 19 Apr 2021 19:09:18 +0200, by Pierre-Yves David
-
mail: use a context manager when writing to mboxTue, 20 Apr 2021 00:23:56 -0400, by Matt Harbison
-
errors: remove unnecessary varargs handling from OutOfBandErrorMon, 19 Apr 2021 21:31:24 -0700, by Martin von Zweigbergk
-
phab-refresh: use a special comment on the stable branchMon, 19 Apr 2021 11:10:16 +0200, by Pierre-Yves David
-
phab-refresh: extract the comment in a variableMon, 19 Apr 2021 11:04:11 +0200, by Pierre-Yves David
-
tests: make test-archive.t pass on py3.9 (issue6504)Mon, 19 Apr 2021 16:53:45 -0700, by Martin von Zweigbergk
-
errors: raise RemoteError in some places in exchange.pyMon, 19 Apr 2021 12:52:23 -0700, by Martin von Zweigbergk
-
errors: introduce a class for remote errorsMon, 19 Apr 2021 09:37:01 -0700, by Martin von Zweigbergk
-
errors: make OutOfBandError extend AbortMon, 19 Apr 2021 10:49:15 -0700, by Martin von Zweigbergk
-
revlog: replace revlog._io.size with a new revlog.index.entry_sizeMon, 05 Apr 2021 12:22:25 +0200, by Pierre-Yves David
-
perf-discovery: use `get_unique_pull_path`Wed, 14 Apr 2021 20:32:53 +0200, by Pierre-Yves David
-
help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooksWed, 14 Apr 2021 00:38:25 +0800, by Aay Jay Chan
-
nodemap: deal with data mmap errorFri, 16 Apr 2021 15:39:00 +0200, by Pierre-Yves David
-
nodemap: test various corruption scenario for the persistent nodemapFri, 16 Apr 2021 14:59:13 +0200, by Pierre-Yves David
-
cmdutil: fix an uninitialize variable usage in clearunfinished()Sat, 17 Apr 2021 00:28:21 -0400, by Matt Harbison
-
help: document `$HG_NEW_OBSMARKERS` in pretxnclose hookMon, 05 Apr 2021 14:19:17 +0800, by Aay Jay Chan
-
help: prepend environment variables used in hooks with "$"Thu, 01 Apr 2021 22:43:55 +0800, by Aay Jay Chan
-
revset: drop an outdated commentThu, 15 Apr 2021 09:59:12 +0200, by Pierre-Yves David
-
ui: deprecated `ui.expandpath`Thu, 15 Apr 2021 01:03:12 +0200, by Pierre-Yves David
-
urlutil: remove usage of `ui.expandpath` in `get_clone_path`Wed, 14 Apr 2021 21:29:27 +0200, by Pierre-Yves David
-
urlutil: remove usage of `ui.expandpath` in `get_unique_pull_path`Wed, 14 Apr 2021 21:27:00 +0200, by Pierre-Yves David
-
urlutil: remove usage of `ui.expandpath` in `get_pull_paths`Wed, 14 Apr 2021 21:20:58 +0200, by Pierre-Yves David
-
debugbackupbundle: use `get_unique_pull_path`Wed, 14 Apr 2021 21:15:53 +0200, by Pierre-Yves David
-
debugssl: use `get_unique_pull_path`Wed, 14 Apr 2021 21:15:22 +0200, by Pierre-Yves David
-
debugdiscovery: use `get_unique_pull_path`Wed, 14 Apr 2021 21:11:39 +0200, by Pierre-Yves David
-
profiling: use `util.expandpath` instead of `ui.expandpath` for outputWed, 14 Apr 2021 21:02:38 +0200, by Pierre-Yves David
-
dispatch: use the new API to resolve --repositoryWed, 14 Apr 2021 20:57:34 +0200, by Pierre-Yves David
-
revset: use `get_unique_pull_path` for `remote(…)`Wed, 14 Apr 2021 20:21:11 +0200, by Pierre-Yves David
-
remotefilelog: use `get_unique_pull_path` in `getflogheads`Wed, 14 Apr 2021 20:15:09 +0200, by Pierre-Yves David
-
summary: use the new APIsWed, 14 Apr 2021 19:30:48 +0200, by Pierre-Yves David
-
share: use `get_clone_path`Wed, 14 Apr 2021 18:37:29 +0200, by Pierre-Yves David
-
init: use `get_clone_path` when suitableWed, 14 Apr 2021 18:02:25 +0200, by Pierre-Yves David
-
clone: use `get_clone_path`Wed, 14 Apr 2021 18:34:42 +0200, by Pierre-Yves David
-
incoming: kill the `repo._subtoppath =` hackWed, 14 Apr 2021 17:41:02 +0200, by Pierre-Yves David
-
identify: use `get_unique_pull_path`Wed, 14 Apr 2021 17:29:27 +0200, by Pierre-Yves David
-
bundle: support multiple destinationsWed, 14 Apr 2021 17:02:20 +0200, by Pierre-Yves David
-
lfs: use the new APIsWed, 14 Apr 2021 14:35:13 +0200, by Pierre-Yves David
-
fastannotate: use `get_unique_pull_path`Wed, 14 Apr 2021 13:06:09 +0200, by Pierre-Yves David
-
remotefilelog: use the right expandpath in to expand `~`Wed, 14 Apr 2021 12:57:55 +0200, by Pierre-Yves David
-
transplant: use `get_unique_pull_path`Fri, 16 Apr 2021 10:46:56 +0200, by Pierre-Yves David
-
infinitepush: use `get_unique_pull_path`Fri, 16 Apr 2021 10:46:52 +0200, by Pierre-Yves David
-
relink: use `get_unique_pull_path`Wed, 14 Apr 2021 12:29:44 +0200, by Pierre-Yves David
-
histedit: use `get_unique_push_path`Wed, 14 Apr 2021 12:01:27 +0200, by Pierre-Yves David
-
urlutil: add a new `get_unique_push_path`Wed, 14 Apr 2021 11:57:20 +0200, by Pierre-Yves David
-
fetch: use `get_unique_pull_path` to retrieve the pathWed, 14 Apr 2021 11:38:10 +0200, by Pierre-Yves David
-
patchbomb: use `get_unique_pull_path`Wed, 14 Apr 2021 11:30:49 +0200, by Pierre-Yves David
-
narrow: use `get_unique_pull_path`Wed, 14 Apr 2021 11:18:48 +0200, by Pierre-Yves David
-
urlutil: add a new `get_unique_pull_path`Wed, 14 Apr 2021 11:15:54 +0200, by Pierre-Yves David
-
mq: use the new `get_clone_path` to get the remote urlWed, 14 Apr 2021 10:51:31 +0200, by Pierre-Yves David
-
urlutil: add a `get_clone_path` functionWed, 14 Apr 2021 10:35:40 +0200, by Pierre-Yves David
-
outgoing: use `get_push_paths` in the revset tooSun, 11 Apr 2021 19:18:54 +0200, by Pierre-Yves David
-
incoming: use `urlutil.get_pull_paths`Wed, 14 Apr 2021 02:14:15 +0200, by Pierre-Yves David
-
outgoing: accept multiple destinationsWed, 14 Apr 2021 01:26:44 +0200, by Pierre-Yves David
-
outgoing: pass subrepo path using function argument instead of abssource hackThu, 15 Apr 2021 09:23:28 +0200, by Pierre-Yves David
-
subrepo: introduce a `repo_rel_or_abs_source` functionThu, 15 Apr 2021 09:23:19 +0200, by Pierre-Yves David
-
urlutil: use bytes for Abort messagesWed, 14 Apr 2021 22:50:41 -0400, by Matt Harbison
-
changegroup: update commentThu, 08 Apr 2021 16:41:13 +0200, by Raphaël Gomès
-
re2: adjust local variable assignment scopeMon, 12 Apr 2021 23:31:54 -0400, by Matt Harbison
-
rhg: Make `files` work on repo-relative paths when possibleSat, 13 Mar 2021 09:50:34 +0100, by Simon Sapin
-
split: avoid strip if split is a no-op (identical to original)Mon, 12 Apr 2021 19:25:34 -0700, by Kyle Lippincott
-
split: fix issue with empty splits adjusting phasesMon, 12 Apr 2021 17:52:46 -0700, by Kyle Lippincott
-
split: add test demonstrating issue with empty splits adjusting phasesMon, 12 Apr 2021 17:51:56 -0700, by Kyle Lippincott
-
test-lfs: fix expected outputWed, 14 Apr 2021 16:09:12 +0200, by Pierre-Yves David
-
test-lfs: avoid a bashism when spawning the serverWed, 14 Apr 2021 15:56:21 +0200, by Pierre-Yves David
-
test-lfs: avoid paginationWed, 14 Apr 2021 15:54:32 +0200, by Pierre-Yves David
-
run-test: make it clearer why we terminating processWed, 14 Apr 2021 15:53:43 +0200, by Pierre-Yves David
-
push-dests: move the code around missing default dest inside `get_push_paths`Tue, 13 Apr 2021 15:30:32 +0200, by Pierre-Yves David
-
push-dests: rework the handling of default valueTue, 13 Apr 2021 15:32:59 +0200, by Pierre-Yves David
-
outgoing: merge the code handling --graph with the main oneSun, 11 Apr 2021 20:00:46 +0200, by Pierre-Yves David
-
outgoing: move filtering logic in its own functionTue, 13 Apr 2021 15:13:20 +0200, by Pierre-Yves David
-
outgoing: make `recurse` a real functionSun, 11 Apr 2021 19:31:03 +0200, by Pierre-Yves David
-
outgoing: remove some early returnSun, 11 Apr 2021 19:20:14 +0200, by Pierre-Yves David
-
infinitepush: use the new function to determine push destinationSat, 10 Apr 2021 21:55:01 +0200, by Pierre-Yves David
-
urlutil: add a `get_pull_paths` to perform the pull destination logicTue, 13 Apr 2021 12:28:44 +0200, by Pierre-Yves David
-
urlutil: add a `get_push_paths` to perform the push destination logicMon, 12 Apr 2021 22:22:56 +0200, by Pierre-Yves David
-
urlutil: extract `parseurl` from `hg` into the new moduleMon, 12 Apr 2021 06:34:54 +0200, by Pierre-Yves David
-
urlutil: extract `url` related code from `util` into the new moduleMon, 12 Apr 2021 03:01:04 +0200, by Pierre-Yves David
-
urlutil: extract `path` related code into a new moduleSun, 11 Apr 2021 23:54:35 +0200, by Pierre-Yves David
-
help: document the `path://` url schemeSat, 10 Apr 2021 15:30:32 +0200, by Pierre-Yves David
-
help: point to `hg help urls` in `hg help config.paths`Sat, 10 Apr 2021 15:28:10 +0200, by Pierre-Yves David
-
merge with stableMon, 12 Apr 2021 22:42:47 -0400, by Matt Harbison
-
narrow: add capabilities for local repos, not just remote peersFri, 09 Apr 2021 17:41:48 -0400, by Charles Chamberlain
-
typing: make minor adjustments to mercurial/util.py to pass pytype checkingThu, 25 Mar 2021 22:29:41 -0400, by Matt Harbison
-
util: fix the signature for the pypy override of sortdict.update()Thu, 25 Mar 2021 20:22:00 -0400, by Matt Harbison
-
typing: add type hints to mercurial/error.pyThu, 25 Mar 2021 18:59:14 -0400, by Matt Harbison
-
tests: add a (very slow) test that executes pytypeFri, 19 Mar 2021 00:36:26 -0400, by Matt Harbison
-
upgrade: do not hardcore file extension of revlogsTue, 06 Apr 2021 10:38:27 +0200, by Pierre-Yves David
-
upgrade: take advantage of the new information returned by `store.walk`Tue, 06 Apr 2021 10:38:11 +0200, by Pierre-Yves David
-
store: also return some information about the type of file `walk` foundTue, 06 Apr 2021 10:38:03 +0200, by Pierre-Yves David
-
tests: skip test-git-interop.t on WindowsMon, 05 Apr 2021 23:54:54 -0400, by Matt Harbison
-
contrib: restore the `hg fix` configuration in the examplesMon, 05 Apr 2021 13:02:51 -0400, by Matt Harbison
-
blackbox: fix type error on log rotation on read-only filesystemWed, 31 Mar 2021 17:54:02 -0400, by Valentin Gatien-Baron
-
rust: Remove use of `py.eval()`Thu, 08 Apr 2021 14:38:27 +0200, by Simon Sapin
-
rust: Remove the compile-time 'dirstate-tree' feature flagThu, 08 Apr 2021 21:46:54 +0200, by Simon Sapin
-
procutil: avoid using os.fork() to implement runbgcommandSun, 13 Sep 2020 22:14:25 -0400, by Valentin Gatien-Baron
-
share: store relative share paths with '/' separatorsThu, 08 Apr 2021 18:43:08 -0400, by Matt Harbison
-
unit-tests: Fix `cargo test` on 32-bit platformsFri, 09 Apr 2021 12:02:51 +0200, by Simon Sapin
-
rename: add --forget option and stop suggesting `hg revert` for undoingFri, 09 Apr 2021 08:46:40 -0700, by Martin von Zweigbergk
-
win32: enable legacy I/O mode to fix missing pager output on Windows with py3Fri, 09 Apr 2021 11:32:19 -0400, by Matt Harbison
-
persistent-nodemap: enable the feature by default when using RustThu, 14 Jan 2021 04:58:20 +0100, by Pierre-Yves David
-
persistent-nodemap: disable it for test-wireproto-content-redirects.tFri, 09 Apr 2021 03:36:24 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it for test-wireproto-command-capabilities.tFri, 09 Apr 2021 03:30:18 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-wireproto-caching.tFri, 09 Apr 2021 03:36:07 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-ssh-proto-unbundle.tFri, 09 Apr 2021 03:51:25 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-ssh-proto.tFri, 09 Apr 2021 03:51:35 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-share-safe.tFri, 09 Apr 2021 04:13:07 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-http-protocol.tFri, 09 Apr 2021 03:44:45 +0200, by Pierre-Yves David
-
persistent-nodemap: disable it unconditionally for test-http-bad-server.tFri, 09 Apr 2021 03:15:07 +0200, by Pierre-Yves David
-
clang-format: run the formatter on mercurial/cext/revlog.cThu, 08 Apr 2021 20:05:59 +0200, by Pierre-Yves David
-
revlog-compression: use zstd by default (if available)Tue, 06 Apr 2021 18:55:19 +0200, by Pierre-Yves David
-
rhg: make rhg recognise it supports zstd compression for revlogsWed, 07 Apr 2021 13:31:15 +0200, by Pierre-Yves David
-
match: convert O(n) to O(log n) in exactmatcher.visitchildrensetWed, 31 Mar 2021 12:46:54 -0700, by Kyle Lippincott
-
exthelper: improve docs to indicate what module vars are neededTue, 30 Mar 2021 13:05:22 -0700, by Kyle Lippincott
-
tests: restore the ability to run `black` on WindowsMon, 05 Apr 2021 12:44:33 -0400, by Matt Harbison
-
setup: copy python3.dll next to hg.exe when building on Windows for hgext.gitSat, 03 Apr 2021 21:15:45 -0400, by Matt Harbison
-
tests: stablize test-hook.t on WindowsSat, 03 Apr 2021 20:26:45 -0400, by Matt Harbison
-
tests: handle Windows file separator differences in test-config.tSat, 03 Apr 2021 20:25:37 -0400, by Matt Harbison
-
tests: update the detailed exit codes for icasefs gated testsSat, 03 Apr 2021 15:02:09 -0400, by Matt Harbison
-
tests: update the detailed exit codes in test-phabricator.tSat, 03 Apr 2021 15:00:20 -0400, by Matt Harbison
-
tests: avoid using rebaseskipobsolete=0Thu, 25 Mar 2021 15:38:31 -0700, by Martin von Zweigbergk
-
rebase: when using --keep, don't care about pruned commits or divergenceThu, 25 Mar 2021 11:35:16 -0700, by Martin von Zweigbergk
-
rebase: remove duplicate initialization of a fieldThu, 25 Mar 2021 08:38:16 -0700, by Martin von Zweigbergk
-
rust: bump rust-cpython version to 0.5.2Mon, 05 Apr 2021 12:22:12 +0200, by Pierre-Yves David
-
revlog: directly use the Struct object for related operationMon, 05 Apr 2021 12:21:58 +0200, by Pierre-Yves David
-
revlog: move the "index header" struct inside revlog.utils.constantsMon, 05 Apr 2021 12:21:23 +0200, by Pierre-Yves David
-
revlog: move the details of revlog "v2" index inside revlog.utils.constantsMon, 05 Apr 2021 12:21:12 +0200, by Pierre-Yves David
-
revlog: move the details of revlog "v1" index inside revlog.utils.constantsMon, 05 Apr 2021 12:21:01 +0200, by Pierre-Yves David
-
revlog: move the details of revlog "v0" index inside revlog.utils.constantsMon, 05 Apr 2021 12:20:52 +0200, by Pierre-Yves David
-
revlog: add some comment in the header sectionsMon, 05 Apr 2021 12:20:40 +0200, by Pierre-Yves David
-
store: drop the `filefilter` argument to `_walk`Tue, 06 Apr 2021 10:37:55 +0200, by Pierre-Yves David
-
store: document the `walk` methodTue, 06 Apr 2021 10:37:47 +0200, by Pierre-Yves David
-
revlog: fix error about unknown compression format in py3Tue, 06 Apr 2021 13:49:19 -0400, by Valentin Gatien-Baron
-
revlog-compression: fix computation of engine availabilityWed, 07 Apr 2021 12:15:28 +0200, by Pierre-Yves David
-
test: explicitly use zlib compression in tests/test-share-safe.tWed, 07 Apr 2021 00:12:07 +0200, by Pierre-Yves David
-
test: explicitly use zlib compression in tests/test-upgrade-repo.tTue, 06 Apr 2021 18:50:32 +0200, by Pierre-Yves David
-
test: explicitly use zlib compression in tests/test-repo-compengines.tTue, 06 Apr 2021 18:49:01 +0200, by Pierre-Yves David
-
remotefilelog: include file contents in bundles produced during stripTue, 06 Apr 2021 14:21:03 -0700, by Kyle Lippincott
-
tests: add test-remotefilelog-strip.t to demonstrate an issue with linknodesTue, 06 Apr 2021 15:38:33 -0700, by Kyle Lippincott
-
mergestate: remove unused importWed, 31 Mar 2021 00:19:52 +0200, by Joerg Sonnenberger
-
deb: avoid use of [[ in 'rules' fileTue, 30 Mar 2021 15:54:36 -0700, by Kyle Lippincott
-
refactor: prefer checks against nullrev over nullidTue, 30 Mar 2021 02:32:30 +0200, by Joerg Sonnenberger
-
refactor: prefer lookup by revision, even for nullTue, 30 Mar 2021 02:33:12 +0200, by Joerg Sonnenberger
-
setdiscovery: simplify by using tiprev directlyMon, 29 Mar 2021 01:35:54 +0200, by Joerg Sonnenberger
-
test: enforce master to be the default branch in testSun, 28 Mar 2021 19:50:37 +0200, by Pierre-Yves David
-
fix: merge importsSun, 28 Mar 2021 21:53:39 +0200, by Joerg Sonnenberger
-
tests: update divergence test for `hg fix` to actually result in divergenceThu, 11 Feb 2021 21:23:05 -0800, by Martin von Zweigbergk
-
rebase: don't call rewriteutil.precheck() with to-be-skipped commitsTue, 23 Mar 2021 22:48:27 -0700, by Martin von Zweigbergk
-
reabase: call rewriteutil.precheck() a bit laterTue, 23 Mar 2021 14:15:40 -0700, by Martin von Zweigbergk
-
rebase: set `prepared = True` at very end of `_preparenewrebase()`Tue, 23 Mar 2021 14:49:31 -0700, by Martin von Zweigbergk
-
rebase: filter out descendants of divergence-causing commits earlierFri, 19 Mar 2021 22:52:59 -0700, by Martin von Zweigbergk
-
rebase: clarify names of variables and function related to obsolete revisionsFri, 19 Mar 2021 10:34:16 -0700, by Martin von Zweigbergk
-
rebase: calculate obsolescense-related info earlierFri, 12 Feb 2021 16:05:02 -0800, by Martin von Zweigbergk
-
rebase: let _handleskippingobsolete(self) read directly from selfFri, 12 Feb 2021 16:19:33 -0800, by Martin von Zweigbergk
-
tests: test divergence created during interrupted rebaseTue, 23 Mar 2021 10:12:58 -0700, by Martin von Zweigbergk
-
tests: split up test-rebase-obsolete.t in four piecesTue, 23 Mar 2021 09:13:29 -0700, by Martin von Zweigbergk
-
path: error out if the `path://` reference point to an unknown pathWed, 24 Mar 2021 00:04:58 +0100, by Pierre-Yves David
-
path: forbid chaining `path://` definitionsTue, 23 Mar 2021 23:55:33 +0100, by Pierre-Yves David
-
path: introduce a `path://` syntax to reference other path nameThu, 18 Mar 2021 12:02:01 +0100, by Pierre-Yves David
-
path: extract sub-option logic into its own methodSun, 21 Mar 2021 16:31:42 +0100, by Pierre-Yves David
-
path: extract the path validation logic into its own submethodSun, 21 Mar 2021 17:52:15 +0100, by Pierre-Yves David
-
path: move handling of "default" (*) suboptions value inside __init__Thu, 18 Mar 2021 10:12:55 +0100, by Pierre-Yves David
-
rhg: Initial support for the 'status' commandTue, 16 Mar 2021 15:12:03 +0100, by Georges Racinet
-
rhg: raise wdir specific error for `hg debugdata`Tue, 23 Mar 2021 19:58:49 +0530, by Pulkit Goyal
-
rhg: add support for detailed exit code for ConfigParseErrorSat, 20 Mar 2021 02:03:57 +0530, by Pulkit Goyal
-
contributor: change mentions of mpm to oliviaThu, 25 Mar 2021 18:02:08 +0100, by Raphaël Gomès
-
fuzz: use Python 3 in makefileMon, 22 Mar 2021 15:29:05 -0700, by Martin von Zweigbergk
-
makefile: use Python 3 by default when building docs as wellMon, 22 Mar 2021 13:21:12 -0700, by Martin von Zweigbergk
-
tests: replace some `python` by `"$PYTHON"` to not only use Python 2Mon, 22 Mar 2021 13:14:11 -0700, by Martin von Zweigbergk
-
copies: distinguish between merged and touched files during upgradeSat, 13 Mar 2021 03:17:00 +0100, by Pierre-Yves David
-
copies: detect files as `touched/salvaged` if they only existed on one sideMon, 15 Mar 2021 13:37:45 +0100, by Pierre-Yves David
-
test-copies: add a test updating file content while salvaging itTue, 02 Mar 2021 02:00:29 +0100, by Pierre-Yves David
-
test-copies: show some wrong ChangedFiles upgradeSat, 13 Mar 2021 04:54:05 +0100, by Pierre-Yves David
-
commit: get info from mergestate whether a file was merged or notWed, 10 Mar 2021 13:14:32 +0530, by Pulkit Goyal
-
typing: disable processing of mercurial/upgrade_utils/actions.py stableThu, 25 Mar 2021 19:06:28 -0400, by Matt Harbison
-
revset: introduce a `nodefromfile` revsetWed, 17 Mar 2021 20:06:35 +0100, by Pierre-Yves David
-
commands: necessary annotations and assertions to pass pytypeFri, 19 Mar 2021 00:28:30 -0400, by Matt Harbison
-
typing: mark the argument to mercurial.i18n.gettext() non-OptionalThu, 18 Mar 2021 23:41:00 -0400, by Matt Harbison
-
revlog: convert an Abort message to bytesThu, 18 Mar 2021 18:57:21 -0400, by Matt Harbison
-
setdiscovery: add a discovery.grow-sample.dynamic optionWed, 17 Mar 2021 19:06:00 +0100, by Pierre-Yves David
-
setdiscovery: rearrange code deciding if we will grow the sampleWed, 17 Mar 2021 19:10:28 +0100, by Pierre-Yves David
-
debugdiscovery: document relevant config optionWed, 17 Mar 2021 18:40:50 +0100, by Pierre-Yves David
-
re2: feed unicode string to re2 module when necessary stableFri, 26 Mar 2021 18:37:25 +0100, by Pierre-Yves David
-
rebase: skip obsolete commits even if they have pruned successorsFri, 19 Mar 2021 12:08:46 -0700, by Martin von Zweigbergk
-
tests: ask any chg instance to terminate before looking at sqlite dbsSat, 20 Mar 2021 00:37:57 +0100, by Joerg Sonnenberger
-
chg: kill trailing comma in SEE ALSOSat, 20 Mar 2021 00:36:43 +0100, by Joerg Sonnenberger
-
bisect: use standard one-line commit summaryFri, 19 Mar 2021 23:16:09 -0700, by Martin von Zweigbergk
-
rhg: Add more conversions between error typesFri, 19 Mar 2021 13:18:53 +0100, by Simon Sapin
-
tests: resort to fix test with newer git versionsFri, 19 Mar 2021 23:51:46 +0100, by Joerg Sonnenberger
-
git: fix missing case from 6266d19556ad (introduction of nodeconstants)Fri, 19 Mar 2021 23:34:29 +0100, by Joerg Sonnenberger
-
merge with stableThu, 18 Mar 2021 18:24:59 -0400, by Matt Harbison
-
typing: rewrite a conditional assignment to unconfuse pytype stableSat, 13 Mar 2021 02:09:23 -0500, by Matt Harbison
-
typing: add assertions to localrepo.py to appease pytype stableSat, 13 Mar 2021 02:07:34 -0500, by Matt Harbison
-
obsutil: maintain a homogenous list when computing successors stableFri, 12 Mar 2021 21:19:17 -0500, by Matt Harbison
-
typing: add an assertion to verify.py to appease pytype stableFri, 12 Mar 2021 23:28:56 -0500, by Matt Harbison
-
typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype stableFri, 12 Mar 2021 20:25:12 -0500, by Matt Harbison
-
crecord: null out the curses attribute with `None` on failure to import stableFri, 12 Mar 2021 19:02:07 -0500, by Matt Harbison
-
typing: disable module attribute warnings for properly conditionalized code stableSat, 13 Mar 2021 00:40:46 -0500, by Matt Harbison
-
typing: disable import error warnings that are already handled stableSat, 13 Mar 2021 00:38:59 -0500, by Matt Harbison
-
typing: disable a few errors when accessing Windows specific attributes stableFri, 12 Mar 2021 17:22:35 -0500, by Matt Harbison
-
typing: disable a few errors calling py3.7+ functions in resourceutil.py stableFri, 12 Mar 2021 16:55:18 -0500, by Matt Harbison
-
test-copies: add a test updating file content while merging a pure overwriteTue, 02 Mar 2021 00:05:22 +0100, by Pierre-Yves David
-
mergestate: don't pop stateextras when there are no conflicts on filemergeWed, 10 Mar 2021 13:08:41 +0530, by Pulkit Goyal
-
node: introduce nodeconstants classWed, 13 Jan 2021 16:14:58 +0100, by Joerg Sonnenberger
-
revlog: guarantee that p1 != null if a non-null parent existsWed, 10 Mar 2021 18:09:21 +0100, by Joerg Sonnenberger
-
push: allow to specify multiple destinationsWed, 10 Mar 2021 05:50:20 +0100, by Pierre-Yves David
-
push: indent the some part of the commandWed, 17 Mar 2021 15:20:45 +0100, by Pierre-Yves David
-
bundle: optional multithreaded compression, ATM zstd-onlySun, 08 Nov 2020 20:17:09 +0100, by Joerg Sonnenberger
-
rust: Preallocate the returned `Vec` in `utils::files::relativize_path`Sat, 13 Mar 2021 08:59:03 +0100, by Simon Sapin
-
black: merge config into main pyproject.toml now that we have itTue, 01 Dec 2020 12:59:33 -0500, by Augie Fackler
-
pyproject: add config fileTue, 01 Dec 2020 12:52:04 -0500, by Augie Fackler
-
perf-util: add an helper revset to use the same spec as the case search scriptTue, 16 Mar 2021 12:52:23 +0100, by Pierre-Yves David
-
perf-helpers: add a search-discovery-case scriptMon, 15 Mar 2021 18:01:42 +0100, by Pierre-Yves David
-
debugdiscovery: add missing byte string marker to some help textTue, 16 Mar 2021 09:41:01 +0100, by Pierre-Yves David
-
debugdiscovery: also integrate the discovery output in the json oneMon, 15 Mar 2021 17:09:42 +0100, by Pierre-Yves David
-
debugdiscovery: add support for Json outputMon, 15 Mar 2021 16:55:03 +0100, by Pierre-Yves David
-
perf-helper: add a new sampling revset based on anti-chainMon, 15 Mar 2021 16:37:11 +0100, by Pierre-Yves David
-
perf-helper: add a small extension with revsets to select repository subsetMon, 15 Mar 2021 16:35:54 +0100, by Pierre-Yves David
-
amend: mark commit obsolete after moving working copyTue, 26 Feb 2019 15:54:20 -0800, by Martin von Zweigbergk
-
pull: allow to specify multiple sourcesWed, 10 Mar 2021 06:03:01 +0100, by Pierre-Yves David
-
pull: pre-indent a part of the functionWed, 10 Mar 2021 06:03:55 +0100, by Pierre-Yves David
-
command: clarify `postincoming` return and that return handlingWed, 10 Mar 2021 05:54:27 +0100, by Pierre-Yves David
-
hg: make `clean` return consistent with the `update` functionWed, 10 Mar 2021 05:54:02 +0100, by Pierre-Yves David
-
tests: rename `test-pull` to `test-pull-network.t`Wed, 10 Mar 2021 16:28:46 +0100, by Pierre-Yves David
-
tests: move a test about update in test-pull-update.tWed, 10 Mar 2021 16:35:17 +0100, by Pierre-Yves David
-
split: close transaction in the unlikely event of a conflict while rebasingFri, 12 Mar 2021 09:15:40 -0800, by Martin von Zweigbergk
-
rust-status: fix issue6456 for the Rust implementation alsoMon, 15 Mar 2021 13:05:00 +0100, by Raphaël Gomès
-
README: document requirement for builtin zstdTue, 16 Mar 2021 00:07:12 +0100, by Joerg Sonnenberger
-
ci: Add a job testing with rhg installed as `hg`Mon, 08 Mar 2021 21:04:51 +0100, by Simon Sapin
-
run-test: install rhg if --rhg is passedWed, 10 Mar 2021 13:54:46 +0100, by Pierre-Yves David
-
makefile: add a install optionWed, 10 Mar 2021 13:54:13 +0100, by Pierre-Yves David
-
makefile: add a build-rhg optionWed, 10 Mar 2021 13:54:00 +0100, by Pierre-Yves David
-
makefile: add a install-chg optionWed, 10 Mar 2021 13:53:47 +0100, by Pierre-Yves David
-
makefile: add a build-chg optionWed, 10 Mar 2021 13:53:31 +0100, by Pierre-Yves David
-
tests: Disable for rhg remaining tests that fail in that modeFri, 12 Mar 2021 23:04:56 +0100, by Simon Sapin
-
rhg: Remove `rhg.fallback-executable=hg` default configurationFri, 12 Mar 2021 21:44:07 +0100, by Simon Sapin
-
rhg: Return an error code for `rhg config Section.idontexist`Tue, 09 Mar 2021 09:17:24 +0100, by Simon Sapin
-
rhg: Fall back to Python for --versionMon, 08 Mar 2021 20:04:20 +0100, by Simon Sapin
-
rhg: Exit with an error code if `files` finds nothingMon, 08 Mar 2021 19:25:33 +0100, by Simon Sapin
-
rhg: `cat` command: print error messages for missing filesWed, 03 Mar 2021 16:40:03 +0100, by Simon Sapin
-
rhg: Silently ignore missing files in config %includeMon, 08 Mar 2021 19:07:29 +0100, by Simon Sapin
-
rhg: Add support for environment variables in config include pathsMon, 08 Mar 2021 15:35:32 +0100, by Simon Sapin
-
rhg: Add support for the HGRCSKIPREPO environment variableMon, 08 Mar 2021 08:55:48 +0100, by Simon Sapin
-
rhg: Don’t make repository path absolute too earlyMon, 08 Mar 2021 08:35:43 +0100, by Simon Sapin
-
rhg: Fall back to Python if ui.relative-paths is configuredFri, 05 Mar 2021 13:28:49 +0100, by Simon Sapin
-
tests: clarify some missing output in test-merge-subreposMon, 08 Mar 2021 17:32:22 +0100, by Pierre-Yves David
-
tests: Adapt expected output for minor differences with rhgFri, 05 Mar 2021 11:39:21 +0100, by Simon Sapin
-
rhg: Add support for --cwdFri, 05 Mar 2021 11:21:15 +0100, by Simon Sapin
-
rhg: Align with Python on some more error messagesThu, 04 Mar 2021 13:30:20 +0100, by Simon Sapin
-
rhg: Add an allow-list of ignored extensionsFri, 12 Mar 2021 22:38:40 +0100, by Simon Sapin
-
rhg: Fall back to Python if unsupported extensions are enabledThu, 04 Mar 2021 10:58:43 +0100, by Simon Sapin
-
rhg: Sort config files when adding a directoryWed, 03 Mar 2021 20:02:07 +0100, by Simon Sapin
-
rhg: Align config file parse error formatting with PythonWed, 03 Mar 2021 19:47:48 +0100, by Simon Sapin
-
rhg: Fall back to Python for bundle repositoriesWed, 03 Mar 2021 19:08:27 +0100, by Simon Sapin
-
rhg: Fall back to Python on --repository with an URLWed, 03 Mar 2021 19:02:06 +0100, by Simon Sapin
-
rhg: Print non-absolutized path in "repository {} not found" errorsWed, 03 Mar 2021 18:43:05 +0100, by Simon Sapin
-
rhg: Align "malformed --config" error message with PythonWed, 03 Mar 2021 18:40:17 +0100, by Simon Sapin
-
rhg: Fall back to Python on unsupported `rhg config <section>`Wed, 03 Mar 2021 18:38:22 +0100, by Simon Sapin
-
rhg: Fall back to Python for unsupported revset syntaxTue, 02 Mar 2021 23:18:23 +0100, by Simon Sapin
-
tests: Add `rhg` and `no-rhg` for #require and #if in .t filesWed, 03 Mar 2021 18:00:54 +0100, by Simon Sapin
-
tests: Enable rhg fallback to Python by default in testsTue, 02 Mar 2021 22:42:10 +0100, by Simon Sapin
-
rhg: Add environment variables for fallback configurationFri, 12 Mar 2021 18:45:32 +0100, by Simon Sapin
-
paths: add a `*` special path to define default sub optionThu, 11 Mar 2021 11:22:54 +0100, by Pierre-Yves David
-
ui: pass a `ui` object to `paths.getpath`Thu, 11 Mar 2021 17:26:49 +0100, by Pierre-Yves David
-
configitems: add TODOs blocking the move out of experimental for revlogv2Mon, 15 Mar 2021 10:57:02 +0100, by Raphaël Gomès
-
sidedata-exchange: rewrite sidedata on-the-fly whenever possibleFri, 19 Feb 2021 11:24:50 +0100, by Raphaël Gomès
-
revlog-index: add `replace_sidedata_info` methodMon, 15 Feb 2021 11:08:28 +0100, by Raphaël Gomès
-
revlogv2: temporarily forbid inline revlogsFri, 19 Feb 2021 11:04:17 +0100, by Raphaël Gomès
-
changegroupv4: add sidedata helpersFri, 19 Feb 2021 11:15:42 +0100, by Raphaël Gomès
-
revlog: add attribute on revlogs that specifies its kindWed, 10 Mar 2021 19:33:18 +0100, by Raphaël Gomès
-
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to reposFri, 19 Feb 2021 10:53:27 +0100, by Raphaël Gomès
-
delta: add sidedata field to revision deltaThu, 18 Feb 2021 18:18:35 +0100, by Raphaël Gomès
-
changegroup: add v4 changegroup for revlog v2 exchangeThu, 18 Feb 2021 17:36:52 +0100, by Raphaël Gomès
-
revlogv2: don't assume that the sidedata of the last rev is right after dataFri, 19 Feb 2021 11:07:10 +0100, by Raphaël Gomès
-
sidedata: move to new sidedata storage in revlogv2Mon, 18 Jan 2021 11:44:51 +0100, by Raphaël Gomès
-
cext: add support for revlogv2Wed, 20 Jan 2021 18:35:12 +0100, by Raphaël Gomès
-
bitmanipulation: add utils to read/write bigendian 64bit integersMon, 18 Jan 2021 10:43:12 +0100, by Raphaël Gomès
-
format: remove sidedata format variantThu, 04 Mar 2021 09:55:06 +0100, by Raphaël Gomès
-
revlogv2: allow upgrading to v2Wed, 20 Jan 2021 21:14:06 +0100, by Raphaël Gomès
-
revlog: introduce v2 formatThu, 28 Jan 2021 15:28:57 +0100, by Raphaël Gomès
-
wsgicgi: switch the default PATH_INFO back to str stableFri, 12 Mar 2021 20:19:12 -0500, by Matt Harbison
-
crecord: convert an instance of bytes to str stableFri, 12 Mar 2021 18:55:06 -0500, by Matt Harbison
-
crecord: change str literals to byte literals stableFri, 12 Mar 2021 18:51:22 -0500, by Matt Harbison
-
bisect: replace a missing method on the list primitive stableFri, 12 Mar 2021 17:59:02 -0500, by Matt Harbison
-
typing: disable a module-attr warning in the worker module's py2 code stableThu, 11 Mar 2021 21:09:55 -0500, by Matt Harbison
-
wireprotoserver: convert ErrorResponse to bytes stableThu, 11 Mar 2021 21:07:04 -0500, by Matt Harbison
-
verify: convert an exception to bytes before logging stableThu, 11 Mar 2021 21:02:03 -0500, by Matt Harbison
-
typing: add an assertion to the upgrade engine to help pytype stableThu, 11 Mar 2021 19:50:14 -0500, by Matt Harbison
-
subrepo: handle unexpected file types from git gracefully stableThu, 11 Mar 2021 19:21:58 -0500, by Matt Harbison
-
patch: convert a UI message to bytes when editing a patch stableThu, 11 Mar 2021 18:45:18 -0500, by Matt Harbison
-
merge: force an exception message to bytes before printing as a warning stableThu, 11 Mar 2021 18:33:39 -0500, by Matt Harbison
-
hg: convert an exception to bytes in the repo creation exception handler stableThu, 11 Mar 2021 18:09:55 -0500, by Matt Harbison
-
typing: add an assertion instead of blacklisting mercurial/extensions.py stableThu, 11 Mar 2021 17:55:52 -0500, by Matt Harbison
-
debug: convert a few exceptions to bytes before wrapping in another error stableThu, 11 Mar 2021 17:27:31 -0500, by Matt Harbison
-
grep: convert an exception to bytes for a warning message stableThu, 11 Mar 2021 17:16:29 -0500, by Matt Harbison
-
morestatus: convert a UI message about merge conflicts to bytes stableThu, 11 Mar 2021 17:14:30 -0500, by Matt Harbison
-
changegroup: convert a warning message to bytes stableThu, 11 Mar 2021 17:12:08 -0500, by Matt Harbison
-
branchmap: force Exception to bytes before logging stableThu, 11 Mar 2021 17:10:52 -0500, by Matt Harbison
-
mail: convert SMTPException to bytes before passing to error.Abort() stableThu, 11 Mar 2021 17:04:58 -0500, by Matt Harbison
-
typing: switch an argument type to the generic form stableThu, 11 Mar 2021 17:02:28 -0500, by Matt Harbison
-
typing: ensure that error.Abort is given bytes stableThu, 11 Mar 2021 21:25:28 -0500, by Matt Harbison
-
typing: fix a suppression directive that was mangled by black formatting stableThu, 11 Mar 2021 21:21:41 -0500, by Matt Harbison
-
commit: reorder if-else conditional to give mergestate info priority stableThu, 04 Mar 2021 17:35:58 +0530, by Pulkit Goyal
-
enclink: check contents of symlinks not just size in case of fcrypt stableWed, 10 Mar 2021 15:24:52 +1000, by Corey Schuhen
-
rebase: inline simple function for finding obsolete subset of commitsFri, 12 Feb 2021 16:13:34 -0800, by Martin von Zweigbergk
-
ci: hook network-io tests into the pipelineThu, 25 Feb 2021 20:57:11 +0100, by Joerg Sonnenberger
-
merge: with stableFri, 12 Mar 2021 13:13:13 -0500, by Augie Fackler
-
test: update expected output in test-http.tWed, 10 Mar 2021 18:24:23 +0100, by Pierre-Yves David
-
remotefilelog: remove unused importWed, 10 Mar 2021 18:23:24 +0100, by Pierre-Yves David
-
wireprotov1peer: don't raise internal errors in some casesThu, 25 Feb 2021 10:08:33 -0500, by Valentin Gatien-Baron
-
sshpeer: don't fail forwarding output from closed connectionsThu, 25 Feb 2021 10:00:08 -0500, by Valentin Gatien-Baron
-
test: show internal exception with batchable rpcs over sshThu, 25 Feb 2021 09:59:23 -0500, by Valentin Gatien-Baron
-
rhg: Ignore trailing newlines in .hg/sharedpathThu, 04 Mar 2021 13:26:53 +0100, by Simon Sapin
-
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`Tue, 02 Mar 2021 21:31:12 +0100, by Simon Sapin
-
rhg: Add support for automatic fallback to PythonMon, 01 Mar 2021 20:36:06 +0100, by Simon Sapin
-
rhg: Add a `rhg.on-unsupported` configuration keyMon, 01 Mar 2021 16:18:42 +0100, by Simon Sapin
-
rhg: Make configuration available as early as possible in main()Mon, 01 Mar 2021 13:51:35 +0100, by Simon Sapin
-
rust: Upgrade Cargo.lock to the newer formatTue, 02 Mar 2021 09:55:52 +0100, by Simon Sapin
-
sshpeer: enable+fix warning about sshpeers not being closed explicitlyMon, 15 Feb 2021 14:48:36 -0500, by Valentin Gatien-Baron
-
sshpeer: add a develwarning if an sshpeer is not closed explicitlyMon, 15 Feb 2021 14:40:17 -0500, by Valentin Gatien-Baron
-
remotefilelog: rework workaround for sshpeer deadlocksMon, 15 Feb 2021 14:15:02 -0500, by Valentin Gatien-Baron
-
sshpeer: add a method to check if a doublepipe is closedMon, 15 Feb 2021 14:11:38 -0500, by Valentin Gatien-Baron
-
sshpeer: make sshpeer.close() close the underlying connectionMon, 15 Feb 2021 13:59:36 -0500, by Valentin Gatien-Baron
-
copies-rust: add a macro-based unit-testing frameworkMon, 11 Jan 2021 13:33:00 +0100, by Simon Sapin
-
copies-rust: rewrite ChangedFiles binary parsingWed, 06 Jan 2021 23:11:59 +0100, by Simon Sapin
-
tags: validate nodes in _getfnodes() and update cache in case of unknown nodesTue, 02 Mar 2021 00:02:25 +0530, by Pulkit Goyal
-
debugtagscache: verify that filenode is correctMon, 15 Feb 2021 17:08:18 +0530, by Pulkit Goyal
-
tests: demonstrate a case where a corrupt tag cache causes an abortThu, 24 Dec 2020 12:23:46 -0500, by Matt Harbison
-
debugcommands: prevent using `is False`Tue, 16 Feb 2021 20:38:14 +0530, by Pulkit Goyal
-
hgtagsfnodes: refactor code to compute fnode into separate fnTue, 16 Feb 2021 18:43:42 +0530, by Pulkit Goyal
-
error: remove shortening of node in error messageWed, 10 Feb 2021 17:24:54 +0530, by Pulkit Goyal
-
copies: filter out copies grafted from another branchThu, 04 Mar 2021 08:20:19 -0800, by Martin von Zweigbergk
-
copies: inline _backwardrenames() in pathcopies()Fri, 05 Mar 2021 14:26:56 -0800, by Martin von Zweigbergk
-
copies: extract function _backwardcopies() for reversing renamesFri, 05 Mar 2021 14:26:52 -0800, by Martin von Zweigbergk
-
tests: demonstrate how grafted copies are counted when tracing across branchesFri, 05 Mar 2021 10:16:44 -0800, by Martin von Zweigbergk
-
typing: add some type annotations to mercurial/pathutil.pySat, 06 Mar 2021 23:43:44 -0500, by Matt Harbison
-
typing: add some type annotations to mercurial/util.pySat, 06 Mar 2021 23:41:32 -0500, by Matt Harbison
-
typing: add some type annotations to mercurial/phases.pySat, 06 Mar 2021 18:51:33 -0500, by Matt Harbison
-
typing: add type annotations to the public methods of mercurial/subrepoutil.pySat, 06 Mar 2021 17:52:09 -0500, by Matt Harbison
-
typing: add type annotations to mercurial/i18n.pySat, 06 Mar 2021 15:58:23 -0500, by Matt Harbison
-
typing: add type annotations to mercurial/utils/dateutil.pySat, 06 Mar 2021 15:26:46 -0500, by Matt Harbison
-
shelve: fix conversion of exceptions to strings flagged by pytypeSat, 06 Mar 2021 15:08:22 -0500, by Matt Harbison
-
releasenotes: use the right API to access the 'sections'Sat, 06 Mar 2021 06:32:25 +0100, by Pierre-Yves David
-
requirements: also add a fncache constantWed, 03 Mar 2021 12:37:13 +0100, by Raphaël Gomès
-
requirements: also add a store constantWed, 03 Mar 2021 12:35:29 +0100, by Raphaël Gomès
-
requirements: also add a dotencode constantWed, 03 Mar 2021 12:33:24 +0100, by Raphaël Gomès
-
pure-parsers: document index class constantsTue, 02 Mar 2021 18:51:18 +0100, by Raphaël Gomès
-
copies: choose target directory based on longest matchThu, 04 Mar 2021 16:06:55 -0800, by Martin von Zweigbergk
-
exchange: stop advertising rev-branch-cache bundle capabilityThu, 04 Mar 2021 21:58:55 +0100, by Joerg Sonnenberger
-
errors: use more specific errors in rebase extensionFri, 29 Jan 2021 16:33:12 -0800, by Martin von Zweigbergk
-
changelog: rename parameters to reflect semanticsMon, 01 Mar 2021 16:54:51 +0100, by Joerg Sonnenberger
-
rhg: Don’t attempt to read persistent nodemap without .hg/requires opt-inThu, 25 Feb 2021 21:29:12 +0100, by Simon Sapin
-
debian: support a "chg-first" installation mechanism (hg is actually chg)Thu, 04 Feb 2021 17:34:20 -0800, by Kyle Lippincott
-
relnotes: document a number of node->revision type changesThu, 04 Mar 2021 00:31:18 +0100, by Joerg Sonnenberger
-
requirements: also add a generaldelta constantWed, 03 Mar 2021 12:30:23 +0100, by Raphaël Gomès
-
requirements: add constant for revlog v1 requirementWed, 03 Mar 2021 14:00:45 +0100, by Raphaël Gomès
-
error: add `hint` attribute to `SidedataHashError`Thu, 18 Feb 2021 15:07:45 +0100, by Raphaël Gomès
-
changegroup: use the local variable instead of reaching through selfFri, 19 Feb 2021 11:17:16 +0100, by Raphaël Gomès
-
config: use level to properly deal with value priorityFri, 29 Jan 2021 12:17:11 +0100, by Pierre-Yves David
-
config: track the "level" of a valueFri, 29 Jan 2021 11:21:49 +0100, by Pierre-Yves David
-
config: track "source" along side valueFri, 29 Jan 2021 10:28:03 +0100, by Pierre-Yves David
-
config: use a new `alter` method in `fixconfig`Sat, 30 Jan 2021 00:32:42 +0100, by Pierre-Yves David
-
copies-rust: remove an unnecessary format!() inside assert!()Mon, 01 Mar 2021 14:44:29 -0800, by Martin von Zweigbergk
-
copies: tests and fix parallel computation of changed file informationMon, 01 Mar 2021 20:08:26 +0100, by Pierre-Yves David
-
config: test priority involving alias and cliFri, 29 Jan 2021 13:07:00 +0100, by Pierre-Yves David
-
config: test priority involving alias and includeFri, 29 Jan 2021 12:03:29 +0100, by Pierre-Yves David
-
config: test priority involving aliasFri, 29 Jan 2021 12:02:28 +0100, by Pierre-Yves David
-
rhg: Check .hg/requires for absence of required featuresThu, 25 Feb 2021 21:25:04 +0100, by Simon Sapin
-
rhg: Bug fix: with share-safe, always read store requirementsThu, 25 Feb 2021 23:14:35 +0100, by Simon Sapin
-
copies-rust: pass closures and iterators instead of `&ChangedFiles`Mon, 11 Jan 2021 12:17:16 +0100, by Simon Sapin
-
copies-rust: pass `PathToken` around by valueFri, 08 Jan 2021 11:58:16 +0100, by Simon Sapin
-
tests: correct a commit description in test-copies-chain-merge.tWed, 24 Feb 2021 09:27:33 -0800, by Martin von Zweigbergk
-
fuzz: if the caller of our makefile sets CC and CXX, trust themWed, 24 Feb 2021 12:40:54 -0500, by Augie Fackler
-
rhg: Use clap’s support for global CLI argumentsFri, 26 Feb 2021 12:16:43 +0100, by Simon Sapin
-
revlog: add a mechanism to verify expected file position before appendingWed, 03 Feb 2021 16:33:10 -0800, by Kyle Lippincott
-
narrow: remove assertion about working copy being cleanTue, 23 Feb 2021 22:58:30 -0800, by Martin von Zweigbergk
-
tests: demonstrate assertion error when modifying working copy while narrowingTue, 23 Feb 2021 22:55:26 -0800, by Martin von Zweigbergk
-
ci: test real dependency installation for pipThu, 04 Feb 2021 23:23:35 +0100, by Joerg Sonnenberger
-
rust: Add some unit tests for parse_byte_size in configWed, 17 Feb 2021 20:40:19 +0100, by Simon Sapin
-
rust: Move config value parsing functions to a new moduleWed, 17 Feb 2021 20:24:04 +0100, by Simon Sapin
-
rhg: Add support for the blackbox extensionTue, 16 Feb 2021 13:08:37 +0100, by Simon Sapin
-
blackbox: Remove misleading quotes in config exampleWed, 17 Feb 2021 13:00:25 +0100, by Simon Sapin
-
rust: Add a log file rotation utilityThu, 11 Feb 2021 15:51:11 +0100, by Simon Sapin
-
rust: Add a `ConfigValueParseError` variant to common errorsTue, 16 Feb 2021 15:22:20 +0100, by Simon Sapin
-
rust: Add config parsing support for more value typesTue, 16 Feb 2021 13:55:31 +0100, by Simon Sapin
-
rust: Introduce a get_bytes_from_os_str utility functionWed, 17 Feb 2021 11:21:34 +0100, by Simon Sapin
-
rust: Make `DirstateParents`’s fields typed `Node`sWed, 17 Feb 2021 12:24:53 +0100, by Simon Sapin
-
rust: Rewrite dirstate parsing usin the `bytes-cast` crateWed, 17 Feb 2021 12:06:56 +0100, by Simon Sapin
-
rhg: Move `Repo` object creation into `main()`Mon, 15 Feb 2021 20:13:09 +0100, by Simon Sapin
-
rhg: Group values passed to every sub-command into a structMon, 15 Feb 2021 20:05:32 +0100, by Simon Sapin
-
rhg: Remove error message on unsupported CLI argumentsFri, 12 Feb 2021 16:54:30 +0100, by Simon Sapin
-
copies-rust: send PyBytes values back be dropped ino the parent threadTue, 05 Jan 2021 21:46:21 +0100, by Simon Sapin
-
copies-rust: introduce PyBytesWithData to reduce GIL requirementThu, 26 Nov 2020 18:23:51 +0100, by Simon Sapin
-
copies-rust: move CPU-heavy Rust processing into a child threadWed, 06 Jan 2021 14:09:01 +0100, by Simon Sapin
-
copies-rust: split up combine_changeset_copies function into a structTue, 05 Jan 2021 21:02:00 +0100, by Simon Sapin
-
copies-rust: extract generic map merge logic from merge_copies_dictWed, 23 Dec 2020 11:48:16 +0100, by Simon Sapin
-
copies-rust: use imrs::OrdSet instead of imrs::HashSetMon, 21 Dec 2020 12:34:59 +0100, by Pierre-Yves David
-
copies-rust: use simpler overwrite when value on both side are identicalMon, 21 Dec 2020 11:20:31 +0100, by Pierre-Yves David
-
copies-rust: make more use of the new comparison propertyMon, 21 Dec 2020 11:15:45 +0100, by Pierre-Yves David
-
copies-rust: implement PartialEqual manuallyWed, 16 Dec 2020 11:11:05 +0100, by Pierre-Yves David
-
copies-rust: record "overwritten" information from both side on deleteWed, 16 Dec 2020 11:06:58 +0100, by Pierre-Yves David
-
copies-rust: refactor the "deletion" caseWed, 16 Dec 2020 10:59:00 +0100, by Pierre-Yves David
-
copies-rust: process copy information of both parent at the same timeWed, 16 Dec 2020 10:46:08 +0100, by Pierre-Yves David
-
copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`Mon, 21 Dec 2020 10:24:16 +0100, by Pierre-Yves David
-
copies-rust: extract the processing of a single copy informationWed, 16 Dec 2020 10:01:34 +0100, by Pierre-Yves David
-
copies-rust: use matching to select the final copies informationWed, 16 Dec 2020 09:42:04 +0100, by Pierre-Yves David
-
copies-rust: get the parents' copies earlierWed, 16 Dec 2020 09:30:25 +0100, by Pierre-Yves David
-
localrepo: fix conversion of exceptions to strings flagged by pytype stable 5.7.1Mon, 08 Mar 2021 16:55:39 -0500, by Matt Harbison
-
pycompat: fix a bytes vs str issue in `unnamedtempfile()` stableMon, 08 Mar 2021 12:28:53 -0500, by Matt Harbison
-
copies-rust: remove the ancestor Oracle logicTue, 15 Dec 2020 18:22:57 +0100, by Pierre-Yves David
-
copies-rust: track "overwrites" directly within CopySourceTue, 15 Dec 2020 18:04:23 +0100, by Pierre-Yves David
-
copies-rust: add methods to build and update CopySourceWed, 23 Dec 2020 03:04:43 +0100, by Pierre-Yves David
-
copies-rust: fix reverted argument when merging tiny minor or majorWed, 23 Dec 2020 03:04:33 +0100, by Pierre-Yves David
-
copies-rust: rename TimeStampedPathCopy to CopySourceMon, 21 Dec 2020 08:42:30 +0100, by Pierre-Yves David
-
copies-rust: rename TimeStampedPathCopies to InternalPathCopiesTue, 15 Dec 2020 17:26:00 +0100, by Pierre-Yves David
-
copies: detect case when a merge decision overwrite previous dataSat, 12 Dec 2020 19:35:08 +0100, by Pierre-Yves David
-
copies: rearrange all value comparison conditionalMon, 14 Dec 2020 19:26:33 +0100, by Pierre-Yves David
-
test-copies: introduce merge chains test for the P/Q mergesMon, 22 Feb 2021 12:21:00 +0100, by Pierre-Yves David
-
test-copies: add a case involving the `b` and a new `r` branchMon, 22 Feb 2021 11:56:58 +0100, by Pierre-Yves David
-
test-copies: introduce case combining the `p` and `q` branchFri, 19 Feb 2021 20:46:33 +0100, by Pierre-Yves David
-
test-copies: add a `q` branch similar to the `e` but on the new filesFri, 19 Feb 2021 20:47:15 +0100, by Pierre-Yves David
-
test-copies: add a `p` branch similar to the `a` but on the new filesFri, 19 Feb 2021 20:47:07 +0100, by Pierre-Yves David
-
test-copies: move the new files in the `i` branchFri, 19 Feb 2021 18:57:09 +0100, by Pierre-Yves David
-
test-copies: add 3 new files with their own contentFri, 19 Feb 2021 17:06:12 +0100, by Pierre-Yves David
-
test-copies: introduce merge chaing test for the A/E + change testsFri, 19 Feb 2021 16:37:55 +0100, by Pierre-Yves David
-
test-copies: add a "change during merge" variant to the A+E testMon, 22 Feb 2021 19:39:33 +0100, by Pierre-Yves David
-
test-copies: filter out the linkrev part of `debugindex`Fri, 19 Feb 2021 22:56:46 +0100, by Pierre-Yves David
-
test-copies: use "case-id" instead of revision number when listing sidedataFri, 19 Feb 2021 22:27:25 +0100, by Pierre-Yves David
-
log: fix handling of root (or empty) path provided by matcher (issue6478) stableTue, 02 Feb 2021 20:20:17 +0900, by Yuya Nishihara
-
tests: accept output changes by 33350debb480 stableThu, 25 Feb 2021 15:18:00 +0530, by Sushil khanchi
-
test-copies: remove revision number from logWed, 17 Feb 2021 21:08:45 +0100, by Pierre-Yves David
-
test-copies: add test chaining multiple mergeMon, 14 Dec 2020 17:56:56 +0100, by Pierre-Yves David
-
test-copies: add test chaining multiple mergesMon, 14 Dec 2020 17:56:30 +0100, by Pierre-Yves David
-
test-copies: add test chaining multiple mergesTue, 16 Feb 2021 15:43:54 +0100, by Pierre-Yves David
-
test-copies: add subcase titles for various "conflicting" information variantThu, 18 Feb 2021 13:49:55 +0100, by Pierre-Yves David
-
test-copies: improve description of the B+F caseThu, 18 Feb 2021 12:45:16 +0100, by Pierre-Yves David
-
test-copies: improve description of the C+H caseTue, 16 Feb 2021 06:02:09 +0100, by Pierre-Yves David
-
test-copies: improve description of the B+C "revert/restore" caseTue, 16 Feb 2021 05:58:22 +0100, by Pierre-Yves David
-
test-copies: improve description of the G+C caseTue, 16 Feb 2021 05:54:55 +0100, by Pierre-Yves David
-
test-copies: improve description of the G+F caseTue, 16 Feb 2021 05:46:32 +0100, by Pierre-Yves David
-
test-copies: improve description of the D+G caseTue, 16 Feb 2021 05:39:22 +0100, by Pierre-Yves David
-
test-copies: improve description of the A+E caseTue, 16 Feb 2021 05:35:18 +0100, by Pierre-Yves David
-
test-copies: improve description of the B+D caseTue, 16 Feb 2021 05:32:20 +0100, by Pierre-Yves David
-
test-copies: improve description of the B+C caseTue, 16 Feb 2021 05:29:04 +0100, by Pierre-Yves David
-
test-copies: improve description of the A+B caseTue, 16 Feb 2021 05:26:46 +0100, by Pierre-Yves David
-
test-copies: use intermediate variable some commit descriptionsTue, 16 Feb 2021 05:19:23 +0100, by Pierre-Yves David
-
test-copies: don't use empty file for "same content" casesMon, 22 Feb 2021 18:48:45 +0100, by Pierre-Yves David
-
narrow: fix flaky behavior described in issue6150 stableFri, 19 Feb 2021 17:52:04 +0100, by Raphaël Gomès
-
patch: make diff --git to differentiate b/w file is empty or doesn't exists stableTue, 16 Feb 2021 15:44:51 +0530, by Sushil khanchi
-
tests: add a test to demonstrate a bug in `hg diff --git` (issue6486) stableTue, 16 Feb 2021 15:37:19 +0530, by Sushil khanchi
-
test-copies: reinstall initial identical (empty) files for chained copiedThu, 10 Dec 2020 14:25:36 +0100, by Pierre-Yves David
-
upgrade: speed up when we have only nodemap to downgradeWed, 10 Feb 2021 17:08:34 +0530, by Pulkit Goyal
-
upgrade: write nodemap for manifests tooMon, 15 Feb 2021 15:13:20 +0530, by Pulkit Goyal
-
windows: fix parsing of version number to match format from D9955Tue, 23 Feb 2021 12:29:41 -0800, by Martin von Zweigbergk
-
build: make version from .hg_archival.txt consistent with that from .hg/Tue, 23 Feb 2021 12:26:52 -0800, by Martin von Zweigbergk
-
re2: byteify some regex used to get check re2 availability stableWed, 24 Feb 2021 15:16:22 +0100, by Pierre-Yves David
-
packaging: add Provides: python3-mercurial and Homepage to debian packageThu, 11 Feb 2021 11:22:53 -0800, by Kyle Lippincott
-
bundle2: pass the operation source down to the changegroupFri, 12 Feb 2021 09:53:48 +0100, by Raphaël Gomès
-
gendoc: use an empty comment so aliases are separated from previous elementsFri, 12 Feb 2021 13:27:03 -0800, by Kyle Lippincott
-
gendoc: add support for loading extensions from config settingsFri, 12 Feb 2021 11:06:56 -0800, by Kyle Lippincott
-
gendoc: support defaults on customopts a bit betterFri, 12 Feb 2021 11:04:03 -0800, by Kyle Lippincott
-
softstrip: fix a reference to an undefined variableWed, 10 Feb 2021 09:49:50 -0800, by Martin von Zweigbergk
-
softstrip: move _bookmarkmovements() call to where it's neededWed, 10 Feb 2021 09:45:48 -0800, by Martin von Zweigbergk
-
tests: fix differing output between py2 and py3Fri, 12 Feb 2021 12:51:28 +0100, by Raphaël Gomès
-
build: fake PEP440 versionsThu, 04 Feb 2021 23:11:42 +0100, by Joerg Sonnenberger
-
tests: add a comment in a test that will hopefully save someone some timeThu, 04 Feb 2021 11:32:08 -0800, by Kyle Lippincott
-
changegroup: don't convert revisions to node for duplicate handlingWed, 27 Jan 2021 03:07:14 +0100, by Joerg Sonnenberger
-
revlog: change addgroup callbacks to take revision numbersWed, 27 Jan 2021 02:34:51 +0100, by Joerg Sonnenberger
-
revlog: change addrevision to return the new revision, not nodeWed, 27 Jan 2021 01:43:17 +0100, by Joerg Sonnenberger
-
revlog: change addrawrevision to return the revisionWed, 27 Jan 2021 00:55:20 +0100, by Joerg Sonnenberger
-
revlog: change _addrevision to return the new revisionTue, 26 Jan 2021 23:56:11 +0100, by Joerg Sonnenberger
-
rhg: add limited support for the `config` sub-commandMon, 08 Feb 2021 23:41:58 +0100, by Simon Sapin
-
rhg: Add support for --config CLI argumentsMon, 08 Feb 2021 23:08:44 +0100, by Simon Sapin
-
rhg: Add support for -R and --repository command-line argumentsMon, 08 Feb 2021 21:37:30 +0100, by Simon Sapin
-
rhg: Replace subcommand boilerplate with a macroMon, 08 Feb 2021 21:28:52 +0100, by Simon Sapin
-
rhg: Move subcommand CLI arguments definitions to respective modulesMon, 08 Feb 2021 21:05:36 +0100, by Simon Sapin
-
rhg: replace command structs with functionsMon, 08 Feb 2021 20:33:04 +0100, by Simon Sapin
-
rust: Use the DisplayBytes trait in config printingMon, 08 Feb 2021 11:13:56 +0100, by Simon Sapin
-
log: respect diff.merge in -p outputThu, 04 Feb 2021 13:32:11 -0800, by Martin von Zweigbergk
-
diff: extract function for getting possibly re-merged parent to diff againstThu, 04 Feb 2021 13:21:01 -0800, by Martin von Zweigbergk
-
diff: replace --merge option by config optionThu, 04 Feb 2021 13:05:51 -0800, by Martin von Zweigbergk
-
tagcache: distinguish between invalid and missing entriesThu, 24 Dec 2020 11:21:23 -0500, by Matt Harbison
-
branching: merge with stableThu, 11 Feb 2021 20:36:46 -0800, by Martin von Zweigbergk
-
hooks: add a `auto` value for `hooks.*run-with-plain` stableWed, 10 Feb 2021 23:03:54 +0100, by Pierre-Yves David
-
hooks: introduce a `:run-with-plain` option for hooks stableWed, 10 Feb 2021 23:21:21 +0100, by Pierre-Yves David
-
hooks: add some test about HGPLAIN setting and hooks stableWed, 10 Feb 2021 22:43:16 +0100, by Pierre-Yves David
-
rust-status: honor matcher when using the dirstate-only fast-path (issue6483) stableWed, 10 Feb 2021 21:46:29 +0100, by Raphaël Gomès
-
status: add test that shows that the Rust implementation has a bug stableWed, 10 Feb 2021 22:01:23 +0100, by Raphaël Gomès
-
tweak-default: no longer enable the experimental return code stableWed, 10 Feb 2021 19:23:56 +0100, by Pierre-Yves David
-
rhg: Parse per-repository configurationThu, 04 Feb 2021 15:04:53 +0100, by Simon Sapin
-
rhg: Abort based on config on share-safe mismatchThu, 04 Feb 2021 14:29:47 +0100, by Simon Sapin
-
rhg: Parse system and user configuration at program startThu, 04 Feb 2021 13:17:55 +0100, by Simon Sapin
-
rust: Parse system and user configurationThu, 04 Feb 2021 13:16:21 +0100, by Simon Sapin
-
rust: Remove unnecessary check for absolute path before joiningMon, 01 Feb 2021 13:32:00 +0100, by Simon Sapin
-
rust: replace read_whole_file with std::fs::readMon, 01 Feb 2021 12:25:53 +0100, by Simon Sapin