log

age author description
Wed, 09 Jun 2021 01:14:18 +0200 Pierre-Yves David transaction: extract message about different version in a constants
Wed, 09 Jun 2021 01:12:03 +0200 Pierre-Yves David transaction: explain why some recovery failed
Mon, 07 Jun 2021 21:09:31 +0200 Pierre-Yves David copyfiles: deal with existing file when hardlinking
Tue, 08 Jun 2021 03:40:36 +0200 Pierre-Yves David clone: cleanup the "cleanup dir" logic used during local clone
Fri, 09 Apr 2021 17:04:39 +0200 Pierre-Yves David config: add an experimental option to list all known config
Sat, 12 Jun 2021 00:51:34 -0400 Matt Harbison revlog: byteify a few error strings
Sat, 12 Jun 2021 00:50:03 -0400 Matt Harbison revlog: fix a typo closing the wrong file
Fri, 11 Jun 2021 23:57:14 -0400 Matt Harbison py3: byteify the version string passed to the deprecation warning method
Fri, 11 Jun 2021 23:51:27 -0400 Matt Harbison urlutil: byteify several localized messages
Fri, 11 Jun 2021 23:50:29 -0400 Matt Harbison urlutil: use the deprecation warning function on the `ui` object
Wed, 02 Jun 2021 11:25:18 +0200 Simon Sapin dirstate-v2: Store a hash of ignore patterns (.hgignore)
Mon, 07 Jun 2021 17:29:32 +0530 Pulkit Goyal rhg: propogate error coming from HgError::Abort to CommandError
Mon, 07 Jun 2021 17:27:49 +0530 Pulkit Goyal rhg: add exit code to HgError::Abort()
Mon, 07 Jun 2021 17:19:46 +0530 Pulkit Goyal rhg: split non_repo_config and `--config` loading in different functions
Mon, 24 May 2021 16:27:54 +0530 Pulkit Goyal rhg: look for repository in ancestors also instead of cwd only
Sun, 11 Apr 2021 00:50:10 +0530 Pulkit Goyal rhg: read [paths] for `--repository` value
Mon, 07 Jun 2021 17:10:35 -0400 Augie Fackler merge: with stable
Sun, 30 May 2021 18:09:29 +0200 Pierre-Yves David revlog: allow to pass an existing docket to `_loadindex()`
Sun, 30 May 2021 18:10:15 +0200 Pierre-Yves David revlog: add a ways to blacklist some revision when searching for a delta
Sun, 30 May 2021 18:08:52 +0200 Pierre-Yves David util: add `nb_bytes` argument to `copyfile` to partially copy a file
Sun, 30 May 2021 16:20:36 +0200 Pierre-Yves David revlog: move `revisioninfo` in `revlogutils`
Sun, 30 May 2021 17:11:49 +0200 Pierre-Yves David revlog: use the `entry` function in bundlerepo
Sun, 30 May 2021 17:11:21 +0200 Pierre-Yves David revlog: use entry in revlogv0.py
Sun, 30 May 2021 17:11:10 +0200 Pierre-Yves David revlog: use the new `entry` function in revlog.py
Sun, 30 May 2021 17:10:56 +0200 Pierre-Yves David revlog: add a function to build index entry tuple
Sun, 30 May 2021 16:19:36 +0200 Pierre-Yves David revlog: move `offset_type` to `revlogutils`
Sat, 22 May 2021 00:06:22 +0200 Pierre-Yves David revlog: move entry documentation alongside new related constants
Fri, 21 May 2021 20:08:11 +0200 Pierre-Yves David censor: drop size limitation on the tombstone
Sat, 29 May 2021 00:11:56 +0200 Pierre-Yves David revlog: move censoring code in a dedicated module
Sat, 29 May 2021 00:11:32 +0200 Pierre-Yves David censor: reduce risk of censor test blowing up output limit