mercurial at 41182: 36 new changesets

Mercurial Commits hg at intevation.de
Sat Jan 12 03:16:39 UTC 2019


36 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/eb172f9c208c
changeset:   41147:eb172f9c208c
parent:      41145:963462786f6e
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Mon Dec 24 15:01:47 2018 +0300
summary:     tests: add tests for narrow clone when both sparse and narrow are enabled

https://www.mercurial-scm.org/repo/hg/rev/8eaf693b1409
changeset:   41148:8eaf693b1409
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Mon Dec 24 15:30:39 2018 +0300
summary:     sparse: don't enable on clone if it was a narrow clone

https://www.mercurial-scm.org/repo/hg/rev/76dcf7958c5f
changeset:   41149:76dcf7958c5f
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Mon Dec 24 15:57:54 2018 +0300
summary:     tests: show that debugrebuilddirstate is broken with narrow+sparse

https://www.mercurial-scm.org/repo/hg/rev/b05eb98a6b67
changeset:   41150:b05eb98a6b67
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Mon Dec 24 16:04:52 2018 +0300
summary:     sparse: fix debugrebuilddirsate when narrow extension is enabled

https://www.mercurial-scm.org/repo/hg/rev/7b7e081f8954
changeset:   41151:7b7e081f8954
user:        Navaneeth Suresh <navaneeths1998 at gmail.com>
date:        Sun Jan 06 09:34:41 2019 +0530
summary:     histedit: add user input to warning message on editing tagged commits

https://www.mercurial-scm.org/repo/hg/rev/191fac9ff9d3
changeset:   41152:191fac9ff9d3
user:        Sushil khanchi <sushilkhanchi97 at gmail.com>
date:        Sun Dec 23 02:01:35 2018 +0530
summary:     obsutil: fix the issue5686

https://www.mercurial-scm.org/repo/hg/rev/2c3f69855ce8
changeset:   41153:2c3f69855ce8
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Wed Dec 12 16:26:58 2018 +0300
summary:     manifest: convert a recursive function to iterative one using stacks

https://www.mercurial-scm.org/repo/hg/rev/f18f665b1424
changeset:   41154:f18f665b1424
user:        Kyle Lippincott <spectral at google.com>
date:        Tue Jan 08 14:31:22 2019 -0800
summary:     context: schedule file prefetch before comparing for cleanliness

https://www.mercurial-scm.org/repo/hg/rev/8c222bec97da
changeset:   41155:8c222bec97da
user:        Daniel Ploch <dploch at google.com>
date:        Tue Jan 08 14:19:51 2019 -0800
summary:     merge: make local file storage in the .hg/merge directory extensible

https://www.mercurial-scm.org/repo/hg/rev/f36fd52dae8f
changeset:   41156:f36fd52dae8f
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Dec 04 11:22:31 2018 -0800
summary:     perfrevlogwrite: use progress helper on modern hg

https://www.mercurial-scm.org/repo/hg/rev/c4639fdae1b9
changeset:   41157:c4639fdae1b9
user:        Augie Fackler <augie at google.com>
date:        Mon Jan 07 18:22:20 2019 -0500
summary:     simplestorerepo: minimal changes required to get this mostly working again

https://www.mercurial-scm.org/repo/hg/rev/ad51e6117095
changeset:   41158:ad51e6117095
user:        Augie Fackler <augie at google.com>
date:        Mon Jan 07 16:50:23 2019 -0500
summary:     simplestorerepo: migrate to in-hg CBOR code

https://www.mercurial-scm.org/repo/hg/rev/23d5e03dad70
changeset:   41159:23d5e03dad70
user:        Augie Fackler <augie at google.com>
date:        Mon Jan 07 17:19:19 2019 -0500
summary:     tests: add simplestorerepo to test-check-interfaces.py

https://www.mercurial-scm.org/repo/hg/rev/a9905045b992
changeset:   41160:a9905045b992
user:        Augie Fackler <augie at google.com>
date:        Mon Jan 07 18:41:53 2019 -0500
summary:     tests: get access to thirdparty.cbor without requiring it to be installed

https://www.mercurial-scm.org/repo/hg/rev/98ce494e104d
changeset:   41161:98ce494e104d
user:        Augie Fackler <augie at google.com>
date:        Mon Jan 07 18:43:10 2019 -0500
summary:     cleanup: stop including thirdparty.cbor in builds

https://www.mercurial-scm.org/repo/hg/rev/cc1f545c4075
changeset:   41162:cc1f545c4075
user:        Boris Feld <boris.feld at octobus.net>
date:        Thu Jan 10 04:35:48 2019 +0100
summary:     discovery: re-adjust a conditional wrongly changed

