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 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 >> #

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

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

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

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

[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

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

[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

[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

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"

[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 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

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

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 >

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:

[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

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

[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

[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)

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

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

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

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

[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)

[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

[PATCH 2 of 2 RFC V2] largefiles: abort push on server when file fit largefiles (issue3245)

2016-08-26 Thread liscju
# HG changeset patch # User liscju # Date 1472122627 -7200 # Thu Aug 25 12:57:07 2016 +0200 # Node ID cc9384381d9f7995947b7294df1d7f8b5188237d # Parent 7fa71874c771a76bcc0e04d77e435242b9b3ad12 largefiles: abort push on server when file fit largefiles