[PATCH 1 of 2 RFC V2] templates: add support for dict in _jsonifyobj

2016-08-26 Thread liscju
# HG changeset patch # User liscju # Date 1468310536 -7200 # Tue Jul 12 10:02:16 2016 +0200 # Node ID be0a41929f01e4fc9e439a3c39986b94d878a251 # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 templates: add support for dict in _jsonifyobj diff --git a/mercurial/formatter.py b/mercurial/for

[PATCH 2 of 2 RFC V2] debugobsolete: add formatter support (issue5134)

2016-08-26 Thread liscju
# HG changeset patch # User liscju # Date 1467710115 -7200 # Tue Jul 05 11:15:15 2016 +0200 # Node ID 81d8a553992a8e9e8ebd349654e79716e7dc8c6d # Parent be0a41929f01e4fc9e439a3c39986b94d878a251 debugobsolete: add formatter support (issue5134) This solution keeps the same output debugobsolete

[PATCH] files: change documentation to match its behaviour (issue5276)

2016-08-26 Thread liscju
# HG changeset patch # User liscju # Date 1467704227 -7200 # Tue Jul 05 09:37:07 2016 +0200 # Node ID 48d1019afa6fd5b9260e46c6a18a95f144e6ee4f # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 files: change documentation to match its behaviour (issue5276) Documentation gave the usage patter

Re: [PATCH 5 of 5 V2] py3: import builtin wrappers automagically by code transformer

2016-08-26 Thread Pierre-Yves David
On 08/16/2016 04:43 PM, Augie Fackler wrote: On Tue, Aug 16, 2016 at 05:50:46PM +0900, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1471318515 -32400 # Tue Aug 16 12:35:15 2016 +0900 # Node ID 30c0fc2f9d07b0251e24ff1a61a23416038022c4 # Parent 82f7a2639ea514b22

Re: [PATCH 5 of 5] version: add formatter support

2016-08-26 Thread Pierre-Yves David
On 08/22/2016 04:44 PM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1471331947 -32400 # Tue Aug 16 16:19:07 2016 +0900 # Node ID fc30d32758af268847d2b9b200071c7b58cd6050 # Parent f6e34ad8025ba31a7ef463205c14a450c44baea6 version: add formatter support The lice

mercurial@29838: 50 new changesets

2016-08-26 Thread Mercurial Commits
50 new changesets in mercurial: http://selenic.com/repo/hg//rev/66e038fb3c0d changeset: 29789:66e038fb3c0d user:Yuya Nishihara date:Sun Aug 14 16:49:47 2016 +0900 summary: test-gpg: make temporary copy of GNUPGHOME http://selenic.com/repo/hg//rev/94fb0458a791 changeset: 2

Re: [PATCH] templater: add template path to __base__ search

2016-08-26 Thread Pierre-Yves David
On 08/25/2016 02:48 AM, Matt Mackall wrote: # HG changeset patch # User Matt Mackall # Date 1472085825 25200 # Wed Aug 24 17:43:45 2016 -0700 # Node ID 1ec871261bb777e24f21cb180fce199cb49c55ea # Parent 5f86818c95e5ea59c48dfceca2e286cd11f9a800 templater: add template path to __base__ sear

Re: [PATCH] templater: add template path to __base__ search

2016-08-26 Thread Matt Mackall
On Fri, 2016-08-26 at 11:23 +0200, Pierre-Yves David wrote: > > On 08/25/2016 02:48 AM, Matt Mackall wrote: > > > > # HG changeset patch > > # User Matt Mackall > > # Date 1472085825 25200 > > #  Wed Aug 24 17:43:45 2016 -0700 > > # Node ID 1ec871261bb777e24f21cb180fce199cb49c55ea > > # Pare

Re: [PATCH] templater: add template path to __base__ search

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 11:43 AM, Matt Mackall wrote: On Fri, 2016-08-26 at 11:23 +0200, Pierre-Yves David wrote: On 08/25/2016 02:48 AM, Matt Mackall wrote: # HG changeset patch # User Matt Mackall # Date 1472085825 25200 # Wed Aug 24 17:43:45 2016 -0700 # Node ID 1ec871261bb777e24f21cb180fce1

