Re: [PATCH 5 of 5] win32text: use 'tiprev' when appropriate

2018-01-17 Thread Martin von Zweigbergk via Mercurial-devel
Queued (actually many hours ago, but I forgot to let you know until now). Thank you. On Wed, Jan 17, 2018 at 10:33 AM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1516190562 -3600 > # Wed Jan 17 13:02:42 2018 +0100 >

[PATCH 1 of 2] templatekw: add utility function numrevs

2018-01-17 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1516242948 18000 # Wed Jan 17 21:35:48 2018 -0500 # Node ID 701f8a9defdc09bb63f2596e2fc426f2e78da313 # Parent 0e369eca888fc80ee980fe8200c59dc7b0024dae templatekw: add utility function numrevs len(repo) calls

[PATCH 2 of 2] templatekw: add a {negrev} keyword

2018-01-17 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1516243120 18000 # Wed Jan 17 21:38:40 2018 -0500 # Node ID cbf1d676a938e78d40cd3504dd916f787bcb47ee # Parent 701f8a9defdc09bb63f2596e2fc426f2e78da313 templatekw: add a {negrev} keyword Revision numbers are

[PATCH] test-convert-svn-move: sort svn checkout output

2018-01-17 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1516245130 18000 # Wed Jan 17 22:12:10 2018 -0500 # Node ID 358f30e953d94c13d0dbf4c149130ab69f2c76bf # Parent 3a379eceab7886ae9a8f661c648c2759c69a9013 test-convert-svn-move: sort svn checkout output It turns out

[PATCH 1 of 3] lfs: add the '{pointer}' template keyword to '{lfs_files}'

2018-01-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1515967224 18000 # Sun Jan 14 17:00:24 2018 -0500 # Node ID 5958f27453d90c24f443d698439c2a8cd39e70c2 # Parent a62b08f6626bd0f838b2c77a2f1a48068852be1f lfs: add the '{pointer}' template keyword to '{lfs_files}' This

[PATCH 2 of 3] lfs: correct documentation typo

2018-01-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1516240445 18000 # Wed Jan 17 20:54:05 2018 -0500 # Node ID c61d1db4baa935aa18c271d0c0011d0f8ff2df88 # Parent 5958f27453d90c24f443d698439c2a8cd39e70c2 lfs: correct documentation typo diff --git

[PATCH 3 of 3] lfs: raise an error if the server sends an unsolicited oid

2018-01-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1516243472 18000 # Wed Jan 17 21:44:32 2018 -0500 # Node ID 55a9a07d88d1accf78798f9c85f6635c5eb0 # Parent c61d1db4baa935aa18c271d0c0011d0f8ff2df88 lfs: raise an error if the server sends an unsolicited oid This

Re: [PATCH 1 of 2] cat: factor out a function that populates the formatter

2018-01-17 Thread Matt Harbison
On Wed, 17 Jan 2018 08:40:10 -0500, Yuya Nishihara wrote: On Tue, 16 Jan 2018 21:29:26 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1516150560 18000 # Tue Jan 16 19:56:00 2018 -0500 # Node ID

mercurial@35676: 61 new changesets

2018-01-17 Thread Mercurial Commits
61 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/706aa203b396 changeset: 35616:706aa203b396 user:Matt Harbison date:Wed Jan 10 22:23:34 2018 -0500 summary: fileset: add a lightweight file filtering language

D1855: explicitly kill server processes

2018-01-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger added a comment. It was preparation for more tests here. Since I am moving them to a separate file now, I'm not really attached to it at all. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1855 To: joerg.sonnenberger, #hg-reviewers, indygreg

D1849: lfs: remove internal url in test

2018-01-17 Thread quark (Jun Wu)
quark added a comment. In https://phab.mercurial-scm.org/D1849#31622, @mharbison72 wrote: > LGTM, thanks. > > Any thoughts on what we should do if 'p' does come up None? It's a clear server error (sending back an oid we didn't ask for). Not sure. Blame the server somehow?

D1879: python3: whitelist two more passing tests

2018-01-17 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: pulkit. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1879 AFFECTED FILES contrib/python3-whitelist CHANGE DETAILS diff

Re: [PATCH 2 of 2] fileset: do not crash by unary negate operation

