Re: Introduction for GSOC'18

2018-03-18 Thread Pulkit Goyal
Hey Lalit, Here are some links which will help you: 1) Ideas page: https://www.mercurial-scm.org/wiki/SummerOfCode/Ideas2018. ​2) ​Contributing Changes: https://www.mercurial-scm.org/wiki/ContributingChanges 3) Easy bugs to solve: https://bz.mercurial-scm.org/buglist.cgi?quicksearch=keyword%3Aeas

Re: [PATCH 4 of 5] templater: use named function to named template against mapping dict (API)

2018-03-18 Thread Martin von Zweigbergk via Mercurial-devel
On Sat, Mar 17, 2018 at 9:39 PM Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1521203972 -32400 > # Fri Mar 16 21:39:32 2018 +0900 > # Node ID 73de63e4c72042110b744e0838556421c7acaba8 > # Parent 38286983261c9f01bb71cd7994033cd3f96e8d38 > templater: use named

[PATCH 4 of 6] lfs: add server side support for the Batch API

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521265677 14400 # Sat Mar 17 01:47:57 2018 -0400 # Node ID a21db2355b92a6725ec51cd853d44a511a569bb7 # Parent b3d23eed96ea829a4b201f6857cb3195fc308aca lfs: add server side support for the Batch API The request.py change was borrowed from D284

[PATCH 5 of 6] lfs: add support for serving blob files

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521266024 14400 # Sat Mar 17 01:53:44 2018 -0400 # Node ID 7901a210c0c3c4a1f84fd21ff6e7c9b29454d6bc # Parent a21db2355b92a6725ec51cd853d44a511a569bb7 lfs: add support for serving blob files diff --git a/hgext/lfs/wireprotolfsserver.py b/hgex

[PATCH 6 of 6] test-lfs-test-server: add a testcase for `hg serve`

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521268666 14400 # Sat Mar 17 02:37:46 2018 -0400 # Node ID 9c23ccfd5b210bc5d214e13b2bf26535e73fef78 # Parent 7901a210c0c3c4a1f84fd21ff6e7c9b29454d6bc test-lfs-test-server: add a testcase for `hg serve` I haven't figured out yet how to make t

[PATCH 2 of 6] test-lfs: drop trailing ', ' item separators from debug JSON output

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521084848 14400 # Wed Mar 14 23:34:08 2018 -0400 # Node ID acc9042d2a8b4c7a397a14cd9d1003fcf00c29f3 # Parent 793636c45477f81af6fddacc458979fecc84ae3a test-lfs: drop trailing ', ' item separators from debug JSON output The trailing space look

[PATCH 3 of 6] lfs: add basic routing for the server side wire protocol processing

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521264181 14400 # Sat Mar 17 01:23:01 2018 -0400 # Node ID b3d23eed96ea829a4b201f6857cb3195fc308aca # Parent acc9042d2a8b4c7a397a14cd9d1003fcf00c29f3 lfs: add basic routing for the server side wire protocol processing The recent hgweb refact

[PATCH 1 of 6] lfs: add a blob verification method to the local store

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1519360432 18000 # Thu Feb 22 23:33:52 2018 -0500 # Node ID 793636c45477f81af6fddacc458979fecc84ae3a # Parent 2fc97972bc88809f86bbd91fbfe8582ab59c3ef7 lfs: add a blob verification method to the local store A corrupt blob can be signaled throu

bugzilla weekly report (2018-03-19)

2018-03-18 Thread Octobot
Bug activity report, between 2018-03-12 and 2018-03-19 * urgent+: 4 bugs * unconfirmed: 20 bugs (5 added) * new: 8 bugs * closed: 10 bugs * need example: 0 bugs * new details: 0 bugs * active: 31 bugs * long inactive: 8 bugs urgent+ --- Open of urgent or critical bugs. Found 4 bugs wi

Introduction for GSOC'18

2018-03-18 Thread Lalit Kumar
Hello Devs, I am Lalit Kumar from India and I am pursuing my graduation in Information Technology from Indian Institute of Information Technology Vadodara. I want to participate in GSOC'18 that's why I am introducing myself to get a better start with your organization. This is my first time when

[PATCH] added tls 1.3 support - done during IETF101 Hackathon

2018-03-18 Thread Codarren Velvindron
# HG changeset patch # User Codarren Velvindron # Date 1521360069 -14400 # Sun Mar 18 12:01:09 2018 +0400 # Node ID a47713f3cc05fafceed9bc8086734ffed65d51a5 # Parent 2d5d3033ff4ea2aab42bcc14af4db2cd3bccc455 [PATCH] added tls 1.3 support -done during the IETF101 Hackathon diff -r 2d5d3033ff4

[PATCH] test-lfs: glob over some output changes

2018-03-18 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1521401569 14400 # Sun Mar 18 15:32:49 2018 -0400 # Node ID 2fc97972bc88809f86bbd91fbfe8582ab59c3ef7 # Parent 317382151ac38e5a265d303c278f45bc022fc95b test-lfs: glob over some output changes These changes started with 2090044a288d. They aren

Re: [PATCH V2] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-18 Thread Matt Harbison
On Sun, 11 Mar 2018 15:51:24 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1520744281 18000 # Sat Mar 10 23:58:01 2018 -0500 # Node ID 6c6b10b5d5bd617a01942974928b8b9c59eddb4a # Parent 963b4223d14fa419df2a82fbe47cd55075707b6a wireproto: explicitly flush s

Re: [PATCH 1 of 5] templater: fix invalid reference of runsymbol in doctest

2018-03-18 Thread Pulkit Goyal
On Sun, Mar 18, 2018 at 10:09 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1521267734 -32400 > # Sat Mar 17 15:22:14 2018 +0900 > # Node ID 8d89720b2d9c819d3357c4c82e31fb7eceb79e66 > # Parent a81427a2726fb71ae6cfbb5501734f69b7866aea > templater: fix inva

Re: [PATCH] cmdutil: drop redundant import of merge module

2018-03-18 Thread Pulkit Goyal
On Sun, Mar 18, 2018 at 10:09 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1521345243 -32400 > # Sun Mar 18 12:54:03 2018 +0900 > # Node ID a81427a2726fb71ae6cfbb5501734f69b7866aea > # Parent 395f0824cb28c050ab650011c95a514c750f6400 > cmdutil: drop redun