mercurial@29840: 2 new changesets

2016-08-26 Thread Mercurial Commits
2 new changesets in mercurial: http://selenic.com/repo/hg//rev/110ed1868f86 changeset: 29839:110ed1868f86 user:Yuya Nishihara date:Tue Aug 16 16:09:12 2016 +0900 summary: version: factor out mapping of internal/external labels http://selenic.com/repo/hg//rev/4435d4c951ec ch

[PATCH RFC] import: report directory-relative paths in error messages (issue5224)

2016-08-26 Thread liscju
# HG changeset patch # User liscju # Date 1472208500 -7200 # Fri Aug 26 12:48:20 2016 +0200 # Node ID e810cc95a9276fd601834ddbc73c6abbc45b6218 # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 import: report directory-relative paths in error messages (issue5224) Import uses paths relative t

[PATCH] journal: rename on disk files to 'namejournal'

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472003959 -7200 # Wed Aug 24 03:59:19 2016 +0200 # Node ID 12908f37248000179f42892a49d3b4751274d7a6 # Parent 4435d4c951ec2185d92cbe0041852767dda584c8 # EXP-Topic journal.namespace journal: rename on disk files to 'namejournal' The 'journ

Re: [PATCH] templater: add template path to __base__ search

2016-08-26 Thread Yuya Nishihara
On Fri, 26 Aug 2016 11:51:40 +0200, Pierre-Yves David wrote: > On 08/26/2016 11:43 AM, Matt Mackall wrote: > > On Fri, 2016-08-26 at 11:23 +0200, Pierre-Yves David wrote: > >> > >> On 08/25/2016 02:48 AM, Matt Mackall wrote: > >>> > >>> # HG changeset patch > >>> # User Matt Mackall > >>> # Date 1

Re: [PATCH 5 of 5] version: add formatter support

2016-08-26 Thread Yuya Nishihara
On Fri, 26 Aug 2016 11:12:52 +0200, Pierre-Yves David wrote: > > if names: > > -maxnamelen = max(len(n) for n in names) > > -places = [_("external"), _("internal")] > > Place sounds a bit strange to me. We can probably find something a bit > better like "bundled (true/False)"

RE: [PATCH 1 of 2 v7] graft: support grafting across move/copy (issue4028)

2016-08-26 Thread Gábor STEFANIK
> -- This message, including its attachments, is confidential. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy. -Origina

mercurial@29846: 6 new changesets

2016-08-26 Thread Mercurial Commits
6 new changesets in mercurial: http://selenic.com/repo/hg//rev/d5883fd055c6 changeset: 29841:d5883fd055c6 user:Augie Fackler date:Tue Aug 23 11:26:08 2016 -0400 summary: extensions: change magic "shipped with hg" string http://selenic.com/repo/hg//rev/d5497eb1d768 changeset

[PATCH] localrepo: actually invalidate dirstate on invalidatedirstate()

2016-08-26 Thread Mateusz Kwapich
# HG changeset patch # User Mateusz Kwapich # Date 1472225341 25200 # Fri Aug 26 08:29:01 2016 -0700 # Node ID 430e8c2cc229e0fbed231370c36cc2a215ecb30e # Parent 318e2b600b80e4ed3c6f37df46ec7544f60d4c0b localrepo: actually invalidate dirstate on invalidatedirstate() The old dirstate was stil

Re: [PATCH V3] util: move checknlink away from the dependency of a hard-coded filename

2016-08-26 Thread Yuya Nishihara
On Thu, 25 Aug 2016 11:11:34 -0700, tt...@fb.com wrote: > # HG changeset patch > # User Tony Tung > # Date 1472148645 25200 > # Thu Aug 25 11:10:45 2016 -0700 > # Node ID 625f3bb4833b47c4d35754fced91f37b077f7866 > # Parent 2efc5a05d80a6d4253767f2ce0c2fb062ba83cb6 > util: move checknlink away

Re: [PATCH 1 of 2 RFC V2] templates: add support for dict in _jsonifyobj

