mercurial at 44037: 34 new changesets (2 on stable)

Mercurial Commits hg at intevation.de
Thu Jan 9 18:15:51 UTC 2020


34 new changesets (2 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/9c1fd975e9ac
changeset:   44004:9c1fd975e9ac
user:        Rodrigo Damazio Bovendorp <rdamazio at google.com>
date:        Thu Dec 19 00:32:42 2019 -0800
summary:     phases: make the working directory consistently a draft

https://www.mercurial-scm.org/repo/hg/rev/6b332c1fc7fe
changeset:   44005:6b332c1fc7fe
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Wed Dec 25 15:17:55 2019 +0100
summary:     rust-core: extracted a revlog submodule

https://www.mercurial-scm.org/repo/hg/rev/72bced4f2936
changeset:   44006:72bced4f2936
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Wed Dec 25 19:03:07 2019 +0100
summary:     rust-matchers: fixing cargo doc

https://www.mercurial-scm.org/repo/hg/rev/109315c41d5e
changeset:   44007:109315c41d5e
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed Dec 18 00:41:12 2019 -0500
summary:     inno: drop support for Windows 95/98/ME

https://www.mercurial-scm.org/repo/hg/rev/ac72e17457e5
changeset:   44008:ac72e17457e5
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Dec 12 14:28:31 2019 -0800
summary:     fix: correct the clang-format example hgrc so that it actually works

https://www.mercurial-scm.org/repo/hg/rev/e685fac56693
changeset:   44009:e685fac56693
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Dec 06 20:40:02 2019 -0500
summary:     match: resolve filesets against the passed `cwd`, not the current one

https://www.mercurial-scm.org/repo/hg/rev/2728fcb8127c
changeset:   44010:2728fcb8127c
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Fri Dec 13 19:52:26 2019 +0100
summary:     rust-index: make it possible to clone the struct referencing the C index

https://www.mercurial-scm.org/repo/hg/rev/c627f1b2f3c3
changeset:   44011:c627f1b2f3c3
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Thu Dec 12 18:11:44 2019 +0100
summary:     rust-index: handle `MixedIndex` in `pyindex_to_graph`

https://www.mercurial-scm.org/repo/hg/rev/443dc1655923
changeset:   44012:443dc1655923
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Thu Dec 12 03:39:14 2019 +0100
summary:     rust-index: expose a method to retrieve the C index

https://www.mercurial-scm.org/repo/hg/rev/992f0d6e7f33
changeset:   44013:992f0d6e7f33
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Wed Dec 11 18:10:20 2019 +0100
summary:     rust-index: use the new method in shortesthexnodeidprefix

https://www.mercurial-scm.org/repo/hg/rev/8042856c90b6
changeset:   44014:8042856c90b6
user:        Georges Racinet <georges.racinet at octobus.net>
date:        Thu Dec 12 18:31:17 2019 +0100
summary:     rust-index: add a `experimental.rust.index` option to use the wrapper

https://www.mercurial-scm.org/repo/hg/rev/7ca8aa8840c0
changeset:   44015:7ca8aa8840c0
branch:      stable
parent:      43999:b89144b81c5d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Dec 24 01:38:02 2019 -0500
summary:     subrepo: fix a crash when archiving an svn or git subrepo

https://www.mercurial-scm.org/repo/hg/rev/1e0783b946c8
changeset:   44016:1e0783b946c8
parent:      44014:8042856c90b6
user:        Kyle Lippincott <spectral at google.com>
date:        Wed Jan 08 09:59:34 2020 -0800
summary:     tests: fix a "naked exception" issue in test-remotefilelog-prefetch.t

https://www.mercurial-scm.org/repo/hg/rev/6b90f5c89cb4
changeset:   44017:6b90f5c89cb4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon Dec 30 23:53:53 2019 -0500
summary:     py3: replace `time.clock()` with `time.perf_counter()`

https://www.mercurial-scm.org/repo/hg/rev/f9d29e1d3354
changeset:   44018:f9d29e1d3354
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Dec 31 16:24:38 2019 -0500
summary:     util: avoid referencing `time.clock()` on Windows when missing (issue6238)

https://www.mercurial-scm.org/repo/hg/rev/5bbd770d1324
changeset:   44019:5bbd770d1324
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon Dec 30 12:17:02 2019 -0500
summary:     mq: avoid using `__file__` to compare modules

https://www.mercurial-scm.org/repo/hg/rev/ac3cb5e05a38
changeset:   44020:ac3cb5e05a38
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 01:12:19 2019 -0500
summary:     cleanup: replace contiguous spaces in regex patterns with an explicit count

https://www.mercurial-scm.org/repo/hg/rev/6d3b67a837a6
changeset:   44021:6d3b67a837a6
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 01:35:05 2019 -0500
summary:     cleanup: drop redundant character escapes from `[]` character sets

https://www.mercurial-scm.org/repo/hg/rev/c1ccefb513e4
changeset:   44022:c1ccefb513e4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 01:51:17 2019 -0500
summary:     cleanup: drop redundant character escapes outside of `[]`

https://www.mercurial-scm.org/repo/hg/rev/3216cabffd4a
changeset:   44023:3216cabffd4a
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 02:02:34 2019 -0500
summary:     commit: change default `editor` parameter to None

https://www.mercurial-scm.org/repo/hg/rev/a1ee825fc6c5
changeset:   44024:a1ee825fc6c5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 02:11:51 2019 -0500
summary:     tests: fix a copy/paste name duplication in storage.py

https://www.mercurial-scm.org/repo/hg/rev/df470e764770
changeset:   44025:df470e764770
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue Dec 24 20:17:40 2019 +0300
summary:     tests: update test-releasenotes-formatting.t output

https://www.mercurial-scm.org/repo/hg/rev/44b03c0313aa
changeset:   44026:44b03c0313aa
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 23:08:57 2019 -0500
summary:     setup: include `defaultrc` in the package list

https://www.mercurial-scm.org/repo/hg/rev/52f0140c2604
changeset:   44027:52f0140c2604
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Dec 28 23:35:13 2019 -0500
summary:     resourceutil: don't limit resources to the `mercurial` package

https://www.mercurial-scm.org/repo/hg/rev/42a897bf678c
changeset:   44028:42a897bf678c
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Dec 29 20:32:56 2019 -0500
summary:     resourceutil: implement `is_resource()`

https://www.mercurial-scm.org/repo/hg/rev/bba9149adc14
changeset:   44029:bba9149adc14
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Dec 29 20:35:34 2019 -0500
summary:     resourceutil: implement `contents()` to iterate over resources in a package

https://www.mercurial-scm.org/repo/hg/rev/5ac0e6f19eb4
changeset:   44030:5ac0e6f19eb4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Dec 29 20:51:44 2019 -0500
summary:     ui: refactor `readconfig()` into a form that can consume resources

https://www.mercurial-scm.org/repo/hg/rev/1864efbe90d9
changeset:   44031:1864efbe90d9
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Dec 29 21:06:34 2019 -0500
summary:     ui: add the ability to apply `defaultrc` configs from resources

https://www.mercurial-scm.org/repo/hg/rev/2d4cad94d08a
changeset:   44032:2d4cad94d08a
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Dec 29 21:10:04 2019 -0500
summary:     rcutil: drop the `defaultrcpath()` method (API)

https://www.mercurial-scm.org/repo/hg/rev/4e0a6d157910
changeset:   44033:4e0a6d157910
branch:      stable
parent:      44015:7ca8aa8840c0
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Jan 02 17:27:37 2020 -0800
summary:     progress: flush stderr after clearing

https://www.mercurial-scm.org/repo/hg/rev/ab595920de0e
changeset:   44034:ab595920de0e
parent:      44032:2d4cad94d08a
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Jan 07 12:26:37 2020 +0100
summary:     revlogutils: move the NodeMap class in a dedicated nodemap module

https://www.mercurial-scm.org/repo/hg/rev/8ed8dfbeabb9
changeset:   44035:8ed8dfbeabb9
user:        Pierre-Yves David <pierre-yves.david at octobus.net>
date:        Tue Jan 07 12:09:36 2020 +0100
summary:     mmap: add a size argument to mmapread

https://www.mercurial-scm.org/repo/hg/rev/b084ad4875a4
changeset:   44036:b084ad4875a4
user:        Connor Sheehan <sheehan at mozilla.com>
date:        Wed Jan 08 11:59:32 2020 -0500
summary:     packaging: update Ubuntu docker build dependencies to Python 3

https://www.mercurial-scm.org/repo/hg/rev/98944715a02c
changeset:   44037:98944715a02c
bookmark:    @
tag:         tip
user:        Kyle Lippincott <spectral at google.com>
date:        Thu Dec 12 14:31:11 2019 -0800
summary:     fix: convert clang-format-ignorelist to use wildcards

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list