Re: [PATCH 1 of 6 V2] obsstore: add a 'cachekey' method

2017-06-04 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2017-06-04 04:50:22 +0200: > [...] > > That get me to think a bit more about that part, trying to pin point the > apparent misunderstanding about the discussion around this series. And I > think I got it :-) > > Overall this series adds: > > 1) a g

Re: [PATCH 2 of 4] killdaemons: close pid file before killing processes

2017-06-04 Thread Adrian Buehlmann
On 2017-06-05 05:38, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1495503902 14400 > # Mon May 22 21:45:02 2017 -0400 > # Node ID eaed97a21942af11c122607bf37f7399c68cae9d > # Parent ecc27f3123ea173f2dc66e20abbedad5741ea5e1 > killdaemons: close pid file before

Re: [PATCH 1 of 6 V2] obsstore: add a 'cachekey' method

2017-06-04 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2017-06-04 01:24:59 +0200: > There is likely something wrong with your timing is you get a 10ms speed > up… since the obscache computation is about 1ms. How are you running > your testing? Do you have your code available somewhere? > > (note: you prob

Re: [PATCH 2 of 2] tests: fix run-tests when there's a bad #if in a test

2017-06-04 Thread Matt Harbison
On Tue, 30 May 2017 21:12:31 -0400, Augie Fackler wrote: # HG changeset patch # User Augie Fackler # Date 1496191723 14400 # Tue May 30 20:48:43 2017 -0400 # Node ID 48ea485539377729a711959c15ac4262550234fc # Parent 361bf17d190dbd3410be4b7fd8ff4d27ddb48739 tests: fix run-tests when there

[PATCH 4 of 4] test-clonebundles: conditionalize output for Windows

2017-06-04 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1496623052 14400 # Sun Jun 04 20:37:32 2017 -0400 # Node ID 29a0d44ddc063f1dd24f21ce193be0a866d8c116 # Parent cd84d2ed17926b8de886d3d2719a4fa3c7440af0 test-clonebundles: conditionalize output for Windows This was the fallout from 9d6031df42c8

[PATCH 2 of 4] killdaemons: close pid file before killing processes

2017-06-04 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1495503902 14400 # Mon May 22 21:45:02 2017 -0400 # Node ID eaed97a21942af11c122607bf37f7399c68cae9d # Parent ecc27f3123ea173f2dc66e20abbedad5741ea5e1 killdaemons: close pid file before killing processes With #serve enabled on Windows, I was

[PATCH 3 of 4] tests: adjust recent output changes for Windows

2017-06-04 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1496621519 14400 # Sun Jun 04 20:11:59 2017 -0400 # Node ID cd84d2ed17926b8de886d3d2719a4fa3c7440af0 # Parent eaed97a21942af11c122607bf37f7399c68cae9d tests: adjust recent output changes for Windows diff --git a/tests/test-dirstate-race.t b/t

[PATCH 1 of 4] win32: drop a py26 daemonizing hack

2017-06-04 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1495407531 14400 # Sun May 21 18:58:51 2017 -0400 # Node ID ecc27f3123ea173f2dc66e20abbedad5741ea5e1 # Parent fc9296c15112af247e4985cdc45fbbf7d8eed175 win32: drop a py26 daemonizing hack I'm not sure what the referenced hang specifically was,

Re: [PATCH V2] smartset: add a "toset" method

2017-06-04 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-06-04 11:41:26 +0900: > On Sat, 3 Jun 2017 20:02:28 -0400, Augie Fackler wrote: > > Okay, it sounds like we should document that the API contract is that > > clients must not mutate the returned set. Does that sound workable to > > everyone? > > Can't

[PATCH 22 of 22] transaction: flush obsstore indexes on success

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496620376 25200 # Sun Jun 04 16:52:56 2017 -0700 # Node ID c800204c54a7fa939d5bdacacd94ec1146e18b90 # Parent cd962d45b21f4a2c20bf60726b4b3e6c6e136aca # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 01 of 22] check-code: allow "from mercurial.(pure|cext) import x as y"

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496444920 25200 # Fri Jun 02 16:08:40 2017 -0700 # Node ID 5c3500de0a229d8aa08058bccec531d8a85b90d9 # Parent 783394c0c97807e83daad9da561179bd0719e159 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 20 of 22] obsstore: make markerindex support serialization

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496615642 25200 # Sun Jun 04 15:34:02 2017 -0700 # Node ID edae716e97c441aff52688f3be4750b34b199901 # Parent 160567b62f74e8e02fa2e9a7b2cb4076b105e528 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 16 of 22] obsstore: use new _readmarkers when building index

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496603749 25200 # Sun Jun 04 12:15:49 2017 -0700 # Node ID 646ef5fdcf3750f40cb3cf1c710c0222aef24beb # Parent 0843176578415e36470485ac48056952e460efc1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 18 of 22] obsstore: make _all always calculate from _data

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496604924 25200 # Sun Jun 04 12:35:24 2017 -0700 # Node ID 2c2cbefde423ea2537270cf5fecdf5f5d14b19e5 # Parent df25a444c9f9f1b0860d782d6adceadd5cc810fd # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 12 of 22] obsstore: let read marker API take a range of offsets

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496595729 25200 # Sun Jun 04 10:02:09 2017 -0700 # Node ID 985b38cca3131ca81a961ba4ab2006a3ef23ebb0 # Parent 69870e8f6bc97775c47d363efc5c58bce33239c0 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 14 of 22] obsstore: do not convert markers to list in _all

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496596958 25200 # Sun Jun 04 10:22:38 2017 -0700 # Node ID 31f6eafaf9ce5d4ac95ce289735b8f4ae692e4ae # Parent a159006b556c924bc0b9cb01c251574b44383063 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 15 of 22] obsstore: add caching for reading a subset of markers

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496602237 25200 # Sun Jun 04 11:50:37 2017 -0700 # Node ID 0843176578415e36470485ac48056952e460efc1 # Parent 31f6eafaf9ce5d4ac95ce289735b8f4ae692e4ae # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 19 of 22] obsstore: use radixlink to back markerindex

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496614546 25200 # Sun Jun 04 15:15:46 2017 -0700 # Node ID 160567b62f74e8e02fa2e9a7b2cb4076b105e528 # Parent 2c2cbefde423ea2537270cf5fecdf5f5d14b19e5 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 21 of 22] strip: invalidate obsstore indexes

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496615926 25200 # Sun Jun 04 15:38:46 2017 -0700 # Node ID cd962d45b21f4a2c20bf60726b4b3e6c6e136aca # Parent edae716e97c441aff52688f3be4750b34b199901 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 13 of 22] obsstore: let read marker API optionally return marker offsets

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496596321 25200 # Sun Jun 04 10:12:01 2017 -0700 # Node ID a159006b556c924bc0b9cb01c251574b44383063 # Parent 985b38cca3131ca81a961ba4ab2006a3ef23ebb0 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 17 of 22] obsstore: move _checkinvalidmarkers to markerreader

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496604735 25200 # Sun Jun 04 12:32:15 2017 -0700 # Node ID df25a444c9f9f1b0860d782d6adceadd5cc810fd # Parent 646ef5fdcf3750f40cb3cf1c710c0222aef24beb # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 11 of 22] obsstore: generalize successors, precursors, children to a class

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496558287 25200 # Sat Jun 03 23:38:07 2017 -0700 # Node ID 69870e8f6bc97775c47d363efc5c58bce33239c0 # Parent 994e09024cdd5bbca80f1beb9dcbd2f1a19aa1bb # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 10 of 22] obsstore: keep self._data updated with _addmarkers

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496552183 25200 # Sat Jun 03 21:56:23 2017 -0700 # Node ID 994e09024cdd5bbca80f1beb9dcbd2f1a19aa1bb # Parent 5b83ced66577dc862594f85bcef2726a0d3fcfaf # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 04 of 22] obsstore: minor optimization for the obsolete revset

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496457147 25200 # Fri Jun 02 19:32:27 2017 -0700 # Node ID e1d6126ed614db6ec664c79afcb3a141c9a0dfa4 # Parent d492628229c58f8417a8b5925a614e26a16465af # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 09 of 22] obsstore: move header encoding to a separate function

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496561891 25200 # Sun Jun 04 00:38:11 2017 -0700 # Node ID 5b83ced66577dc862594f85bcef2726a0d3fcfaf # Parent e42031df2e3a0a3805c13ade577a083117d745aa # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 08 of 22] obsstore: do not load all markers to detect duplication

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496461782 25200 # Fri Jun 02 20:49:42 2017 -0700 # Node ID e42031df2e3a0a3805c13ade577a083117d745aa # Parent 8ac6041f2d9cddf3fdb743bc0ae5a02584d890ec # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 07 of 22] obsstore: move _version to a propertycache

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496591355 25200 # Sun Jun 04 08:49:15 2017 -0700 # Node ID 8ac6041f2d9cddf3fdb743bc0ae5a02584d890ec # Parent 17ce57b7873f61deefe4ee34c4b7b9e6a54d489e # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 05 of 22] obsstore: move marker version reading to a separate function

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496457296 25200 # Fri Jun 02 19:34:56 2017 -0700 # Node ID d9ed7d0a4373b12c92055dd10718cffe96c98224 # Parent e1d6126ed614db6ec664c79afcb3a141c9a0dfa4 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 06 of 22] obsstore: separate marker parsing from obsstore reading

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496461081 25200 # Fri Jun 02 20:38:01 2017 -0700 # Node ID 17ce57b7873f61deefe4ee34c4b7b9e6a54d489e # Parent d9ed7d0a4373b12c92055dd10718cffe96c98224 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 02 of 22] radixlink: introduce a new data structure

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496536858 25200 # Sat Jun 03 17:40:58 2017 -0700 # Node ID e8e8d713e4b774f6894ee65723e7fdc12bf8a101 # Parent 5c3500de0a229d8aa08058bccec531d8a85b90d9 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

[PATCH 03 of 22] radixlink: add C implementation

2017-06-04 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1496550656 25200 # Sat Jun 03 21:30:56 2017 -0700 # Node ID d492628229c58f8417a8b5925a614e26a16465af # Parent e8e8d713e4b774f6894ee65723e7fdc12bf8a101 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

Re: users repositories?

2017-06-04 Thread Siddharth Agarwal
On 6/4/17 4:19 PM, Pierre-Yves David wrote: On 06/05/2017 12:10 AM, Siddharth Agarwal wrote: On 6/4/17 4:07 PM, Pierre-Yves David wrote: About access: This is the users repository that was on David Soria Para machine hosting the clowncopter. Using the same credential should work, I think we p

Re: [PATCH] dirstate: add docstring for invalidate

2017-06-04 Thread Pierre-Yves David
On 06/05/2017 12:09 AM, Siddharth Agarwal wrote: # HG changeset patch # User Siddharth Agarwal # Date 1496617730 25200 # Sun Jun 04 16:08:50 2017 -0700 # Node ID 45841cedb603b93803eec37bd7d01456a6b8e812 # Parent 5277d6faabb4f9593a5d33cdab6c4a6191ad856d dirstate: add docstring for invalidat

Re: users repositories?

2017-06-04 Thread Pierre-Yves David
On 06/05/2017 12:10 AM, Siddharth Agarwal wrote: On 6/4/17 4:07 PM, Pierre-Yves David wrote: About access: This is the users repository that was on David Soria Para machine hosting the clowncopter. Using the same credential should work, I think we ported the configuration as is. What path do

Re: users repositories?

2017-06-04 Thread Siddharth Agarwal
On 6/4/17 4:07 PM, Pierre-Yves David wrote: About access: This is the users repository that was on David Soria Para machine hosting the clowncopter. Using the same credential should work, I think we ported the configuration as is. What path do I need to specify to push to it? I tried: ssh://

[PATCH] dirstate: add docstring for invalidate

2017-06-04 Thread Siddharth Agarwal
# HG changeset patch # User Siddharth Agarwal # Date 1496617730 25200 # Sun Jun 04 16:08:50 2017 -0700 # Node ID 45841cedb603b93803eec37bd7d01456a6b8e812 # Parent 5277d6faabb4f9593a5d33cdab6c4a6191ad856d dirstate: add docstring for invalidate This always confuses me, and we already have a d

Re: users repositories?

2017-06-04 Thread Pierre-Yves David
About access: This is the users repository that was on David Soria Para machine hosting the clowncopter. Using the same credential should work, I think we ported the configuration as is. On 06/05/2017 12:05 AM, Siddharth Agarwal wrote: Apparently there's some space on mercurial-scm.org for use

users repositories?

2017-06-04 Thread Siddharth Agarwal
Apparently there's some space on mercurial-scm.org for user repositories, e.g. https://www.mercurial-scm.org/repo/users/sid0/hg. 1. Could this be documented somewhere? I searched on the wiki for user repositories and didn't see anything. 2. What credentials do I need to get access to it? Than

mercurial@32663: 9 new changesets

2017-06-04 Thread Mercurial Commits
9 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7dab4c0cdb41 changeset: 32655:7dab4c0cdb41 parent: 32652:9929af2b09b4 user:Yuya Nishihara date:Sat Jun 03 14:05:52 2017 +0900 summary: setup: do not overwrite local __modulepolicy__.py on out-of-so

Re: [PATCH 2 of 7] merge: use scmutil.intrev() to sort ctx objects

2017-06-04 Thread Martin von Zweigbergk via Mercurial-devel
On Sat, Jun 3, 2017 at 7:39 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1496484079 -32400 > # Sat Jun 03 19:01:19 2017 +0900 > # Node ID aee024abcb7e2abcadd612cc736c93639cc275e0 > # Parent 53c0c2e03be2c9c544f2c9cfeeab0e8122253d00 > merge: use scmutil.in

[PATCH 1 of 2 v2] tests: add missing parens in test-obsolete-bundle-strip.t

2017-06-04 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1496471360 25200 # Fri Jun 02 23:29:20 2017 -0700 # Node ID e317abebf6b8004fbba99ff51801d7f228797a37 # Parent 783394c0c97807e83daad9da561179bd0719e159 tests: add missing parens in test-obsolete-bundle-strip.t The "(not ${revs})" was m

[PATCH 2 of 2 v2] tests: simplify and clarify test-obsolete-bundle-strip.t a little

2017-06-04 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1496469903 25200 # Fri Jun 02 23:05:03 2017 -0700 # Node ID 414f0e052a6f91f37cb41feff5ea175deb6861fe # Parent e317abebf6b8004fbba99ff51801d7f228797a37 tests: simplify and clarify test-obsolete-bundle-strip.t a little diff --git a/test

[Bug 5587] New: hg commit --interactive (and hg record) both stopped showing prompts

2017-06-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5587 Bug ID: 5587 Summary: hg commit --interactive (and hg record) both stopped showing prompts Product: Mercurial Version: 4.2.1 Hardware: Macintosh OS: Mac OS

[Bug 5586] New: I/O operation on a closed file (Windows)

2017-06-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5586 Bug ID: 5586 Summary: I/O operation on a closed file (Windows) Product: Mercurial Version: default branch Hardware: PC OS: Windows Status: UNCONFIRMED Seve

mercurial@32654: 2 new changesets (2 on stable)

2017-06-04 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/028e6b1fd119 changeset: 32653:028e6b1fd119 branch: stable parent: 32651:c850f0ed54c1 user:Kevin Bullock date:Sun Jun 04 08:16:29 2017 -0500 summary: Added tag 4.2.1 for changeset

[PATCH 1 of 2] revset: add support for branch(wdir()) and wdir() & branch()

2017-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471684519 -32400 # Sat Aug 20 18:15:19 2016 +0900 # Node ID 8a92c8414acdf0b72195ed393cc22717e0e80acf # Parent 9d201b39ccd91b7be2eeb277b1b0ae6964bafeeb revset: add support for branch(wdir()) and wdir() & branch() diff --git a/mercurial/revse

[PATCH 2 of 2] revlog: add support for partial matching of wdir node id

2017-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471598764 -32400 # Fri Aug 19 18:26:04 2016 +0900 # Node ID 62080cf2737f5945d6b72fcb476ee32762a1f129 # Parent 8a92c8414acdf0b72195ed393cc22717e0e80acf revlog: add support for partial matching of wdir node id The idea is simple. If the given

[PATCH 6 of 6] check-concurrency: expose the feature as 'server.check-concurrency'

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1495923158 -7200 # Sun May 28 00:12:38 2017 +0200 # Node ID c58a31911d96c8fbb083388e55bf22cc473cc7b5 # Parent ae88951457de93c7f6286d449672b0b9d20c57f1 # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

Re: [PATCH 7 of 7] export: map wctx.node() to 'ff...' node id (issue5438)

2017-06-04 Thread Yuya Nishihara
On Sun, 04 Jun 2017 01:02:45 -0400, Matt Harbison wrote: > On Sat, 03 Jun 2017 10:39:31 -0400, Yuya Nishihara wrote: > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1496485039 -32400 > > # Sat Jun 03 19:17:19 2017 +0900 > > # Node ID d9d54fdf193fc7296de41c0ff259f1d58ace2763 > >

[PATCH 4 of 6] headsummary: expose the 'discardedheads' set in the headssummary

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1496029933 -7200 # Mon May 29 05:52:13 2017 +0200 # Node ID 33062379c342992425c1ba8083bafb46420ba7d0 # Parent 0be71c66f99550d0abc18fceaa86e0ac018bd382 # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

[PATCH 5 of 6] push: add a way to allow concurrent pushes on unrelated heads

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1496030038 -7200 # Mon May 29 05:53:58 2017 +0200 # Node ID ae88951457de93c7f6286d449672b0b9d20c57f1 # Parent 33062379c342992425c1ba8083bafb46420ba7d0 # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

[PATCH 3 of 6] checkheads: perform obsolescence post processing directly in _headssummary

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1496029647 -7200 # Mon May 29 05:47:27 2017 +0200 # Node ID 0be71c66f99550d0abc18fceaa86e0ac018bd382 # Parent 60a6a3a24864486abf07736d7c591e73a6e7e012 # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

[PATCH 1 of 6] checkheads: gather the postprocessing with other obsolescence specific code

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1496029559 -7200 # Mon May 29 05:45:59 2017 +0200 # Node ID df3d013cc55eeeab9296daf313d73bcafae4883c # Parent fc9296c15112af247e4985cdc45fbbf7d8eed175 # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

[PATCH 2 of 6] headssummary: directly feed the function with the 'pushop' object

2017-06-04 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1496048160 -7200 # Mon May 29 10:56:00 2017 +0200 # Node ID 60a6a3a24864486abf07736d7c591e73a6e7e012 # Parent df3d013cc55eeeab9296daf313d73bcafae4883c # EXP-Topic pushrace # Available At https://www.mercurial-scm.org/repo/users/marmoute/me

Re: [PATCH 7 of 7] checkheads: simplify the code around obsolescence post-processing

2017-06-04 Thread Pierre-Yves David
On 06/04/2017 04:14 PM, Yuya Nishihara wrote: On Sat, 03 Jun 2017 10:06:30 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1496028210 -7200 # Mon May 29 05:23:30 2017 +0200 # Node ID 54ef0920630de5f0c3c666dbb30a73b1adcb91ec # Parent e3c199932c9c84037

Re: [PATCH 7 of 7] checkheads: simplify the code around obsolescence post-processing

2017-06-04 Thread Yuya Nishihara
On Sat, 03 Jun 2017 10:06:30 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1496028210 -7200 > # Mon May 29 05:23:30 2017 +0200 > # Node ID 54ef0920630de5f0c3c666dbb30a73b1adcb91ec > # Parent e3c199932c9c84037a05ffe817838a5a4bd6f5a8 > # EXP-Topic p

Re: [PATCH 1 of 3 V3] win32: add a method to enable ANSI color code processing on Windows 10

2017-06-04 Thread Yuya Nishihara
On Tue, 30 May 2017 22:50:13 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1495504856 14400 > # Mon May 22 22:00:56 2017 -0400 > # Node ID 79425b258088af20ae520e24bd60ab471dd62ec4 > # Parent e7aa11f3abcdc4322048ee244e023bfa40841630 > win32: add a method t

Re: [PATCH 1 of 2] keepalive: pass the correct arguments to HTTPResponse

2017-06-04 Thread Yuya Nishihara
On Fri, 02 Jun 2017 16:03:47 -0700, Kyle Lippincott via Mercurial-devel wrote: > # HG changeset patch > # User Kyle Lippincott > # Date 1496366600 25200 > # Thu Jun 01 18:23:20 2017 -0700 > # Node ID 80511f08c101eae26b774a9759da271807e4bf0b > # Parent 5d44d7d4076e5a96001b0f88c730fa7ea24a9e02

Re: [PATCH 5 of 6] hidden: add hiddenset and updatevisibility logic

2017-06-04 Thread Pierre-Yves David
Thanks for your reply. It clarified multiple aspect of your goals and constraints (eg: changegroup loading time). That discussion seems on good track to me. On 05/23/2017 12:38 AM, Durham Goode wrote: On 5/22/17 2:38 AM, Pierre-Yves David wrote: On 05/19/2017 05:25 AM, Gregory Szorc wrote: O