2016-08-26 Thread Yuya Nishihara
On Fri, 26 Aug 2016 09:56:51 +0200, liscju wrote: > # HG changeset patch > # User liscju > # Date 1468310536 -7200 > # Tue Jul 12 10:02:16 2016 +0200 > # Node ID be0a41929f01e4fc9e439a3c39986b94d878a251 > # Parent b1809f5d7630a3fff0fa715bbd30dba0f07672a8 > templates: add support for dict in

Re: [PATCH] localrepo: actually invalidate dirstate on invalidatedirstate()

2016-08-26 Thread Durham Goode
cc foozy, is this another case of the file caches not handling timestamps correctly? On 8/26/16 8:31 AM, Mateusz Kwapich wrote: # HG changeset patch # User Mateusz Kwapich # Date 1472225341 25200 # Fri Aug 26 08:29:01 2016 -0700 # Node ID 430e8c2cc229e0fbed231370c36cc2a215ecb30e # Parent

Re: [PATCH] localrepo: actually invalidate dirstate on invalidatedirstate()

2016-08-26 Thread Yuya Nishihara
On Fri, 26 Aug 2016 08:31:09 -0700, Mateusz Kwapich wrote: > # HG changeset patch > # User Mateusz Kwapich > # Date 1472225341 25200 > # Fri Aug 26 08:29:01 2016 -0700 > # Node ID 430e8c2cc229e0fbed231370c36cc2a215ecb30e > # Parent 318e2b600b80e4ed3c6f37df46ec7544f60d4c0b > localrepo: actual

[Bug 5350] New: Decide what to do when grafting changes to files that never existed on the target branch

2016-08-26 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5350 Bug ID: 5350 Summary: Decide what to do when grafting changes to files that never existed on the target branch Product: Mercurial Version: 3.9 Hardware: All

Re: [PATCH] localrepo: actually invalidate dirstate on invalidatedirstate()

2016-08-26 Thread Mateusz Kwapich
So invalidate is by design not-always invalidating and it’s relying on filecache to actually invalidate dirstate when needed? Why do we even need the invalidate in this case if filecache can always properly invalidate dirstate? Best, Mateusz On 8/26/16, 5:02 PM, "Yuya Nishihara" wrote: On

[PATCH 2 of 2 v8] update: enable copy tracing for backwards and non-linear updates (issue4028)

2016-08-26 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1472155346 -7200 # Thu Aug 25 22:02:26 2016 +0200 # Node ID 0e129eda08700241fa091e4b7bc195cb7c9fdd93 # Parent f32aa28298164aa38830e83369c57c9553c6ff08 update: enable copy tracing for backwards and non-linear updates (issue4028) v2: don't do

[PATCH 1 of 2 v8] graft: support grafting across move/copy (issue4028)

2016-08-26 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1472225958 -7200 # Fri Aug 26 17:39:18 2016 +0200 # Node ID f32aa28298164aa38830e83369c57c9553c6ff08 # Parent 318e2b600b80e4ed3c6f37df46ec7544f60d4c0b graft: support grafting across move/copy (issue4028) Graft performs a merge with a false c

[PATCH 2 of 2 topic-ext] init: guard _namemap with repo.topics (issue5351)

2016-08-26 Thread timeless
# HG changeset patch # User timel...@gmail.com # Date 1472230665 0 # Fri Aug 26 16:57:45 2016 + # Node ID 942a3b3b41b6179e3723a0b048ee2494d8252a7d # Parent 81def069bd64c516610e507279070cef5ca72d7f init: guard _namemap with repo.topics (issue5351) This prevents reading extra data on all r

[PATCH 1 of 2 topic-ext] init: cache repo.topics

2016-08-26 Thread timeless
# HG changeset patch # User timel...@gmail.com # Date 1472230322 0 # Fri Aug 26 16:52:02 2016 + # Node ID 81def069bd64c516610e507279070cef5ca72d7f # Parent cf9414f2b5cddd65d21041527981d15a6fb6fd67 init: cache repo.topics diff -r cf9414f2b5cd -r 81def069bd64 hgext3rd/topic/__init__.py ---

