Re: hgbook: chapter on templates

2016-09-05 Thread Mathias De Maré
On Tue, Jul 19, 2016 at 11:37 PM, Matt Mackall wrote: > On Mon, 2016-07-18 at 17:58 +0200, Mathias De Maré wrote: > > Hello all, > > > > it's been quite a while since I sent around another chapter. I'm afraid I > > had other topics to focus on. > > I've reworked the chapter

Re: [PATCH 8 of 8] help: document wire protocol capabilities

2016-09-05 Thread Sean Farley
Yuya Nishihara writes: > # HG changeset patch > # User Gregory Szorc > # Date 1471920511 25200 > # Mon Aug 22 19:48:31 2016 -0700 > # Node ID 2435ba6c82e68a90aef129214af9dd9585442380 > # Parent b42c26b0a78550d1b238674b5ffad6123ec9b76c > help:

Re: RFC: bitmap storage for hidden

2016-09-05 Thread Durham Goode
I agree that an optimized bitmap can come after the initial implementation. I'm more concerned with getting this rigged into mercurial correctly and with appropriate cache mechanics than I am about shrinking the 100k. On 9/2/16 2:05 PM, Jun Wu wrote: Given the fact that the plain bitmap is

Re: [PATCH] help: show content for explicitly disabled extension (issue5228)

2016-09-05 Thread Piotr Listkiewicz
> > The change looks good, but this isn't what issue5228 proposes, which says > complete docstring should be available for unloaded extensions. I don't understand it, does it deal with unloaded extension that are not processed in extensions.loadall(not specified in hgrc)? In this case how do we

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

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

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

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

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

2016-09-05 Thread Piotr Listkiewicz
> > As you see, warning messages generally start with lowercase letter, and > hints > are surrounded by parens. So I suggest something like this: > unable to find 'a' for patching > (use '--prefix .' to apply patch relative to the current directory) Right, I correct this in V2 2016-09-04

[PATCH 8 of 8] help: document wire protocol capabilities

2016-09-05 Thread Yuya Nishihara
# HG changeset patch # User Gregory Szorc # Date 1471920511 25200 # Mon Aug 22 19:48:31 2016 -0700 # Node ID 2435ba6c82e68a90aef129214af9dd9585442380 # Parent b42c26b0a78550d1b238674b5ffad6123ec9b76c help: document wire protocol capabilities All capabilities from

[PATCH 7 of 8] help: document wire protocol transport protocols

2016-09-05 Thread Yuya Nishihara
# HG changeset patch # User Gregory Szorc # Date 1471920454 25200 # Mon Aug 22 19:47:34 2016 -0700 # Node ID b42c26b0a78550d1b238674b5ffad6123ec9b76c # Parent a1092e2d70a30004ce2814351da317d463396e45 help: document wire protocol transport protocols The HTTP and SSH

[PATCH 6 of 8] help: internals topic for wire protocol

2016-09-05 Thread Yuya Nishihara
# HG changeset patch # User Gregory Szorc # Date 1471920399 25200 # Mon Aug 22 19:46:39 2016 -0700 # Node ID a1092e2d70a30004ce2814351da317d463396e45 # Parent 33461139c31ca59ad98e5aabc4ee39716758846f help: internals topic for wire protocol The Mercurial wire

[PATCH 3 of 8] grep: build list of columns without "grep." label prefix

2016-09-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471497809 -32400 # Thu Aug 18 14:23:29 2016 +0900 # Node ID 37d838e8eb0b40bfb6bfdc902cacdb3d62a0ce60 # Parent fac24eab65a4dcee65fa8be81f716859519f58b0 grep: build list of columns without "grep." label prefix Prepares for

[PATCH 2 of 8] grep: factor out function that prints matched line with labels

2016-09-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1471496989 -32400 # Thu Aug 18 14:09:49 2016 +0900 # Node ID fac24eab65a4dcee65fa8be81f716859519f58b0 # Parent b842b1adfea2ae19a07f5a43ee8b53954d00b83e grep: factor out function that prints matched line with labels Prepares

Re: [PATCH] crecord: properly handle files with No newline at eof (issue5268)

2016-09-05 Thread Yuya Nishihara
On Fri, 02 Sep 2016 20:17:07 +, timeless wrote: > # HG changeset patch > # User timeless > # Date 1472847337 0 > # Fri Sep 02 20:15:37 2016 + > # Node ID 68a20f02785b24f08b13e21ffc9e2a05031b07f8 > # Parent f148bfa40489269be2e48046734f81065129847a > # Available

Re: [PATCH STABLE V2] annotate: pre-calculate the "needed" dictionary (issue5360)

2016-09-05 Thread Yuya Nishihara
On Sun, 4 Sep 2016 22:42:23 +0100, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1472826059 -3600 > # Fri Sep 02 15:20:59 2016 +0100 > # Node ID 00579a5483badf47576253fad3a472090dc3ed24 > # Parent d130a38ef41f3c9e2d2f26df3535d89a93f87301 > # Available At

[PATCH 2 of 2 hggit-ext] stop dying if extras is malformed

2016-09-05 Thread Ryan McElroy
# HG changeset patch # User Ryan McElroy # Date 1473069864 25200 # Mon Sep 05 03:04:24 2016 -0700 # Node ID 5ff208b6700caa6e846da492b2a309f6509fa9a3 # Parent d292469f5ce939d91eea9020758d7d6e6f308e0f stop dying if extras is malformed A commit's extras field should be

[PATCH V3] update: warn if cwd was deleted

2016-09-05 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1473071480 25200 # Mon Sep 05 03:31:20 2016 -0700 # Node ID b43aa94306b8f50852a8176afec3839aa3826467 # Parent f148bfa40489269be2e48046734f81065129847a update: warn if cwd was deleted During update directories are deleted as

[PATCH] commands: remove unecessary copying of list in graft()

2016-09-05 Thread Hannes Oldenburg
# HG changeset patch # User Hannes Oldenburg # Date 1473064176 0 # Mon Sep 05 08:29:36 2016 + # Node ID c072f8ecd0021e849360c8ffdcb8a5a973beb01f # Parent f148bfa40489269be2e48046734f81065129847a commands: remove unecessary copying of list in graft()

Re: [PATCH STABLE V2] annotate: pre-calculate the "needed" dictionary (issue5360)

2016-09-05 Thread Jun Wu
Excerpts from Jun Wu's message of 2016-09-04 22:42:23 +0100: > +Issue5360: Deleted chunk in p1 of a merge changeset > + > + $ cd .. This "cd .." should be removed. I will wait for other comments (hopefully none) before V3. > + $ hg init repo-5360 > + $ cd repo-5360