https://www.mercurial-scm.org/repo/hg/rev/0101a35deae2
changeset:   41163:0101a35deae2
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Jan 05 15:20:33 2019 -0500
summary:     phabricator: warn if unable to amend, instead of aborting after posting

https://www.mercurial-scm.org/repo/hg/rev/43fd1947301d
changeset:   41164:43fd1947301d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Jan 05 19:50:30 2019 -0500
summary:     phabricator: teach {phabreview} to work without --amend

https://www.mercurial-scm.org/repo/hg/rev/a3a24ad10efb
changeset:   41165:a3a24ad10efb
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 09 15:32:26 2019 -0800
summary:     histedit: drop unused constructor arguments (API)

https://www.mercurial-scm.org/repo/hg/rev/9365b8cb90e0
changeset:   41166:9365b8cb90e0
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 09 15:34:24 2019 -0800
summary:     histedit: use context manager for locks

https://www.mercurial-scm.org/repo/hg/rev/870a89c6909d
changeset:   41167:870a89c6909d
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 28 03:23:37 2018 +0100
summary:     discovery: move undecided set on the partialdiscovery

https://www.mercurial-scm.org/repo/hg/rev/1d30be90c9dc
changeset:   41168:1d30be90c9dc
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 28 03:34:23 2018 +0100
summary:     discovery: update undecided from common directly within partialdiscovery

https://www.mercurial-scm.org/repo/hg/rev/3ce5b96482c6
changeset:   41169:3ce5b96482c6
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 28 03:39:43 2018 +0100
summary:     discovery: add a `iscomplete` method to the `partialdiscovery` object

https://www.mercurial-scm.org/repo/hg/rev/96201120cdf5
changeset:   41170:96201120cdf5
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 28 03:48:00 2018 +0100
summary:     discovery: move missing tracking inside the partialdiscovery object

https://www.mercurial-scm.org/repo/hg/rev/f46ffd23dae8
changeset:   41171:f46ffd23dae8
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 28 03:59:38 2018 +0100
summary:     discovery: add a simple `addinfo` method

https://www.mercurial-scm.org/repo/hg/rev/3dcc96582627
changeset:   41172:3dcc96582627
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Jan 04 17:54:18 2019 +0100
summary:     discovery: improve partial discovery documentation

https://www.mercurial-scm.org/repo/hg/rev/4145fd3569c3
changeset:   41173:4145fd3569c3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Jan 10 21:32:37 2019 +0900
summary:     amend: turn currentdate into tri-state bool so config option can be negated

https://www.mercurial-scm.org/repo/hg/rev/08dd462ea782
changeset:   41174:08dd462ea782
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Jan 10 21:57:21 2019 +0900
summary:     graft: abort if --date/user specified with --currentdate/currentuser (BC)

https://www.mercurial-scm.org/repo/hg/rev/9bc7ec924234
changeset:   41175:9bc7ec924234
user:        Augie Fackler <augie at google.com>
date:        Wed Jan 09 18:00:20 2019 -0500
summary:     histedit: fix --continue and --abort when curses is enabled

https://www.mercurial-scm.org/repo/hg/rev/4475322b7533
changeset:   41176:4475322b7533
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Mon Jan 07 00:37:46 2019 -0800
summary:     narrow: drop explicit dirstate write

https://www.mercurial-scm.org/repo/hg/rev/5838afea8213
changeset:   41177:5838afea8213
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Jan 06 23:37:13 2019 -0800
summary:     narrow: use merge.ACTION_GET instead of duplicating 'g' constant

https://www.mercurial-scm.org/repo/hg/rev/53327bfbf35d
changeset:   41178:53327bfbf35d
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jan 10 14:32:36 2019 -0800
summary:     testrunner: make `-j100 --runs-per-test=100 test-foo.t` use 100 jobs

https://www.mercurial-scm.org/repo/hg/rev/77088fa862df
changeset:   41179:77088fa862df
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed Jan 09 14:33:06 2019 -0500
summary:     convert: add missing numcommits() override to hg sources

https://www.mercurial-scm.org/repo/hg/rev/69804c040a04
changeset:   41180:69804c040a04
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed Jan 09 16:02:05 2019 -0500
summary:     convert: don't drop commits that are empty in the source when using --filemap

https://www.mercurial-scm.org/repo/hg/rev/3227923979a1
changeset:   41181:3227923979a1
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jan 10 16:36:55 2019 -0800
summary:     tests: de-flake test-narrow-share.t by making dirstate predictable

https://www.mercurial-scm.org/repo/hg/rev/8d0d695fc791
changeset:   41182:8d0d695fc791
bookmark:    @
tag:         tip
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Thu Jan 10 23:20:46 2019 +0530
summary:     py3: add a test to whitelist caught by buildbot

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


More information about the Mercurial-devel mailing list