Re: [PATCH V3] util: move checknlink away from the dependency of a hard-coded filename

2016-08-26 Thread Adrian Buehlmann
On 2016-08-25 20:11, tt...@fb.com wrote: > # HG changeset patch > # User Tony Tung > # Date 1472148645 25200 > # Thu Aug 25 11:10:45 2016 -0700 > # Node ID 625f3bb4833b47c4d35754fced91f37b077f7866 > # Parent 2efc5a05d80a6d4253767f2ce0c2fb062ba83cb6 > util: move checknlink away from the depen

[PATCH 1 of 3] tests: check that local commit data gets transferred

2016-08-26 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1472157127 25200 # Thu Aug 25 13:32:07 2016 -0700 # Node ID 5cc153cfd69ec19038eb61a87ad33eb233293678 # Parent a1e7c55ba6f104e67e4af1e406b1e93d998c9841 tests: check that local commit data gets transferred diff -r a1e7c55ba6f1 -r 5cc153

[PATCH 2 of 3] shallowstore: remove seemingly unnecessary code

2016-08-26 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1472232010 25200 # Fri Aug 26 10:20:10 2016 -0700 # Node ID 35fde8eff1569689667c21973fb7193b3ad049b8 # Parent 5cc153cfd69ec19038eb61a87ad33eb233293678 shallowstore: remove seemingly unnecessary code remotefilelogserver.py already over

[PATCH 3 of 3] treemanifests: include dirlogs in streaming cloning

2016-08-26 Thread Martin von Zweigbergk via Mercurial-devel
# HG changeset patch # User Martin von Zweigbergk # Date 1472232129 25200 # Fri Aug 26 10:22:09 2016 -0700 # Node ID f1618da9e37d9cd7d0a3bb3ae955c4b3f43f222e # Parent 35fde8eff1569689667c21973fb7193b3ad049b8 treemanifests: include dirlogs in streaming cloning We need to include the dirlogs

Re: [PATCH 1 of 3] tests: check that local commit data gets transferred

2016-08-26 Thread Martin von Zweigbergk via Mercurial-devel
Sorry, I should have added the "remotefilelog" flag on this series. On Fri, Aug 26, 2016 at 10:47 AM, Martin von Zweigbergk wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1472157127 25200 > # Thu Aug 25 13:32:07 2016 -0700 > # Node ID 5cc153cfd69ec19038eb61a87ad33eb23

[PATCH 1 of 8 cleanup] histedit: drop the 'nodetoverify' method

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472236293 -7200 # Fri Aug 26 20:31:33 2016 +0200 # Node ID 971ddb8990c6617925d3403dd4865ca77be3db59 # Parent 4435d4c951ec2185d92cbe0041852767dda584c8 # EXP-Topic histedit.constraint histedit: drop the 'nodetoverify' method That method is

[PATCH 7 of 8 cleanup] histedt: use inheritance to overwrite the constraints in 'base'

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472238033 -7200 # Fri Aug 26 21:00:33 2016 +0200 # Node ID c4809d82bb0ae1b068a0fdac1e1012d8182624df # Parent debc7d681908d1d1857be09c33869bb453310760 # EXP-Topic histedit.constraint histedt: use inheritance to overwrite the constraints in

[PATCH 6 of 8 cleanup] histedit: move constraint verification in the 'action.verify' method

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472237692 -7200 # Fri Aug 26 20:54:52 2016 +0200 # Node ID debc7d681908d1d1857be09c33869bb453310760 # Parent a68e7fe3611263c9a45b0ffa9a0a0eaef00f90ff # EXP-Topic histedit.constraint histedit: move constraint verification in the 'action.ve

[PATCH 4 of 8 cleanup] histedit: temporally shorten name of 'constraints' variable

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472236938 -7200 # Fri Aug 26 20:42:18 2016 +0200 # Node ID de96a0de61f31c76df2a5315e443ab781299ab45 # Parent 21af9ca4b1bb79bcabd75556a21083a1ab6bc9a4 # EXP-Topic histedit.constraint histedit: temporally shorten name of 'constraints' varia

