mercurial@41716: 4 new changesets

2019-02-18 Thread Mercurial Commits
4 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/9de6c4f61608 changeset: 41713:9de6c4f61608 user:Pulkit Goyal date:Fri Feb 15 17:36:57 2019 +0300 summary: obsutil: don't assume leftctx and rightctx repo as same

D5982: narrow: fix command name in error messsage

2019-02-18 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGebbc4e70ebd1: narrow: fix command name in error messsage (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5982?vs=14140=14141

D5964: copies: return True instead of filename as it is expected to return boolean

2019-02-18 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG35158796f52f: copies: return True instead of filename as it is expected to return boolean (authored by khanchi97, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5981: tests: drop a few unnecessary "(glob)"

2019-02-18 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D5981#87341, @mharbison72 wrote: > The tests run clean with this. > > But I'm a bit confused. The test harness has been doing '\' -> '/' conversion without (glob) now for a little over a year, and it complains if there's

[PATCH] negrev: return empty for wdir() and nullrev

2019-02-18 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1550551420 18000 # Mon Feb 18 23:43:40 2019 -0500 # Node ID 379d5bef7d3601d43c5d7d4c4c39d7014bc71208 # Parent 37b33c34bf4f890857b5e8728febbc82a99368a5 negrev: return empty for wdir() and nullrev I considered just returning the same

Re: Mercurial docs improvements?

2019-02-18 Thread Ludovic Chabant
> On Feb 18, 2019, at 15:30, Jordi Gutiérrez Hermoso > wrote: > > There's an important dogfooding component here. If we think that the > hgweb docs are useless, then we should completely get rid of them and > just point people instead to the new docs you're building. I don’t believe the two

[PATCH] test-sqlitestore: run sqlite3 with no init file

2019-02-18 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1550533461 18000 # Mon Feb 18 18:44:21 2019 -0500 # Node ID 3cac2f5ea9314a7d45079e629e0570bebcb3b6bf # Parent 37b33c34bf4f890857b5e8728febbc82a99368a5 test-sqlitestore: run sqlite3 with no init file These tests were failing for me

[PATCH 3 of 3 V2] color: change color of grep.rev label

2019-02-18 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1550263757 18000 # Fri Feb 15 15:49:17 2019 -0500 # Node ID 4b06afa25bb124da32fcaa56d2b81405b4163b61 # Parent 1ef5e748ebdeec679227f78179bd36bb9b3a1667 color: change color of grep.rev label GNU grep uses green for line numbers as we

[PATCH 1 of 3 V2] grep: give different labels to + and - symbols

2019-02-18 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1550262244 18000 # Fri Feb 15 15:24:04 2019 -0500 # Node ID 14bb51f7e85c68b31a96ea6447f7439ac2d87e18 # Parent 37b33c34bf4f890857b5e8728febbc82a99368a5 grep: give different labels to + and - symbols I find it more useful to give

[PATCH 2 of 3 V2] color: give colours to the grep.inserted and grep.deleted labels

2019-02-18 Thread Jordi Gutiérrez Hermoso
# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1550263402 18000 # Fri Feb 15 15:43:22 2019 -0500 # Node ID 1ef5e748ebdeec679227f78179bd36bb9b3a1667 # Parent 14bb51f7e85c68b31a96ea6447f7439ac2d87e18 color: give colours to the grep.inserted and grep.deleted labels I find the

Re: Mercurial docs improvements?

2019-02-18 Thread Jordi Gutiérrez Hermoso
On Mon, 2019-02-18 at 17:15 -0500, Ludovic Chabant wrote: > So as such, I don't think it's a good fit for a global, > repo-independent reference documentation. There's an important dogfooding component here. If we think that the hgweb docs are useless, then we should completely get rid of them

Re: Mercurial docs improvements?

2019-02-18 Thread Ludovic Chabant
> > - This would let us see the doc for, say, `hg status` over at > > https://www.mercurial-scm.org/doc/hg-status.1.html > > As we discussed in IRC, that page already exists, but it's hard > to find: > > https://www.mercurial-scm.org/repo/hg/help/status Ah yes I forgot to mention that. There's

Re: Mercurial docs improvements?

2019-02-18 Thread Jordi Gutiérrez Hermoso
On Mon, 2019-02-18 at 12:48 -0500, Ludovic Chabant wrote: > > 1. Make doc/Makefile also generate one html and man page per command and >extension. > > - This would let us see the doc for, say, `hg status` over at > https://www.mercurial-scm.org/doc/hg-status.1.html As we discussed in IRC,

Re: [PATCH V2] templatekw: add a {negrev} keyword

2019-02-18 Thread Jordi Gutiérrez Hermoso
On Mon, 2019-02-18 at 22:29 +0900, Yuya Nishihara wrote: > The word "negative revision" isn't correct, Why do you think so? The full phrase is "negative revision number", isn't it? > > --- a/mercurial/templatekw.py > > +++ b/mercurial/templatekw.py > > @@ -777,6 +777,14 @@ def showrev(context,

mercurial@41712: 5 new changesets

2019-02-18 Thread Mercurial Commits
5 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/d20f1594ff4a changeset: 41708:d20f1594ff4a user:Gregory Szorc date:Tue Feb 12 12:13:56 2019 -0800 summary: url: always access req._tunnel_host https://www.mercurial-scm.org/repo/hg/rev/97e2442a4595

Mercurial docs improvements?

2019-02-18 Thread Ludovic Chabant
Hi there! I started playing around with improving the Mercurial docs but before I work on it more and send some patches, I wanted to get some opinions about what people would like to see here. Sorry about the length of this email but there's a lot to do IMHO. What I have in mind is the following

D5981: tests: drop a few unnecessary "(glob)"

2019-02-18 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. The tests run clean with this. But I'm a bit confused. The test harness has been doing '\' -> '/' conversion without (glob) now for a little over a year, and it complains if there's a trailing (glob) and no '\' -> '/' conversion. That's not been happening

D5982: narrow: fix command name in error messsage

2019-02-18 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: durin42. Herald added a reviewer: martinvonz. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5982 AFFECTED FILES

Re: [PATCH V2] templatekw: add a {negrev} keyword

2019-02-18 Thread Yuya Nishihara
On Fri, 15 Feb 2019 15:00:12 -0500, Jordi Gutiérrez Hermoso wrote: > # HG changeset patch > # User Jordi Gutiérrez Hermoso > # Date 1550259811 18000 > # Fri Feb 15 14:43:31 2019 -0500 > # Node ID 2aa9472715119f26f2e688dd9130f717113ec518 > # Parent a22321f2b1ee18ea09a70fee9e524d2f0298 >

D5792: uncommit: added interactive mode(issue6062)

2019-02-18 Thread taapas1128 (Taapas Agrawal)
taapas1128 added a comment. Thank you for the help @pulkit . I have rebased it to the top. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5792 To: taapas1128, #hg-reviewers, durin42 Cc: durin42, pulkit, lothiraldan, mercurial-devel

D5792: uncommit: added interactive mode(issue6062)

2019-02-18 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 14139. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5792?vs=14132=14139 REVISION DETAIL https://phab.mercurial-scm.org/D5792 AFFECTED FILES hgext/uncommit.py tests/test-uncommit-interactive.t

D5792: uncommit: added interactive mode(issue6062)

2019-02-18 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D5792#87320, @taapas1128 wrote: > @durin42 I have sent the patch for `hg-stable` repo (https://www.mercurial-scm.org/repo/hg-stable) . Maybe it is this the reason you are unable to apply the patch. Should I send a patch for `hg`

D5960: test: stabilize test-remotefilelog-bgprefetch.t flaky output

2019-02-18 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. In https://phab.mercurial-scm.org/D5960#87251, @durin42 wrote: > Huh. That's strictly a bug, as `debugwaitonrepack` should actually be waiting. I've created a ticket to track it: https://phab.mercurial-scm.org/D5960 Do you have any idea what

[Bug 6083] New: `debugwaitonrepack` can returns too early

2019-02-18 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6083 Bug ID: 6083 Summary: `debugwaitonrepack` can returns too early Product: Mercurial Version: 4.9rc0 Hardware: PC OS: Linux Status: UNCONFIRMED Severity:

D5966: test: stabilize test-run-tests.t output

2019-02-18 Thread lothiraldan (Boris Feld)
lothiraldan added inline comments. INLINE COMMENTS > durin42 wrote in test-run-tests.t:1177 > Maybe we could make it 3,5 so it's be more permissive? Yes we could. I think the regex was previously `{4,5}` for two reasons: - We expected the duration to be less than 10 seconds. - The precision

Re: [PATCH 10 of 10] transaction: include txnname in the hookargs dictionary

2019-02-18 Thread Boris FELD
On 09/02/2019 23:34, Pulkit Goyal wrote: > > > On Sun, Feb 10, 2019 at 3:54 AM Boris Feld > wrote: > > # HG changeset patch > # User Boris Feld > > # Date 1549749690 -3600 > #      Sat Feb 09 23:01:30 2019 +0100 >