Re: D3699: run-tests: follow-up on the test-case format

2018-06-08 Thread Yuya Nishihara
> > test-run-tests.t:1669 > > + --- $TESTTMP/anothertests/cases/test-cases-advanced-cases.t > > + +++ > > $TESTTMP/anothertests/cases/test-cases-advanced-cases.t.casewith!@#$%^&*()chars.err > > + @@ -1,3 +1,3 @@ > > Windows can't create the test directory with all of the reserved characters >

D3699: run-tests: follow-up on the test-case format

2018-06-08 Thread yuja (Yuya Nishihara)
yuja added a comment. >> test-run-tests.t:1669 > > + --- $TESTTMP/anothertests/cases/test-cases-advanced-cases.t > > + +++ $TESTTMP/anothertests/cases/test-cases-advanced-cases.t.casewith!@#$%^&*()chars.err > > + @@ -1,3 +1,3 @@ > > Windows can't create the test directory with

D3699: run-tests: follow-up on the test-case format

2018-06-08 Thread mharbison72 (Matt Harbison)
mharbison72 added inline comments. INLINE COMMENTS > test-run-tests.t:1669 > + --- $TESTTMP/anothertests/cases/test-cases-advanced-cases.t > + +++ > $TESTTMP/anothertests/cases/test-cases-advanced-cases.t.casewith!@#$%^&*()chars.err > + @@ -1,3 +1,3 @@ Windows can't create the test directory

D3665: graph: improve graph output by using Unicode characters

2018-06-08 Thread spectral (Kyle Lippincott)
spectral accepted this revision. spectral added a comment. lgtm, but yuja had asked for sean and others to look, and I don't have push access :) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3665 To: johnstiles, #hg-reviewers, spectral Cc: spectral, indygreg,

D3665: graph: improve graph output by using Unicode characters

2018-06-08 Thread johnstiles (John Stiles)
johnstiles added a comment. Hi there @indygreg and @yuja -- are you happy with the diff as it currently stands? Do you think this needs any additional work? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3665 To: johnstiles, #hg-reviewers Cc: indygreg, smf, yu

Re: [PATCH 2 of 2] phases: use "published" in the phase movement message

2018-06-08 Thread Pulkit Goyal
amended the following diff in flight: diff --git a/tests/test-convert.t b/tests/test-convert.t --- a/tests/test-convert.t +++ b/tests/test-convert.t @@ -419,7 +419,7 @@ pulling from ../a searching for changes no changes found - 5 local changesets became public + 5 local changesets publi

Re: [PATCH 1 of 2] phase: clarify the message about movement on command changeset

2018-06-08 Thread Pulkit Goyal
On Fri, Jun 8, 2018 at 9:19 PM Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1528156192 -7200 > # Tue Jun 05 01:49:52 2018 +0200 > # Node ID 252357ef292e4bfd043cd932c135b249f3a20741 > # Parent 7fa3408f83ef1a04e2d23ab6f8498833b450e589 > # EXP-Topic phase-msg > # Avai

[PATCH 2 of 2] phases: use "published" in the phase movement message

2018-06-08 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1528159825 -7200 # Tue Jun 05 02:50:25 2018 +0200 # Node ID 428f099e99fc9c07827d089ca614cdd7126a8e43 # Parent 252357ef292e4bfd043cd932c135b249f3a20741 # EXP-Topic phase-msg # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 1 of 2] phase: clarify the message about movement on command changeset

2018-06-08 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1528156192 -7200 # Tue Jun 05 01:49:52 2018 +0200 # Node ID 252357ef292e4bfd043cd932c135b249f3a20741 # Parent 7fa3408f83ef1a04e2d23ab6f8498833b450e589 # EXP-Topic phase-msg # Available At https://bitbucket.org/octobus/mercurial-devel/ #

mercurial@38200: 2 new changesets

2018-06-08 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/aea29e81753a changeset: 38199:aea29e81753a parent: 38177:7fa3408f83ef user:Nicola Spanti date:Thu May 24 09:56:28 2018 + summary: serve: add option print-url https://www.mercurial-scm.org/repo

[Bug 5913] New: hgweb leaks like a sieve

2018-06-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5913 Bug ID: 5913 Summary: hgweb leaks like a sieve Product: Mercurial Version: 4.6 Hardware: PC OS: Other Status: UNCONFIRMED Severity: bug Priority:

[PATCH 2 of 2] templater: fix string representation of wrapped None

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1528202433 -32400 # Tue Jun 05 21:40:33 2018 +0900 # Node ID 1b8ab2494e427973a34e9ab2fe4652a6ec73dbe7 # Parent ac754116b7cdebdcf41b8de8a9e9b2b8e6006e4e templater: fix string representation of wrapped None flatten() and stringify() skip None,