[PATCH 2 of 8 cleanup] histedit: make 'constraints' a class attribut instead of a method

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472236498 -7200 # Fri Aug 26 20:34:58 2016 +0200 # Node ID ad3f66039cf36f09eadd31460009aef9454ad39c # Parent 971ddb8990c6617925d3403dd4865ca77be3db59 # EXP-Topic histedit.constraint histedit: make 'constraints' a class attribut instead of

[PATCH 5 of 8 cleanup] histedit: directly use node in 'verifyactions'

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472237672 -7200 # Fri Aug 26 20:54:32 2016 +0200 # Node ID a68e7fe3611263c9a45b0ffa9a0a0eaef00f90ff # Parent de96a0de61f31c76df2a5315e443ab781299ab45 # EXP-Topic histedit.constraint histedit: directly use node in 'verifyactions' It does

[PATCH 3 of 8 cleanup] histedit: drop the 'nodetoverify' local variable

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472236717 -7200 # Fri Aug 26 20:38:37 2016 +0200 # Node ID 21af9ca4b1bb79bcabd75556a21083a1ab6bc9a4 # Parent ad3f66039cf36f09eadd31460009aef9454ad39c # EXP-Topic histedit.constraint histedit: drop the 'nodetoverify' local variable We can

[PATCH 8 of 8 cleanup] histedit: remove now unused 'constraints' related code

2016-08-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1472238391 -7200 # Fri Aug 26 21:06:31 2016 +0200 # Node ID 7366faf468f2eb037ea1ce4ef9919786a564bf9d # Parent c4809d82bb0ae1b068a0fdac1e1012d8182624df # EXP-Topic histedit.constraint histedit: remove now unused 'constraints' related code

Re: [PATCH 1 of 8 cleanup] histedit: drop the 'nodetoverify' method

2016-08-26 Thread Augie Fackler
> On Aug 26, 2016, at 15:35, Pierre-Yves David > wrote: > > # HG changeset patch > # User Pierre-Yves David > # Date 1472236293 -7200 > # Fri Aug 26 20:31:33 2016 +0200 > # Node ID 971ddb8990c6617925d3403dd4865ca77be3db59 > # Parent 4435d4c951ec2185d92cbe0041852767dda584c8 > # EXP-Topic

Re: [PATCH 5 of 8 cleanup] histedit: directly use node in 'verifyactions'

2016-08-26 Thread timeless
On Fri, Aug 26, 2016 at 3:35 PM, Pierre-Yves David wrote: > for error when needed. As a nice side effect this remove the explicite > constant explicit :) -- the trailing e is only in the French ;-) ___ Mercurial-devel mailing list Mercurial-devel@mercu

Re: [PATCH 6 of 8 cleanup] histedit: move constraint verification in the 'action.verify' method

2016-08-26 Thread timeless
On Fri, Aug 26, 2016 at 3:35 PM, Pierre-Yves David wrote: > related to constrains into that method. This requires a bit more context to > the constraints ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/m

Re: [PATCH 2 of 8 cleanup] histedit: make 'constraints' a class attribut instead of a method

2016-08-26 Thread timeless
On Fri, Aug 26, 2016 at 3:35 PM, Pierre-Yves David wrote: > histedit: make 'constraints' a class attribut instead of a method attribute ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mer

Re: [PATCH 1 of 8 cleanup] histedit: drop the 'nodetoverify' method

2016-08-26 Thread timeless
That sounds familiar. If that's the reason, it needs to be documented, otherwise someone will eventually perform this cleanup. On Fri, Aug 26, 2016 at 3:54 PM, Augie Fackler wrote: > >> On Aug 26, 2016, at 15:35, Pierre-Yves David >> wrote: >> >> # HG changeset patch >> # User Pierre-Yves David

Re: [PATCH 1 of 8 cleanup] histedit: drop the 'nodetoverify' method

