mercurial at 46456: 41 new changesets (3 on stable)
Mercurial Commits
hg at intevation.de
Tue Feb 2 18:15:41 UTC 2021
41 new changesets (3 on stable) in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/bc3f3b59d0a4
changeset: 46416:bc3f3b59d0a4
parent: 46414:16c18d5e5dc8
user: Augie Fackler <augie at google.com>
date: Fri Jan 29 12:50:10 2021 -0500
summary: context: add missing manifest invalidation after write in overlayworkingctx
https://www.mercurial-scm.org/repo/hg/rev/768056549737
changeset: 46417:768056549737
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Jan 29 12:16:55 2021 -0800
summary: errors: use exit code 40 for when a hook fails
https://www.mercurial-scm.org/repo/hg/rev/dc00324e80f4
changeset: 46418:dc00324e80f4
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Jan 29 15:56:08 2021 -0800
summary: errors: use StateError more in merge module
https://www.mercurial-scm.org/repo/hg/rev/6894c9ef4dcd
changeset: 46419:6894c9ef4dcd
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Jan 29 16:26:53 2021 -0800
summary: errors: use InputError for incorrectly formatted dates
https://www.mercurial-scm.org/repo/hg/rev/4ae85340d5eb
changeset: 46420:4ae85340d5eb
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Jan 29 11:42:27 2021 +0100
summary: config: add a test for priority when includes are involved
https://www.mercurial-scm.org/repo/hg/rev/9d49ae51aa56
changeset: 46421:9d49ae51aa56
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Jan 29 11:50:33 2021 +0100
summary: config: test priority involving include
https://www.mercurial-scm.org/repo/hg/rev/821775843caf
changeset: 46422:821775843caf
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Jan 29 13:03:50 2021 +0100
summary: config: test priority involving the command line
https://www.mercurial-scm.org/repo/hg/rev/271dfcb98544
changeset: 46423:271dfcb98544
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Jan 29 14:03:01 2021 +0100
summary: config: use the right API to access subrepository section
https://www.mercurial-scm.org/repo/hg/rev/5272542196cc
changeset: 46424:5272542196cc
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Fri Jan 29 14:03:39 2021 +0100
summary: config: use the right API to access template access
https://www.mercurial-scm.org/repo/hg/rev/f7621fa14b84
changeset: 46425:f7621fa14b84
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Sat Jan 30 00:36:54 2021 +0100
summary: config: use the right API to access git-submodule
https://www.mercurial-scm.org/repo/hg/rev/0da465780bba
changeset: 46426:0da465780bba
user: Simon Sapin <simon.sapin at octobus.net>
date: Fri Jan 29 13:46:19 2021 +0100
summary: rhg: Build in release mode on CI
https://www.mercurial-scm.org/repo/hg/rev/6380efb82191
changeset: 46427:6380efb82191
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jan 25 12:00:23 2021 +0100
summary: rust: replace Node::encode_hex with std::fmt::LowerHex
https://www.mercurial-scm.org/repo/hg/rev/5893706af3de
changeset: 46428:5893706af3de
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jan 25 12:28:39 2021 +0100
summary: rust: Simplify error type for reading hex node IDs
https://www.mercurial-scm.org/repo/hg/rev/e61c2dc6e1c2
changeset: 46429:e61c2dc6e1c2
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jan 25 12:31:40 2021 +0100
summary: rust: Exclude empty node prefixes
https://www.mercurial-scm.org/repo/hg/rev/b84c3d43ff2e
changeset: 46430:b84c3d43ff2e
user: Aay Jay Chan <aayjaychan at itopia.com.hk>
date: Sat Jan 30 18:30:11 2021 +0800
summary: churn: count lines that look like diff headers but are not
https://www.mercurial-scm.org/repo/hg/rev/645ee7225fab
changeset: 46431:645ee7225fab
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jan 25 11:48:47 2021 +0100
summary: rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
https://www.mercurial-scm.org/repo/hg/rev/18a261b11b20
changeset: 46432:18a261b11b20
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Jan 25 18:25:26 2021 +0100
summary: rust: Remove hex parsing from the nodemap
https://www.mercurial-scm.org/repo/hg/rev/4b381dbbf8b7
changeset: 46433:4b381dbbf8b7
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Jan 26 18:31:46 2021 +0100
summary: rhg: centralize parsing of `--rev` CLI arguments
https://www.mercurial-scm.org/repo/hg/rev/3e2d539d0d1a
changeset: 46434:3e2d539d0d1a
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Jan 26 19:07:24 2021 +0100
summary: rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
https://www.mercurial-scm.org/repo/hg/rev/2e2033081274
changeset: 46435:2e2033081274
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Jan 26 20:05:37 2021 +0100
summary: rust: replace trivial `impl From â¦` with `#[derive(derive_more::From)]`
https://www.mercurial-scm.org/repo/hg/rev/252d1bdba33d
changeset: 46436:252d1bdba33d
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Jan 26 20:31:26 2021 +0100
summary: rhg: replace `map_*_error` functions with `From` impls
https://www.mercurial-scm.org/repo/hg/rev/b274aa2f20fd
changeset: 46437:b274aa2f20fd
user: Simon Sapin <simon.sapin at octobus.net>
date: Tue Jan 26 20:42:36 2021 +0100
summary: rust: remove three enums that were identical to `RevlogError`
https://www.mercurial-scm.org/repo/hg/rev/39e9407820ac
changeset: 46438:39e9407820ac
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 13:19:49 2021 +0100
summary: rust: Introduce an `HgError` enum for common error cases
https://www.mercurial-scm.org/repo/hg/rev/68a15b5a7e58
changeset: 46439:68a15b5a7e58
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 13:41:28 2021 +0100
summary: rust: Replace DirstatePackError with HgError
https://www.mercurial-scm.org/repo/hg/rev/776b97179c06
changeset: 46440:776b97179c06
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 14:00:21 2021 +0100
summary: rust: Remove DirstateParseError and ListDirstateTrackedFilesError
https://www.mercurial-scm.org/repo/hg/rev/741e36f472a5
changeset: 46441:741e36f472a5
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 15:04:51 2021 +0100
summary: rhg: Print an error message in more cases
https://www.mercurial-scm.org/repo/hg/rev/02d3bb972121
changeset: 46442:02d3bb972121
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 14:59:09 2021 +0100
summary: rust: replace RequirementsError with HgError
https://www.mercurial-scm.org/repo/hg/rev/43d63979a75e
changeset: 46443:43d63979a75e
user: Simon Sapin <simon.sapin at octobus.net>
date: Wed Jan 27 14:45:25 2021 +0100
summary: rust: use HgError in RevlogError and Vfs
https://www.mercurial-scm.org/repo/hg/rev/6c778d20c8c2
changeset: 46444:6c778d20c8c2
user: Simon Sapin <simon.sapin at octobus.net>
date: Thu Jan 28 19:21:57 2021 +0100
summary: rust: replace ToString impls with Display
https://www.mercurial-scm.org/repo/hg/rev/ca3f73cc3cf4
changeset: 46445:ca3f73cc3cf4
user: Simon Sapin <simon.sapin at octobus.net>
date: Thu Jan 28 19:13:55 2021 +0100
summary: rhg: Simplify CommandError based on its use
https://www.mercurial-scm.org/repo/hg/rev/1dcd9c9975ed
changeset: 46446:1dcd9c9975ed
user: Simon Sapin <simon.sapin at octobus.net>
date: Thu Jan 28 20:31:42 2021 +0100
summary: rust: Fold find_root and check_requirements into Repo::find
https://www.mercurial-scm.org/repo/hg/rev/0cb1b02228a6
changeset: 46447:0cb1b02228a6
user: Simon Sapin <simon.sapin at octobus.net>
date: Mon Feb 01 12:55:31 2021 +0100
summary: rust: use HgError in ConfigError
https://www.mercurial-scm.org/repo/hg/rev/1a7d12c82057
changeset: 46448:1a7d12c82057
user: Augie Fackler <augie at google.com>
date: Thu May 07 16:50:26 2020 -0400
summary: diff: add experimental support for "merge diffs"
https://www.mercurial-scm.org/repo/hg/rev/62a0b5daa15f
changeset: 46449:62a0b5daa15f
user: Augie Fackler <augie at google.com>
date: Mon Feb 01 11:57:18 2021 -0500
summary: diff: suppress `merging foo` output lines when performing a merge diff
https://www.mercurial-scm.org/repo/hg/rev/e933e66153f3
changeset: 46450:e933e66153f3
branch: stable
parent: 46415:8deab876fb59
user: Matt Harbison <matt_harbison at yahoo.com>
date: Sun Jan 31 19:56:52 2021 -0500
summary: packaging: replace a documentation reference to `python3` on Windows
https://www.mercurial-scm.org/repo/hg/rev/38d76908c011
changeset: 46451:38d76908c011
branch: stable
user: Matt Harbison <matt_harbison at yahoo.com>
date: Mon Feb 01 15:37:03 2021 -0500
summary: relnotes: elaborate on the side effects of hooks having HGPLAIN=1
https://www.mercurial-scm.org/repo/hg/rev/0e2e7300f430
changeset: 46452:0e2e7300f430
branch: stable
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Jan 29 10:32:19 2021 -0800
summary: relnotes: copy "next" to "5.7" and clear "next"
https://www.mercurial-scm.org/repo/hg/rev/1c66795862cf
changeset: 46453:1c66795862cf
parent: 46449:62a0b5daa15f
parent: 46452:0e2e7300f430
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Feb 01 12:55:53 2021 -0800
summary: branching: merge with stable
https://www.mercurial-scm.org/repo/hg/rev/6b847757dd8d
changeset: 46454:6b847757dd8d
user: Augie Fackler <augie at google.com>
date: Mon Feb 01 17:13:24 2021 -0500
summary: relnotes: add entry for `hg diff --merge -c`
https://www.mercurial-scm.org/repo/hg/rev/5be886200eb6
changeset: 46455:5be886200eb6
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Tue Feb 02 15:35:38 2021 +0100
summary: ci-fix: backed out changeset d4c8b4b90ecb
https://www.mercurial-scm.org/repo/hg/rev/1e26b882d704
changeset: 46456:1e26b882d704
bookmark: @
tag: tip
user: Pierre-Yves David <pierre-yves.david at octobus.net>
date: Tue Feb 02 15:35:58 2021 +0100
summary: ci-fix: backed out changeset 45afff0f530a
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list