2018-01-17 Thread Augie Fackler
On Sat, Jan 13, 2018 at 03:53:59PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1515824009 -32400 > # Sat Jan 13 15:13:29 2018 +0900 > # Node ID ae8b3e1707597343265e2d2cbc99a665942a76df > # Parent

Re: [PATCH 9 of 9] log: build follow-log filematcher at once

2018-01-17 Thread Augie Fackler
On Mon, Jan 15, 2018 at 10:26:43PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1515043258 -32400 > # Thu Jan 04 14:20:58 2018 +0900 > # Node ID e8bd4d17cf11b9bc1f5cab8122e4ffc9af0987ef > # Parent

Re: [PATCH V3] lfs: add the '{raw}' template keyword to '{lfs_files}'

2018-01-17 Thread Augie Fackler
On Tue, Jan 16, 2018 at 11:10:43PM +0900, Yuya Nishihara wrote: > On Tue, 16 Jan 2018 00:40:20 -0500, Matt Harbison wrote: > > # HG changeset patch > > # User Matt Harbison > > # Date 1515967224 18000 > > # Sun Jan 14 17:00:24 2018 -0500 > > # Node ID

Re: [PATCH] update: fix crash on bare update when directaccess is enabled

2018-01-17 Thread Augie Fackler
On Tue, Jan 16, 2018 at 11:25:26PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1516107087 -32400 > # Tue Jan 16 21:51:27 2018 +0900 > # Node ID 14f119c9ff3630859b64e207b389c49d68840b96 > # Parent

Re: [PATCH] templater: make sure expression is terminated by '}'

2018-01-17 Thread Augie Fackler
> On Jan 16, 2018, at 09:21, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1516106562 -32400 > # Tue Jan 16 21:42:42 2018 +0900 > # Node ID 1700a9086c9cd3777a35f3e9212cdc0826d7b26b > # Parent

Re: [PATCH 2 of 2 V2] revlog: group delta computation methods under _deltacomputer object

2018-01-17 Thread Augie Fackler
> On Jan 17, 2018, at 06:26, Paul Morelle wrote: > > # HG changeset patch > # User Paul Morelle > # Date 1515961692 -3600 > # Sun Jan 14 21:28:12 2018 +0100 > # Node ID 2eca3d9c1e76197e946adc4f15c2ede5a4c251dc > # Parent

Re: [PATCH] bookmark: deprecate direct update of a bookmark value

2018-01-17 Thread Augie Fackler
> On Jan 17, 2018, at 07:00, Boris Feld wrote: > > # HG changeset patch > # User Boris Feld > # Date 1500055150 -7200 > # Fri Jul 14 19:59:10 2017 +0200 > # Node ID 66b6d899ce1dfc8e9773dd4be0afbed7236df7c2 > # Parent

Re: [PATCH V2] debugdeltachain: display how many chunks would be read in sparse-read mode