2016-08-26 Thread Augie Fackler
> On Aug 26, 2016, at 15:57, timeless wrote: > > That sounds familiar. If that's the reason, it needs to be documented, > otherwise someone will eventually perform this cleanup. Agreed, though it might be time to move exec into core histedit as well, which would also resolve this. > > On Fri

Re: [PATCH 7 of 8 cleanup] histedt: use inheritance to overwrite the constraints in 'base'

2016-08-26 Thread timeless
On Fri, Aug 26, 2016 at 3:35 PM, Pierre-Yves David wrote: > be overwritten in the one action where it matters. overridden (we aren't writing over it, we're just ordering something else to happen) > The now unused 'contrains' related enum and class attribute will be cleaned up constraints __

Re: [PATCH 1 of 8 cleanup] histedit: drop the 'nodetoverify' method

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 09:54 PM, Augie Fackler wrote: On Aug 26, 2016, at 15:35, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1472236293 -7200 # Fri Aug 26 20:31:33 2016 +0200 # Node ID 971ddb8990c6617925d3403dd4865ca77be3db59 # Parent 4435d4c951ec2185d92cbe0

Re: [PATCH 5 of 8 cleanup] histedit: directly use node in 'verifyactions'

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 09:55 PM, timeless wrote: On Fri, Aug 26, 2016 at 3:35 PM, Pierre-Yves David wrote: for error when needed. As a nice side effect this remove the explicite constant explicit :) -- the trailing e is only in the French ;-) Okay, the automatic enabling of my spell checker eventu

Re: [PATCH 1 of 2 topic-ext] init: cache repo.topics

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 06:59 PM, timeless wrote: # HG changeset patch # User timel...@gmail.com # Date 1472230322 0 # Fri Aug 26 16:52:02 2016 + # Node ID 81def069bd64c516610e507279070cef5ca72d7f # Parent cf9414f2b5cddd65d21041527981d15a6fb6fd67 init: cache repo.topics Thanks for looking int

Re: [PATCH 2 of 2 topic-ext] init: guard _namemap with repo.topics (issue5351)

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 06:59 PM, timeless wrote: # HG changeset patch # User timel...@gmail.com # Date 1472230665 0 # Fri Aug 26 16:57:45 2016 + # Node ID 942a3b3b41b6179e3723a0b048ee2494d8252a7d # Parent 81def069bd64c516610e507279070cef5ca72d7f init: guard _namemap with repo.topics (issue5351

Re: [PATCH 1 of 2 topic-ext] init: cache repo.topics

2016-08-26 Thread timeless
i don't have the resources to push this further for at least a week, if you could take it and run with it, that'd be great... On Fri, Aug 26, 2016 at 5:22 PM, Pierre-Yves David wrote: > > > On 08/26/2016 06:59 PM, timeless wrote: >> >> # HG changeset patch >> # User timel...@gmail.com >> # Date 1

Re: [PATCH 1 of 2 topic-ext] init: cache repo.topics

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 11:40 PM, timeless wrote: i don't have the resources to push this further for at least a week, if you could take it and run with it, that'd be great... I already do. I'll poke a bit around and probably take a version using invalidatevolatilesets. -- Pierre-Yves David

Re: [PATCH STABLE] bundle2: fail faster when interrupted

2016-08-26 Thread Pierre-Yves David
On 08/26/2016 04:54 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1472179994 25200 # Thu Aug 25 19:53:14 2016 -0700 # Branch stable # Node ID fe13f99c4ecebf0f276b793f2ec1f4350805cb77 # Parent 5004ef47f437b3bafdd3800551c638a0bf4bb99b bundle2: fail faster when i

Re: [PATCH rfc] manifest: write a more efficient version of lazymanifest, in pure python

2016-08-26 Thread Sean Farley
Matt Mackall writes: > On Wed, 2016-08-24 at 23:55 -0400, Augie Fackler wrote: >> > >> > On Aug 20, 2016, at 5:02 PM, Maciej Fijalkowski wrote: >> > >> > # HG changeset patch >> > # User Maciej Fijalkowski >> > # Date 1471726818 -7200 >> > #  Sat Aug 20 23:00:18 2016 +0200 >> > # Node ID