D1173: rebase: add support to output nodechanges

2017-10-18 Thread dlax (Denis Laxalde)
dlax accepted this revision. dlax added a comment. Looks good to me, much nicer than the previous version. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1173 To: pulkit, #hg-reviewers, dlax Cc: dlax, mercurial-devel

Re: [PATCH V3] phase: use a binary phase part to push through bundle2 (BC)

2017-10-18 Thread Boris Feld
On Wed, 2017-10-18 at 00:04 -0400, Augie Fackler wrote: > > On Oct 17, 2017, at 13:10, Boris Feld > > wrote: > > > > # HG changeset patch > > # User Boris Feld > > # Date 1505929086 -7200 > > #  Wed Sep 20 19:38:06 2017 +0200 > > # Node ID

Re: [PATCH 3 of 4 V2] phase: add a dedicated txnclose-phase hook

2017-10-18 Thread Martin von Zweigbergk via Mercurial-devel
On Wed, Oct 18, 2017 at 8:51 AM, Kevin Bullock < kbullock+mercur...@ringworld.org> wrote: > > On Oct 14, 2017, at 10:46, Boris Feld wrote: > > > > # HG changeset patch > > # User Boris Feld > > # Date 1507477846 -7200 > > # Sun Oct 08

D1183: cmdutil: fix status tersing on Python 3

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG315e04247750: cmdutil: fix status tersing on Python 3 (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1183?vs=3010=3020

D1182: hghave: fix clang-format check to use bytes regex

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG26c1056f617e: hghave: fix clang-format check to use bytes regex (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1180: convert: register missed subversion config items

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG09db9613df09: convert: register missed subversion config items (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1181: configitems: make all regular expressions bytes and not native str

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG29ba0b37bc49: configitems: make all regular expressions bytes and not native str (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1184: fsmonitor: use nonnormalset from dirstatemap

2017-10-18 Thread wez (Wez Furlong)
wez accepted this revision. wez added a comment. lgtm REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1184 To: quark, #hg-reviewers, wez Cc: wez, mercurial-devel ___ Mercurial-devel mailing list

D1106: context: add workingfilectx.markcopied

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > context.py:1938 > > +def markcopied(self, src): > +"""marks this file a copy of `src`""" I would probably have put this on workingctx instead (not per file). It feels like it better matches how copies are recorded in the

mercurial@34780: 71 new changesets

2017-10-18 Thread Mercurial Commits
71 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/cdf833d7de98 changeset: 34710:cdf833d7de98 user:Boris Feld date:Sun Oct 08 17:50:46 2017 +0200 summary: phase: add a dedicated txnclose-phase hook

D1187: registrar: move "constant" possiblecmdtypes to class level

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY While at it, swithc to set literal syntax. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1187 AFFECTED FILES

D1188: registrar: don't i18n ProgrammingError message

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1188 AFFECTED FILES mercurial/registrar.py CHANGE DETAILS diff --git a/mercurial/registrar.py

Re: [PATCH 7 of 7] configitems: adds a developer warning when accessing undeclared configuration

2017-10-18 Thread Boris Feld
On Tue, 2017-10-17 at 11:27 -0400, Augie Fackler wrote: > On Mon, Oct 16, 2017 at 06:53:32PM +0200, Boris Feld wrote: > > # HG changeset patch > > # User Boris Feld > > # Date 1508168487 -7200 > > #  Mon Oct 16 17:41:27 2017 +0200 > > # Node ID

[PATCH 3 of 3] sparse-read: ignore trailing empty revs in each read chunk

2017-10-18 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1508333299 -7200 # Wed Oct 18 15:28:19 2017 +0200 # Node ID 243f3a5bee46f9473bf2233041a8705e38194c13 # Parent 1c47a1306c856a240d9191e0f928b07493078fa7 # EXP-Topic optimized-read # Available At

[PATCH 1 of 3] sparse-read: move from a recursive-based approach to a heap-based one

2017-10-18 Thread Paul Morelle
# HG changeset patch # User Boris Feld # Date 1508323980 -7200 # Wed Oct 18 12:53:00 2017 +0200 # Node ID 495cbf44112b9872f2803ccd836de3ffae30b28c # Parent 537de0b14030868e3e850ae388b08f88cabc88e8 # EXP-Topic optimized-read # Available At

[PATCH 2 of 3] sparse-read: skip gaps too small to be worth splitting

2017-10-18 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1508310468 -7200 # Wed Oct 18 09:07:48 2017 +0200 # Node ID 1c47a1306c856a240d9191e0f928b07493078fa7 # Parent 495cbf44112b9872f2803ccd836de3ffae30b28c # EXP-Topic optimized-read # Available At

[PATCH follow-up] obsfate: fix obsfate_printer with empty date list

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508333931 -7200 # Wed Oct 18 15:38:51 2017 +0200 # Node ID 328ec528162a716ef61877de1982860b67973afa # Parent 962f7df21a73f044d171fee9c237d0c5062ae317 # EXP-Topic elite-mink # Available At

Re: [PATCH 1 of 7 V3] templatekw: introduce obsfate keyword

2017-10-18 Thread Yuya Nishihara
On Tue, 17 Oct 2017 17:14:02 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507218176 -7200 > # Thu Oct 05 17:42:56 2017 +0200 > # Node ID fc6e8b2484a3eaedd9e4b8ec10f3728b57bfbebe > # Parent 68e0bcb903572cb3641c1b1ac11bdcf47d4ff5ac > #

Re: [PATCH 6 of 7 V3] log: add obsfate by default in changeset printer

2017-10-18 Thread Yuya Nishihara
On Tue, 17 Oct 2017 17:14:07 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507209918 -7200 > # Thu Oct 05 15:25:18 2017 +0200 > # Node ID f3a67648b948d83038f4b0fe351a81ee042f814f > # Parent a2bbc21a142b192bde003f8df3adb71e13242ea1 > #

[PATCH 2 of 2] configitems: document the choice of using 'match' instead of 'search'

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508322983 -7200 # Wed Oct 18 12:36:23 2017 +0200 # Node ID e4c6f469eb215986ae8b1d5624c5867501462a58 # Parent a3110a4c8aa98ebd9fc26702eb81b9366edf7335 # EXP-Topic config.register.fixup # Available At

D1136: templatefilters: defend against evil unicode strs in json filter

2017-10-18 Thread yuja (Yuya Nishihara)
yuja added a comment. Queued. I've added missed import and dropped r'' from the error message. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1136 To: durin42, #hg-reviewers, yuja Cc: yuja, ryanmce, mercurial-devel

D1160: test-extension: make the test compatible with chg

2017-10-18 Thread singhsrb (Saurabh Singh)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6bfe43dd20eb: test-extension: make the test compatible with chg (authored by singhsrb, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1164: extensions: always include traceback when extension setup fails

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG78d9a7b7cdb6: extensions: always include traceback when extension setup fails (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1145: templater: use pycompat.sysbytes to bytes-ify some __name__ attrs

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd3ea6a1c798f: templater: use pycompat.sysbytes to bytes-ify some __name__ attrs (authored by durin42, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1145?vs=2918=2967#toc

D1161: hghave: disable demandimport when chg is running

2017-10-18 Thread singhsrb (Saurabh Singh)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG88624b40a9cb: hghave: disable demandimport when chg is running (authored by singhsrb, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1162: tests: make test-extension.t's baduisetup.py test fail even if bdiff exists

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGdf871c41bd00: tests: make test-extension.ts baduisetup.py test fail even if bdiff exists (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D987: copies: add a config to limit the number of candidates to check in heuristics

2017-10-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf05a6e015ecc: copies: add a config to limit the number of candidates to check in heuristics (authored by pulkit, committed by ). CHANGED PRIOR TO COMMIT

D1163: tests: move baduisetup() test out of "#if demandimport"

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf0a62afd1e40: tests: move baduisetup() test out of #if demandimport (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1159: run-tests: move newline out of colorized message

2017-10-18 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8bce3e51b101: run-tests: move newline out of colorized message (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1158: test-show: make it compatible with chg

2017-10-18 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG110040e715c9: test-show: make it compatible with chg (authored by quark, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1158?vs=2933=2968

D1136: templatefilters: defend against evil unicode strs in json filter

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG4fdc4adbc838: templatefilters: defend against evil unicode strs in json filter (authored by durin42, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1136?vs=2917=2966#toc

Re: [PATCH 1 of 7 V3] templatekw: introduce obsfate keyword

2017-10-18 Thread Boris Feld
On Wed, 2017-10-18 at 22:12 +0900, Yuya Nishihara wrote: > On Tue, 17 Oct 2017 17:14:02 +0200, Boris Feld wrote: > > # HG changeset patch > > # User Boris Feld > > # Date 1507218176 -7200 > > #  Thu Oct 05 17:42:56 2017 +0200 > > # Node ID

Re: [PATCH 08 of 15] push: move bundle2-pushkey based bookmarks exchange in its own function

2017-10-18 Thread Gregory Szorc
On Wed, Oct 18, 2017 at 6:10 PM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508088176 -7200 > # Sun Oct 15 19:22:56 2017 +0200 > # Node ID c4a092af57116c6821824a0e4e3a628d8d6c3f9c > # Parent

Re: [PATCH 01 of 15] pull: store binary node in pullop.remotebookmarks

2017-10-18 Thread Gregory Szorc
On Wed, Oct 18, 2017 at 6:09 PM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508230905 -7200 > # Tue Oct 17 11:01:45 2017 +0200 > # Node ID a450dc69ef95073af4d4ece34e251ed0bb5b808f > # Parent

[PATCH] phases: pass phase names to hooks instead of internal values

2017-10-18 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock # Date 1508347193 18000 # Wed Oct 18 12:19:53 2017 -0500 # Node ID 60e2895bf784f13ceeccb185e0527ba4508bd9cb # Parent 2a098c601e7151bde89aa7ee4c555fc6679756dc phases: pass phase names to hooks instead of internal

Re: [PATCH] phases: pass phase names to hooks instead of internal values

2017-10-18 Thread Kevin Bullock
> On Oct 18, 2017, at 12:21, Kevin Bullock > wrote: > > # HG changeset patch > # User Kevin Bullock > # Date 1508347193 18000 > # Wed Oct 18 12:19:53 2017 -0500 > # Node ID 60e2895bf784f13ceeccb185e0527ba4508bd9cb > #

[PATCH] phases: pass phase names to hooks instead of internal values

2017-10-18 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock # Date 1508347193 18000 # Wed Oct 18 12:19:53 2017 -0500 # Node ID b4e14b2c20b220153ae4f192a4332d40308d4d18 # Parent 2a098c601e7151bde89aa7ee4c555fc6679756dc phases: pass phase names to hooks instead of internal

Re: [PATCH] phases: pass phase names to hooks instead of internal values

2017-10-18 Thread Kevin Bullock
> On Oct 18, 2017, at 12:38, Kevin Bullock > wrote: > > # HG changeset patch > # User Kevin Bullock > # Date 1508347193 18000 > # Wed Oct 18 12:19:53 2017 -0500 > # Node ID b4e14b2c20b220153ae4f192a4332d40308d4d18 > #

Re: [PATCH 02 of 15] bookmark: add methods to binary encode and decode bookmark values

2017-10-18 Thread Gregory Szorc
On Wed, Oct 18, 2017 at 6:09 PM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508072395 -7200 > # Sun Oct 15 14:59:55 2017 +0200 > # Node ID f27feea4fe4c313aa87c85aabd1ed8c3c4b31296 > # Parent

Re: [PATCH 01 of 15] pull: store binary node in pullop.remotebookmarks

2017-10-18 Thread Gregory Szorc
On Wed, Oct 18, 2017 at 6:09 PM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508230905 -7200 > # Tue Oct 17 11:01:45 2017 +0200 > # Node ID a450dc69ef95073af4d4ece34e251ed0bb5b808f > # Parent

Re: [PATCH 1 of 2] configitems: do not directly match generic items

2017-10-18 Thread Kevin Bullock
> On Oct 18, 2017, at 09:04, Boris Feld wrote: > > # HG changeset patch > # User Boris Feld > # Date 1508322368 -7200 > # Wed Oct 18 12:26:08 2017 +0200 > # Node ID a3110a4c8aa98ebd9fc26702eb81b9366edf7335 > # Parent

D1141: repoview: add two new filternames to be used for accessing hidden commits

2017-10-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG308681291d11: repoview: add two new filternames to be used for accessing hidden commits (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1142: dispatch: filter the repository depending on func.cmdtype

2017-10-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc94adbe97ae4: dispatch: filter the repository depending on func.cmdtype (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1143: revset: update repo.pinnedrevs with hidden commits from the tree

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg requested changes to this revision. indygreg added a comment. This revision now requires changes to proceed. I'm not going to queue the remainder of this series because I'm unsure what the decisions around this feature are. I will add some nits on the code though. INLINE COMMENTS >

Re: [PATCH follow-up] obsfate: fix obsfate_printer with empty date list

2017-10-18 Thread Kevin Bullock
> On Oct 18, 2017, at 09:35, Boris Feld wrote: > > # HG changeset patch > # User Boris Feld > # Date 1508333931 -7200 > # Wed Oct 18 15:38:51 2017 +0200 > # Node ID 328ec528162a716ef61877de1982860b67973afa > # Parent

Re: [PATCH 03 of 15] bookmark: add a 'check:bookmarks' bundle2 part

2017-10-18 Thread Gregory Szorc
On Wed, Oct 18, 2017 at 6:09 PM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1508072463 -7200 > # Sun Oct 15 15:01:03 2017 +0200 > # Node ID 5eec60fda2b053ca9f6527b4dc86631adac3ca91 > # Parent

Re: [PATCH 6 of 7 V3] log: add obsfate by default in changeset printer

2017-10-18 Thread Boris Feld
On Wed, 2017-10-18 at 22:15 +0900, Yuya Nishihara wrote: > On Tue, 17 Oct 2017 17:14:07 +0200, Boris Feld wrote: > > # HG changeset patch > > # User Boris Feld > > # Date 1507209918 -7200 > > #  Thu Oct 05 15:25:18 2017 +0200 > > # Node ID

D1147: config: update evolution-related config

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGfec79a3f250f: config: update evolution-related config (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1147?vs=2920=2981

[PATCH 13 of 15] getbundle: add support for 'bookmarks' boolean argument

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508246837 -7200 # Tue Oct 17 15:27:17 2017 +0200 # Node ID bfc5187907ca1ddda6594eeb6904a3d3d185c22b # Parent 621cfc2d79d7a541503a369b4576b6d56cee2777 # EXP-Topic b2.bookmarks # Available At

D1149: config: use 'experimental.evolution.create-markers'

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1644623ab096: config: use experimental.evolution.create-markers (authored by lothiraldan, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1149?vs=2922=2983#toc REPOSITORY

[PATCH 11 of 15] bundle2: add a 'modes' dictionary to the bundle operation

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508247574 -7200 # Tue Oct 17 15:39:34 2017 +0200 # Node ID 0f95ab616ddbcd75404ce2912c9e58177d132cc7 # Parent a43fba2b9ab801574c4230508239cabfe4b8610c # EXP-Topic b2.bookmarks # Available At

[PATCH 12 of 15] bundle2: support a 'records' mode for the 'bookmarks' part

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508246776 -7200 # Tue Oct 17 15:26:16 2017 +0200 # Node ID 621cfc2d79d7a541503a369b4576b6d56cee2777 # Parent 0f95ab616ddbcd75404ce2912c9e58177d132cc7 # EXP-Topic b2.bookmarks # Available At

[PATCH 09 of 15] bookmark: introduce in advance a variant of the exchange test

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508236659 -7200 # Tue Oct 17 12:37:39 2017 +0200 # Node ID 7f617d84ecdb79007fc5f840e69bbe924cf9bebc # Parent c4a092af57116c6821824a0e4e3a628d8d6c3f9c # EXP-Topic b2.bookmarks # Available At

[PATCH 14 of 15] pull: retrieve bookmarks through the binary part when possible

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508246842 -7200 # Tue Oct 17 15:27:22 2017 +0200 # Node ID dc8ceafa0dfe3e47232047fef28500848c7763b6 # Parent bfc5187907ca1ddda6594eeb6904a3d3d185c22b # EXP-Topic b2.bookmarks # Available At

[PATCH 07 of 15] bookmark: add pushkey hook compatiblity to the bundle2 part

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508234844 -7200 # Tue Oct 17 12:07:24 2017 +0200 # Node ID e0b75fd275e6d4e709e5fc35e09fd88942be9629 # Parent bae0e372cabd32b56d7bc4056e14e64b16696b2a # EXP-Topic b2.bookmarks # Available At

D1169: cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6ece4a85c350: cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1151: config: use 'experimental.evolution.exchange'

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG44797aedfb35: config: use experimental.evolution.exchange (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1153: config: rename stabilization.track-operation

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG64f29fff1877: config: rename stabilization.track-operation (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH 02 of 15] bookmark: add methods to binary encode and decode bookmark values

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508072395 -7200 # Sun Oct 15 14:59:55 2017 +0200 # Node ID f27feea4fe4c313aa87c85aabd1ed8c3c4b31296 # Parent a450dc69ef95073af4d4ece34e251ed0bb5b808f # EXP-Topic b2.bookmarks # Available At

[PATCH 04 of 15] bookmark: use bundle2 debug output in one push tests

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508073707 -7200 # Sun Oct 15 15:21:47 2017 +0200 # Node ID cb78c0c2e00fa2155bd13f88fd9aecf1c08a53af # Parent 5eec60fda2b053ca9f6527b4dc86631adac3ca91 # EXP-Topic b2.bookmarks # Available At

[PATCH 05 of 15] push: include a 'check:bookmarks' part when possible

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508087407 -7200 # Sun Oct 15 19:10:07 2017 +0200 # Node ID e7a216a89419d30d3222d72a0e2b28ed498f358f # Parent cb78c0c2e00fa2155bd13f88fd9aecf1c08a53af # EXP-Topic b2.bookmarks # Available At

D1155: config: gather allowdivergence under the evolution namespace

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG29f52e7966dd: config: gather allowdivergence under the evolution namespace (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH 10 of 15] bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165)

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508236693 -7200 # Tue Oct 17 12:38:13 2017 +0200 # Node ID a43fba2b9ab801574c4230508239cabfe4b8610c # Parent 7f617d84ecdb79007fc5f840e69bbe924cf9bebc # EXP-Topic b2.bookmarks # Available At

[PATCH 08 of 15] push: move bundle2-pushkey based bookmarks exchange in its own function

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508088176 -7200 # Sun Oct 15 19:22:56 2017 +0200 # Node ID c4a092af57116c6821824a0e4e3a628d8d6c3f9c # Parent e0b75fd275e6d4e709e5fc35e09fd88942be9629 # EXP-Topic b2.bookmarks # Available At

[PATCH 15 of 15] exchange: drop unused '_getbookmarks' function

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508248540 -7200 # Tue Oct 17 15:55:40 2017 +0200 # Node ID 97d1eb1f0bbc4bfd52ab0e646845dddc51b713f1 # Parent dc8ceafa0dfe3e47232047fef28500848c7763b6 # EXP-Topic b2.bookmarks # Available At

[PATCH 01 of 15] pull: store binary node in pullop.remotebookmarks

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508230905 -7200 # Tue Oct 17 11:01:45 2017 +0200 # Node ID a450dc69ef95073af4d4ece34e251ed0bb5b808f # Parent 537de0b14030868e3e850ae388b08f88cabc88e8 # EXP-Topic b2.bookmarks # Available At

[PATCH 03 of 15] bookmark: add a 'check:bookmarks' bundle2 part

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508072463 -7200 # Sun Oct 15 15:01:03 2017 +0200 # Node ID 5eec60fda2b053ca9f6527b4dc86631adac3ca91 # Parent f27feea4fe4c313aa87c85aabd1ed8c3c4b31296 # EXP-Topic b2.bookmarks # Available At

[PATCH 06 of 15] bookmark: introduce a 'bookmarks' part

2017-10-18 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1508083331 -7200 # Sun Oct 15 18:02:11 2017 +0200 # Node ID bae0e372cabd32b56d7bc4056e14e64b16696b2a # Parent e7a216a89419d30d3222d72a0e2b28ed498f358f # EXP-Topic b2.bookmarks # Available At

D1152: config: rename stabilization.bundle-obsmarker

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG196548113ddd: config: rename stabilization.bundle-obsmarker (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1154: config: remove stabilization.* aliases

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG28fd13076962: config: remove stabilization.* aliases (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1154?vs=2927=2988

Re: [PATCH 7 of 7] configitems: adds a developer warning when accessing undeclared configuration

2017-10-18 Thread Augie Fackler
> On Oct 18, 2017, at 09:18, Boris Feld wrote: > > On Tue, 2017-10-17 at 11:27 -0400, Augie Fackler wrote: >> On Mon, Oct 16, 2017 at 06:53:32PM +0200, Boris Feld wrote: >>> # HG changeset patch >>> # User Boris Feld >>> # Date 1508168487 -7200

D1170: parsers: allow clang-format here

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd92dc725223b: parsers: allow clang-format here (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1170?vs=2952=2979 REVISION

D1168: parsers: protect some case-folding tables from clang-format

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd0912876d7a7: parsers: protect some case-folding tables from clang-format (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

Re: [PATCH 3 of 4 V2] phase: add a dedicated txnclose-phase hook

2017-10-18 Thread Kevin Bullock
> On Oct 14, 2017, at 10:46, Boris Feld wrote: > > # HG changeset patch > # User Boris Feld > # Date 1507477846 -7200 > # Sun Oct 08 17:50:46 2017 +0200 > # Node ID 06eeae1828afe149886e18e6b4fc8180a3803fdb > # Parent

D1167: makefile: add target to apply clang-format in-place

2017-10-18 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2bf152128d59: makefile: add target to apply clang-format in-place (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1152: config: rename stabilization.bundle-obsmarker

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. The inconsistency with which the tests define boolean options is setting off my nitpick radar. But you didn't author this code and the option parser does recognize all these forms as

D1148: config: replace experimental.stabilization by experimental.evolution

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa0100f34e20b: config: replace experimental.stabilization by experimental.evolution (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1146: config: invert evolution-related configuration aliases

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb1e3f609bf45: config: invert evolution-related configuration aliases (authored by lothiraldan, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1146?vs=2919=2980#toc REPOSITORY

D1150: config: use 'experimental.evolution.allowunstable'

2017-10-18 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7f183c643eb6: config: use experimental.evolution.allowunstable (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1146: config: invert evolution-related configuration aliases

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. I assume this was discussed elsewhere. But I'm happy to rubber stamp it. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1146 To: lothiraldan,

D1169: cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls

2017-10-18 Thread durin42 (Augie Fackler)
durin42 added a comment. I figured this out by finding a bug at Google on this topic, and then djasper showed me a workaround and said he'd look again at fixing the other case we're stuck on. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1169 To: durin42,

D1147: config: update evolution-related config

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. This seems reasonable and is a much, much more flexible approach. INLINE COMMENTS > obsolete.py:145-146 > +if ((unstabluevalue or exchangevalue) and not createmarkersvalue): >

mercurial@34709: 28 new changesets

2017-10-18 Thread Mercurial Commits
28 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7e3001b74ab3 changeset: 34682:7e3001b74ab3 user:Pulkit Goyal <7895pul...@gmail.com> date:Fri Oct 06 20:54:23 2017 +0530 summary: tersestatus: re-implement the functionality to terse the status

D1142: dispatch: filter the repository depending on func.cmdtype

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. Seems reasonable as an experimental feature. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1142 To: pulkit, #hg-reviewers, indygreg Cc: indygreg, dlax,

Re: [PATCH 4 of 4 v4] log: add -L/--line-range option to follow file history by line range

2017-10-18 Thread Yuya Nishihara
On Tue, 17 Oct 2017 21:37:00 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1508267731 -7200 > # Tue Oct 17 21:15:31 2017 +0200 > # Node ID 601ab53301506bc35ab75adc8de9f611af9b3d80 > # Parent

Re: [PATCH 3 of 4 v4] diff: pass a diff hunks filter function from changeset_printer to patch.diff()

2017-10-18 Thread Yuya Nishihara
On Tue, 17 Oct 2017 21:36:59 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1507293917 -7200 > # Fri Oct 06 14:45:17 2017 +0200 > # Node ID 909a69f31ef323ded6fef8dd56fb44dc97f4cd89 > # Parent

Re: [PATCH 2 of 4 v4] diff: also yield file context objects in patch.trydiff()

2017-10-18 Thread Yuya Nishihara
On Tue, 17 Oct 2017 21:36:58 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1507231208 -7200 > # Thu Oct 05 21:20:08 2017 +0200 > # Node ID c73893dd6cfb5693029f5d9dcf1d537197b40a4a > # Parent

D1169: cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. Oh, I was wondering how to do this. AFAICT this feature is not documented at https://clang.llvm.org/docs/ClangFormat.html or https://clang.llvm.org/docs/ClangFormatStyleOptions.html.

D1155: config: gather allowdivergence under the evolution namespace

2017-10-18 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. @quark raises a valid point. The good thing is this is all under `[experimental]` which means there are no BC concerns. I'm all for bikeshedding a better naming strategy when things

D1140: localrepo: add a pinnedrevs attribute

2017-10-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc6552325b1ea: localrepo: add a pinnedrevs attribute (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1140?vs=2902=2990

Re: [PATCH] phases: pass phase names to hooks instead of internal values

2017-10-18 Thread Augie Fackler
> On Oct 18, 2017, at 13:38, Kevin Bullock > wrote: > > # HG changeset patch > # User Kevin Bullock > # Date 1508347193 18000 > # Wed Oct 18 12:19:53 2017 -0500 > # Node ID b4e14b2c20b220153ae4f192a4332d40308d4d18 > #

Re: [PATCH] show: use labelcset() template alias for work (and stack) views

2017-10-18 Thread Augie Fackler
On Tue, Oct 17, 2017 at 09:01:48PM +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1508264743 -7200 > # Tue Oct 17 20:25:43 2017 +0200 > # Node ID 9af9aa26a601cf26aca9320d0384857fe09fa28b > # Parent

Re: [PATCH 2 of 2] subrepo: implement 'unshare' for Mercurial subrepos

2017-10-18 Thread Augie Fackler
On Wed, Oct 18, 2017 at 12:12:39AM -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1508295333 14400 > # Tue Oct 17 22:55:33 2017 -0400 > # Node ID 609c60c0b706f9b6402d275a57b8255b142e8ba7 > # Parent

D1150: config: use 'experimental.evolution.allowunstable'

2017-10-18 Thread lothiraldan (Boris Feld)
lothiraldan added inline comments. INLINE COMMENTS > ryanmce wrote in test-check-commit.t:22 > Please avoid unrelated changes Woops, sorry will remove it REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1150 To: lothiraldan, durin42, #hg-reviewers, ryanmce Cc:

D1150: config: use 'experimental.evolution.allowunstable'

2017-10-18 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 2962. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1150?vs=2923=2962 REVISION DETAIL https://phab.mercurial-scm.org/D1150 AFFECTED FILES tests/test-amend.t tests/test-commit-amend.t

Re: [PATCH 3 of 3] sparse-read: ignore trailing empty revs in each read chunk

2017-10-18 Thread Augie Fackler
On Wed, Oct 18, 2017 at 04:36:23PM +0200, Paul Morelle wrote: > # HG changeset patch > # User Paul Morelle > # Date 1508333299 -7200 > # Wed Oct 18 15:28:19 2017 +0200 > # Node ID 243f3a5bee46f9473bf2233041a8705e38194c13 > # Parent

D1173: rebase: add support to output nodechanges

2017-10-18 Thread durin42 (Augie Fackler)
durin42 added a comment. Much improved, thanks. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1173 To: pulkit, #hg-reviewers, dlax Cc: durin42, dlax, mercurial-devel ___ Mercurial-devel mailing list

D894: fsmonitor: warn when fsmonitor could be used

2017-10-18 Thread durin42 (Augie Fackler)
durin42 requested changes to this revision. durin42 added inline comments. INLINE COMMENTS > krbullock wrote in merge.py:1739-1743 > It's been our style basically forever to use parens instead of backslashes. > I'm honestly shocked we don't have a check-code rule for this. Yes, definitely use

D1173: rebase: add support to output nodechanges

2017-10-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc2f4b3ab0e02: rebase: add support to output nodechanges (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1173?vs=2958=2995

D1166: ui: move request exit handlers to global state

2017-10-18 Thread singhsrb (Saurabh Singh)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2bcf27922651: ui: move request exit handlers to global state (authored by singhsrb, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

  1   2   >