2018-01-17 Thread Augie Fackler
> On Jan 17, 2018, at 08:30, Paul Morelle wrote: > > # HG changeset patch > # User Paul Morelle > # Date 1508157126 -7200 > # Mon Oct 16 14:32:06 2017 +0200 > # Node ID 77d4c2b07d6be9219a127fc00b333dca9f65b45f > # Parent

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread alex_gaynor (Alex Gaynor)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcf2e2a7399bc: bdiff: handle the possibility of an integer overflow when allocating (authored by alex_gaynor, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread durin42 (Augie Fackler)
durin42 added a comment. Wait, I'm a moron, I forgot to do ./hg instead of hg. New results: Before: ! wall 0.002058 comb 0.00 user 0.00 sys 0.00 (best of 1293) After: ! wall 0.002107 comb 0.00 user 0.00 sys 0.00 (best of 1342) so calloc() is

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread durin42 (Augie Fackler)
durin42 added a comment. Before: ! wall 0.002096 comb 0.00 user 0.00 sys 0.00 (best of 1329) After: ! wall 0.002094 comb 0.00 user 0.00 sys 0.00 (best of 1355) so, uh, calloc is slightly faster? but not enough to even matter. REPOSITORY rHG

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread indygreg (Gregory Szorc)
indygreg added inline comments. INLINE COMMENTS > bdiff.c:44 > > - *lr = l = (struct bdiff_line *)malloc(sizeof(struct bdiff_line) * i); > + *lr = l = (struct bdiff_line *)calloc(i, sizeof(struct bdiff_line)); > if (!l) Memory throughput is already a bottleneck in bdiff code. Is

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread durin42 (Augie Fackler)
durin42 accepted this revision. durin42 added a comment. This revision is now accepted and ready to land. Thanks! REPOSITORY rHG Mercurial BRANCH alloc-overflow (bookmark) on default (branch) REVISION DETAIL https://phab.mercurial-scm.org/D1877 To: alex_gaynor, #hg-reviewers, durin42

D1875: contrib: add some basic scaffolding for some fuzz test targets

2018-01-17 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG75a3c876fbd1: contrib: add some basic scaffolding for some fuzz test targets (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1874: formatting: enforce clang-format on all .cc files as well as .c files

2018-01-17 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcb55f93bb29c: formatting: enforce clang-format on all .cc files as well as .c files (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1873: hghave: add test for clang 6 and later

2018-01-17 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG613410307864: hghave: add test for clang 6 and later (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1873?vs=4854=4859

D1876: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread alex_gaynor (Alex Gaynor)
alex_gaynor abandoned this revision. alex_gaynor added a comment. Closing in favor of https://phab.mercurial-scm.org/D1877 REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1876 To: alex_gaynor, durin42, #hg-reviewers Cc: mercurial-devel

D1877: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread alex_gaynor (Alex Gaynor)
alex_gaynor created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH alloc-overflow (bookmark) on default (branch) REVISION DETAIL https://phab.mercurial-scm.org/D1877 AFFECTED FILES mercurial/bdiff.c

D1875: contrib: add some basic scaffolding for some fuzz test targets

2018-01-17 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. \o/ REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1875 To: durin42, #hg-reviewers, indygreg Cc: indygreg, mercurial-devel

D1876: bdiff: Handle the possibility of an integer overflow when allocating

2018-01-17 Thread alex_gaynor (Alex Gaynor)
alex_gaynor created this revision. alex_gaynor added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH alloc-overflow (bookmark) on default (branch) REVISION DETAIL https://phab.mercurial-scm.org/D1876

D1874: formatting: enforce clang-format on all .cc files as well as .c files

2018-01-17 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY As part of my upcoming fuzzer patch we're going to grow some .cc files. They're not part of the release build (they're only used for fuzzing, which requires

D1875: contrib: add some basic scaffolding for some fuzz test targets

2018-01-17 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I'd like to get the majority of our C code covered by automated fuzz testing. I've started with bdiff because it was already decoupled from libpython and

D1873: hghave: add test for clang 6 and later

2018-01-17 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY clang 6 includes integrated libfuzzer support, which makes fuzzer stuff a little easier to work with. REPOSITORY rHG Mercurial REVISION DETAIL

[PATCH 3 of 5] revset: use 'tiprev' when appropriate

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1493857699 -7200 # Thu May 04 02:28:19 2017 +0200 # Node ID 4edcd11f51c89f603cfdc740d229d141bf544f81 # Parent 048bded89f6f917d7e3514e2318ab3b0af825a34 # EXP-Topic tiprev # Available At

[PATCH 1 of 5] changelog: introduce a 'tiprev' method

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1493857401 -7200 # Thu May 04 02:23:21 2017 +0200 # Node ID e3bb410037a49980a8316e4e5a49ab23ea978047 # Parent 0e369eca888fc80ee980fe8200c59dc7b0024dae # EXP-Topic tiprev # Available At

[PATCH 4 of 5] patchbomb: use 'tiprev' when appropriate

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1516190498 -3600 # Wed Jan 17 13:01:38 2018 +0100 # Node ID f345503e9327bb9a2967f5f75b3a49ecb302afc0 # Parent 4edcd11f51c89f603cfdc740d229d141bf544f81 # EXP-Topic tiprev # Available At

[PATCH 5 of 5] win32text: use 'tiprev' when appropriate

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1516190562 -3600 # Wed Jan 17 13:02:42 2018 +0100 # Node ID 7ce8b78bbed0684bcd5529beb83cc04a8c456c34 # Parent f345503e9327bb9a2967f5f75b3a49ecb302afc0 # EXP-Topic tiprev # Available At

[PATCH 2 of 5] changelog: use 'tiprev()' in 'tip()'

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1493857444 -7200 # Thu May 04 02:24:04 2017 +0200 # Node ID 048bded89f6f917d7e3514e2318ab3b0af825a34 # Parent e3bb410037a49980a8316e4e5a49ab23ea978047 # EXP-Topic tiprev # Available At

D1855: explicitly kill server processes

2018-01-17 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D1855#31684, @martinvonz wrote: > In https://phab.mercurial-scm.org/D1855#31400, @yuja wrote: > > > Just for the record, explicit killdaemon isn't needed unless you want > > to do something (e.g. checking server logs)

D1855: explicitly kill server processes

2018-01-17 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D1855#31400, @yuja wrote: > Just for the record, explicit killdaemon isn't needed unless you want > to do something (e.g. checking server logs) after that. Daemons are > kill by the test runner. So what was the

Re: Ideas and mentors for GSoC 2018.

2018-01-17 Thread Kevin Bullock
> On Jan 16, 2018, at 16:13, Jordi Gutiérrez Hermoso wrote: > > On Wed, 2018-01-17 at 01:01 +0530, Pulkit Goyal wrote: > >> Also, if you have sometime available during the summers and >> interested to mentor a student in the program, it will be great. >> Please let me know.

D1856: wireproto: support for pullbundles

2018-01-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger updated this revision to Diff 4853. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1856?vs=4846=4853 REVISION DETAIL https://phab.mercurial-scm.org/D1856 AFFECTED FILES hgext/clonebundles.py mercurial/bundle2.py

D1849: lfs: remove internal url in test

2018-01-17 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG62ec61e45673: lfs: remove internal url in test (authored by quark, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1849?vs=4845=4851 REVISION

D1478: py3: cast error message to localstr in blackbox.py

2018-01-17 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGdb1c2e2d8037: py3: cast error message to localstr in blackbox.py (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1856: wireproto: support for pullbundles

2018-01-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger marked an inline comment as done. joerg.sonnenberger added a comment. In https://phab.mercurial-scm.org/D1856#31624, @indygreg wrote: > This is looking **much** better! > > There are some places where the code doesn't abide by our (IMO lousy) mergeallthewords

Re: [PATCH 2 of 2 V2] lfs: control tracked file selection via a tracked file

2018-01-17 Thread Yuya Nishihara
On Wed, 17 Jan 2018 01:02:27 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1515971571 18000 > # Sun Jan 14 18:12:51 2018 -0500 > # Node ID 074417bc25368171950f0e8e292b151f9641b5a0 > # Parent

Re: [PATCH 1 of 2] cat: factor out a function that populates the formatter

2018-01-17 Thread Yuya Nishihara
On Tue, 16 Jan 2018 21:29:26 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1516150560 18000 > # Tue Jan 16 19:56:00 2018 -0500 > # Node ID ac8052ec552b36d4bee5bc24bc92fcee36d843cb > # Parent

Re: [PATCH 1 of 3] svnsubrepo: decorate dirty method with annotatesubrepoerror

2018-01-17 Thread Yuya Nishihara
On Tue, 16 Jan 2018 08:42:15 -0500, Jordi Gutiérrez Hermoso wrote: > # HG changeset patch > # User Jordi Gutiérrez Hermoso > # Date 1515949528 18000 > # Sun Jan 14 12:05:28 2018 -0500 > # Node ID fde3cd2487e1f4d5867bf8c6e79139b6fe475779 > # Parent

Re: [PATCH 4 of 4] sshpeer: add support for request tracing

2018-01-17 Thread Yuya Nishihara
On Tue, 16 Jan 2018 19:16:31 +0100, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1515757977 0 > # Fri Jan 12 11:52:57 2018 + > # Node ID 6c6a7d225fef954f6e33eb734cd3a9ce72b0f85b > # Parent 2d1a4bbddd7e4075b0e082cabf84d901f5b92b5b > #

[PATCH V2] debugdeltachain: display how many chunks would be read in sparse-read mode

2018-01-17 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1508157126 -7200 # Mon Oct 16 14:32:06 2017 +0200 # Node ID 77d4c2b07d6be9219a127fc00b333dca9f65b45f # Parent 821d8a5ab4ff890a7732c2e4cdcc7f32191e5942 # EXP-Topic debug-sparse-read # Available At

[PATCH] debugdeltachain: display how many chunks would be read in sparse-read mode

2018-01-17 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1508157126 -7200 # Mon Oct 16 14:32:06 2017 +0200 # Node ID 3f03791f818c1148b969e0635855ae751a1909c5 # Parent 821d8a5ab4ff890a7732c2e4cdcc7f32191e5942 # EXP-Topic debug-sparse-read # Available At

Re: Ideas and mentors for GSoC 2018.

2018-01-17 Thread Pulkit Goyal
On Wed, Jan 17, 2018 at 1:01 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: > Hey everyone, > > We are taking part in Google Summer of Code from past two years under > Python Software Foundation and we wish to continue the same this year. > > If you have any idea or WIP, which you think can be a

Re: Ideas and mentors for GSoC 2018.

2018-01-17 Thread Pulkit Goyal
On Wed, Jan 17, 2018 at 10:17 AM, Gregory Szorc wrote: > On Tue, Jan 16, 2018 at 11:31 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: >> >> Hey everyone, >> >> We are taking part in Google Summer of Code from past two years under >> Python Software Foundation and we wish

Fwd: Ideas and mentors for GSoC 2018.

2018-01-17 Thread Pulkit Goyal
(missed cc'ing the list) -- Forwarded message -- From: Pulkit Goyal <7895pul...@gmail.com> Date: Wed, Jan 17, 2018 at 6:12 PM Subject: Re: Ideas and mentors for GSoC 2018. To: Jordi Gutiérrez Hermoso On Wed, Jan 17, 2018 at 3:43 AM, Jordi Gutiérrez Hermoso

[PATCH] bookmark: deprecate direct update of a bookmark value

2018-01-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1500055150 -7200 # Fri Jul 14 19:59:10 2017 +0200 # Node ID 66b6d899ce1dfc8e9773dd4be0afbed7236df7c2 # Parent 0e369eca888fc80ee980fe8200c59dc7b0024dae # EXP-Topic tr.changes.bookmarks # Available At

D1869: update: display the obsfate of hidden revision we update to

2018-01-17 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Display the same message we added recently to the filtered error message when updating to a hidden obsolete changeset. REPOSITORY rHG Mercurial REVISION

D1870: bookmarks: display the obsfate of hidden revision we create a bookmark on

2018-01-17 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Display the same message we added recently to the filtered error message create a bookmark on an hidden revision. REPOSITORY rHG Mercurial REVISION DETAIL

D1872: directaccess: update directaccess generic message to also display obsfate

2018-01-17 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Display the same message we added recently to the filtered error message when try to do a write operation to a hidden obsolete changeset. REPOSITORY rHG

D1871: test: add a test for directacces generic write message

2018-01-17 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Even if no write command is using it right now, add a fake extension that simulate one in order to test the message and logic. We will add the obsfate

[PATCH 2 of 2 V2] revlog: group delta computation methods under _deltacomputer object

2018-01-17 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1515961692 -3600 # Sun Jan 14 21:28:12 2018 +0100 # Node ID 2eca3d9c1e76197e946adc4f15c2ede5a4c251dc # Parent 800aa38d15a621c7beecea286a1f0ab9750783ee # EXP-Topic refactor-revlog # Available At

[PATCH 1 of 2 V2] revlog: refactor out _finddeltainfo from _addrevision

2018-01-17 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1515936982 -3600 # Sun Jan 14 14:36:22 2018 +0100 # Node ID 800aa38d15a621c7beecea286a1f0ab9750783ee # Parent 821d8a5ab4ff890a7732c2e4cdcc7f32191e5942 # EXP-Topic refactor-revlog # Available At

[PATCH] revlog: refactor out _finddeltainfo from _addrevision

2018-01-17 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1515936982 -3600 # Sun Jan 14 14:36:22 2018 +0100 # Node ID 800aa38d15a621c7beecea286a1f0ab9750783ee # Parent 821d8a5ab4ff890a7732c2e4cdcc7f32191e5942 # EXP-Topic refactor-revlog # Available At

Re: Ideas and mentors for GSoC 2018.

2018-01-17 Thread Jordi Gutiérrez Hermoso
On Wed, 2018-01-17 at 01:01 +0530, Pulkit Goyal wrote: > Also, if you have sometime available during the summers and > interested to mentor a student in the program, it will be great. > Please let me know. I think GrepPlan might be feasible for a GSoC student. If you agree, I can probably mentor