[PATCH 1 of 2] templater: show slightly better hint on map operation error

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1528459074 -32400 # Fri Jun 08 20:57:54 2018 +0900 # Node ID ac754116b7cdebdcf41b8de8a9e9b2b8e6006e4e # Parent 863c2656c97cbfaaf26e0812508e5072d21911cb templater: show slightly better hint on map operation error It was super hard to find whe

[PATCH 6 of 6] templater: inline unwraphybrid()

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521602892 -32400 # Wed Mar 21 12:28:12 2018 +0900 # Node ID 863c2656c97cbfaaf26e0812508e5072d21911cb # Parent 1b491a1ed8847e48efad64786c4f09909cce5c5f templater: inline unwraphybrid() flatten() is the solo user of this function. diff --git

[PATCH 5 of 6] templater: drop hybrid-ness on unwrapvalue()

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521386815 -32400 # Mon Mar 19 00:26:55 2018 +0900 # Node ID 1b491a1ed8847e48efad64786c4f09909cce5c5f # Parent 8fc143c310c8154b978df8509929b8ac9940029b templater: drop hybrid-ness on unwrapvalue() Proxy methods are no longer necessary as lis

[PATCH 4 of 6] templater: mark .keytype as a private attribute

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521811918 -32400 # Fri Mar 23 22:31:58 2018 +0900 # Node ID 8fc143c310c8154b978df8509929b8ac9940029b # Parent 7837f4a52b85cc034c7b3b9e79e53941552c27e6 templater: mark .keytype as a private attribute diff --git a/mercurial/templateutil.py b/

[PATCH 3 of 6] templater: abstract ifcontains() over wrapped types

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521386600 -32400 # Mon Mar 19 00:23:20 2018 +0900 # Node ID 7837f4a52b85cc034c7b3b9e79e53941552c27e6 # Parent ba79741bbadac2e014eec83b6c7b5a6805febc5d templater: abstract ifcontains() over wrapped types This allows us to make .keytype priva

[PATCH 2 of 6] templater: inline wraphybridvalue()

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521601578 -32400 # Wed Mar 21 12:06:18 2018 +0900 # Node ID ba79741bbadac2e014eec83b6c7b5a6805febc5d # Parent 9fcd58363baccf1e3f828b64e7cc9d110ff65fb6 templater: inline wraphybridvalue() All wraphybridvalue() calls are now handled in the hy

[PATCH 1 of 6] templater: abstract min/max away

2018-06-08 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521386172 -32400 # Mon Mar 19 00:16:12 2018 +0900 # Node ID 9fcd58363baccf1e3f828b64e7cc9d110ff65fb6 # Parent 7f94ae59fcad67ba6754ba0b7164cb6891f3e3a8 templater: abstract min/max away I'm not certain how many get*() functions I'll add to th

D3703: serve: do not daemonize by default by --print-url

2018-06-08 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Per discussion in https://phab.mercurial-scm.org/D3649, -d/--daemon should be explicitly specified to avoid surprising result. REPOSITORY rHG Mercurial REVISION

D3695: fuzz: new fuzzer for the mpatch code

2018-06-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG46dcb9f14900: fuzz: new fuzzer for the mpatch code (authored by durin42, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3695?vs=8986&id=8996#toc REPOSITORY rHG Mercurial CH

D3696: fuzz: structured helpers for creating mpatch seed corpus entries

2018-06-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG06e2fc08f6f0: fuzz: structured helpers for creating mpatch seed corpus entries (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org

D3697: fuzz: try and generate an interesting mpatch seed from a repo

2018-06-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG99ab72b867b7: fuzz: try and generate an interesting mpatch seed from a repo (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3

D3695: fuzz: new fuzzer for the mpatch code

2018-06-08 Thread yuja (Yuya Nishihara)
yuja added a comment. Added some -std=c++17 and queued, thanks. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3695 To: durin42, #hg-reviewers Cc: yuja, mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@

Re: D3695: fuzz: new fuzzer for the mpatch code

2018-06-08 Thread Yuya Nishihara
Added some -std=c++17 and queued, thanks. ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

[Bug 5912] New: Pin the server's host key, not the certificate in .hgrc

2018-06-08 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5912 Bug ID: 5912 Summary: Pin the server's host key, not the certificate in .hgrc Product: Mercurial Version: 4.6 Hardware: PC OS: Mac OS Status: UNC