Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-26 Thread Matt Harbison
On Sun, 26 Feb 2017 08:28:01 -0500, Yuya Nishihara wrote: On Sat, 25 Feb 2017 15:25:30 -0500, Matt Harbison wrote: On Tue, 21 Feb 2017 09:33:58 -0500, Yuya Nishihara wrote: >> - At http://localhost:8000, the links on the left side were corrupt >> (graph >> is

[PATCH] manifest: check 'if x is None' instead of 'if not x'

2017-02-26 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1488133007 28800 # Sun Feb 26 10:16:47 2017 -0800 # Node ID a21671dd2578fea1cb58011c392f6dec16f29dc7 # Parent 88203f26ea57627cabd7cf9c4f7843661d6c43ae manifest: check 'if x is None' instead of 'if not x' The old code here would

Re: [PATCH] pager: add support to --patch and --stat options of hg shelve

2017-02-26 Thread Jun Wu
I think things which are O(N) instead of O(1) long is page-able. So I'm +1 to include --list. My shelve --list has 68 lines on hg-committed. Excerpts from Pulkit Goyal's message of 2017-02-26 20:31:29 +0530: > > > > > > LGTM, but I think we also want it on --list? > > > > ​The output of `hg

Re: [PATCH] patchbomb: allow specifying default --flag options via config(issue5354)

2017-02-26 Thread Pulkit Goyal
> > You could set it manually. > > [patchbomb] > flag = "remotenames-ext" > > or do you mean you want to make it templatable? > > [patchbomb] > flag = "{reponame}" > ​I will like to make it templatable. The only usecase of that template which I can think now is in hgweb showing the repo

Re: [PATCH] pager: add support to --patch and --stat options of hg shelve

2017-02-26 Thread Pulkit Goyal
> > > LGTM, but I think we also want it on --list? > ​The output of `hg shelve --list` contains as much lines as number of shelves. So we need that there if someone has a lot of shelved changes. I am not sure about this though.​ ___ Mercurial-devel

Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-26 Thread Yuya Nishihara
On Sat, 25 Feb 2017 15:25:30 -0500, Matt Harbison wrote: > On Tue, 21 Feb 2017 09:33:58 -0500, Yuya Nishihara wrote: > >> - At http://localhost:8000, the links on the left side were corrupt > >> (graph > >> is simply 'graph/tip', tags is 'http://tags', etc.) The pattern seemed

Re: [PATCH] record: update help to describe ui.interface

2017-02-26 Thread Anton Shestakov
On Fri, 24 Feb 2017 08:22:02 -0800 Eloi Morlaas wrote: > # HG changeset patch > # User eloimorlaas > # Date 1487877797 28800 > # Thu Feb 23 11:23:17 2017 -0800 > # Node ID c870e1aa3828c0aaca3d1d56d758e09a66788bc9 > # Parent

Re: [PATCH website] downloads: add link to PPA for ubuntu/debian

2017-02-26 Thread Anton Shestakov
On Sat, 25 Feb 2017 13:02:15 -0800 heatherboo wrote: > # HG changeset patch > # User heatherboo > # Date 1488054963 28800 > # Sat Feb 25 12:36:03 2017 -0800 > # Node ID b91f88bda2404c91722a62a2eb9afc63867a172b > # Parent