D6027: mq: make unshelve to apply on modified mq patch (issue4318)

2019-03-26 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. > It doesn't make sense to check the existence of 'shelvedstate' in a static > table. > > Can't we somehow get around the mq in a similar way to shelve.getcommitfunc()? > I don't think it's good idea to rely on state files saved on disk. I

D6169: unshelve: disable unshelve during merge (issue5123)

2019-03-26 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. > Is it difficult to fix unshelve to not lose merge parents? > > https://bz.mercurial-scm.org/show_bug.cgi?id=5123#c2 I'll try to come up with a fix. But, `hg shelve` is aborting during a merge. Can `unshelve` be aborted too? I don't have a strong

[PATCH 6 of 6 "] debugdiscovery: display time elapsed during the discovery step

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553618128 -3600 # Tue Mar 26 17:35:28 2019 +0100 # Node ID 7bbac33889d282bcedf0af1c30d8febf9db71695 # Parent eb033f1398e4286dc7bce37570988445cc1b4da1 # EXP-Topic debug-discovery # Available At

[PATCH 2 of 6 "] debugdiscovery: small internal refactoring

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553605473 -3600 # Tue Mar 26 14:04:33 2019 +0100 # Node ID 5c807938c6bda9aebe6366a2aa89ecec7099a394 # Parent 86368c692741cc1c8484a1e43f25f0dc9186496e # EXP-Topic debug-discovery # Available At

[PATCH 3 of 6 "] debugdiscovery: display more statistic about the common set

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553617522 -3600 # Tue Mar 26 17:25:22 2019 +0100 # Node ID 23fcb5645eb86b7bb671c3b64900e4e5bc9c0b33 # Parent 5c807938c6bda9aebe6366a2aa89ecec7099a394 # EXP-Topic debug-discovery # Available At

[PATCH 4 of 6 "] debugdiscovery: drop duplicated information

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553617571 -3600 # Tue Mar 26 17:26:11 2019 +0100 # Node ID 28e411932f2aadb7e9076cb2edae70aeee216ca6 # Parent 23fcb5645eb86b7bb671c3b64900e4e5bc9c0b33 # EXP-Topic debug-discovery # Available At

[PATCH 5 of 6 "] debugdiscovery: only list common heads on verbose

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553617614 -3600 # Tue Mar 26 17:26:54 2019 +0100 # Node ID eb033f1398e4286dc7bce37570988445cc1b4da1 # Parent 28e411932f2aadb7e9076cb2edae70aeee216ca6 # EXP-Topic debug-discovery # Available At

[PATCH 1 of 6 "] debugdiscovery: allow to select random seed during debugdiscovery run

2019-03-26 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1553605360 -3600 # Tue Mar 26 14:02:40 2019 +0100 # Node ID 86368c692741cc1c8484a1e43f25f0dc9186496e # Parent ba064f95175e6cb1467401a3a536d8c32229d4b1 # EXP-Topic debug-discovery # Available At

[PATCH] chistedit: change in-progress message

2019-03-26 Thread Jordi GutiƩrrez Hermoso
# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1553615610 14400 # Tue Mar 26 11:53:30 2019 -0400 # Node ID 5184a81a2a3b85327e15806158101acd5a685d44 # Parent 00c1ee0f746a5f427e81e6d18e681f6a70a2639d chistedit: change in-progress message Saying "running histedit" is an artifact

mercurial@42020: 21 new changesets

2019-03-26 Thread Mercurial Commits
21 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a66965406528 changeset: 42000:a66965406528 user:Yuya Nishihara date:Sat Mar 23 20:59:07 2019 +0900 summary: test-template: fix stdio mode on Windows

[Bug 6106] New: hg outgoing: support pushrev

2019-03-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6106 Bug ID: 6106 Summary: hg outgoing: support pushrev Product: Mercurial Version: unspecified Hardware: PC OS: Linux Status: UNCONFIRMED Severity: feature

D6170: perf: copyedit a few documentation strings

2019-03-26 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6170 AFFECTED FILES contrib/perf.py CHANGE DETAILS diff --git a/contrib/perf.py b/contrib/perf.py