[Bug 5815] New: ui.debug=True in a config file may prevent extensions from loading

2018-03-11 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5815 Bug ID: 5815 Summary: ui.debug=True in a config file may prevent extensions from loading Product: Mercurial Version: default branch Hardware: PC OS: Windows

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Yuya Nishihara
On Sun, 11 Mar 2018 10:10:21 -0700, Gregory Szorc wrote: > On Sun, Mar 11, 2018 at 7:52 AM, Yuya Nishihara wrote: > > > On Sun, 11 Mar 2018 08:55:41 -0400, Matt Harbison wrote: > > > > > > > On Mar 11, 2018, at 5:43 AM, Yuya Nishihara wrote: > > > > > > > >> On

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Matt Harbison
On Sun, 11 Mar 2018 13:10:21 -0400, Gregory Szorc wrote: On Sun, Mar 11, 2018 at 7:52 AM, Yuya Nishihara wrote: On Sun, 11 Mar 2018 08:55:41 -0400, Matt Harbison wrote: > > > On Mar 11, 2018, at 5:43 AM, Yuya Nishihara wrote: > > >

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Matt Harbison
On Sun, 11 Mar 2018 05:43:13 -0400, Yuya Nishihara wrote: On Sun, 11 Mar 2018 00:04:45 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1520744281 18000 # Sat Mar 10 23:58:01 2018 -0500 # Node ID

[PATCH V2] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1520744281 18000 # Sat Mar 10 23:58:01 2018 -0500 # Node ID 6c6b10b5d5bd617a01942974928b8b9c59eddb4a # Parent 963b4223d14fa419df2a82fbe47cd55075707b6a wireproto: explicitly flush stdio to prevent stalls on Windows

[Bug 5814] New: 4.5.2: test hang on NetBSD

2018-03-11 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5814 Bug ID: 5814 Summary: 4.5.2: test hang on NetBSD Product: Mercurial Version: 4.5.2 Hardware: PC OS: Mac OS Status: UNCONFIRMED Severity: feature

[Bug 5813] New: pull --rebase via hgnested's npull doesn't rebase correctly

2018-03-11 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5813 Bug ID: 5813 Summary: pull --rebase via hgnested's npull doesn't rebase correctly Product: Mercurial Version: unspecified Hardware: PC OS: Linux

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Gregory Szorc
On Sun, Mar 11, 2018 at 7:52 AM, Yuya Nishihara wrote: > On Sun, 11 Mar 2018 08:55:41 -0400, Matt Harbison wrote: > > > > > On Mar 11, 2018, at 5:43 AM, Yuya Nishihara wrote: > > > > > >> On Sun, 11 Mar 2018 00:04:45 -0500, Matt Harbison wrote: > > >> # HG

[PATCH 3 of 3] dagop: move lines() out of annotate()

2018-03-11 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1519849241 18000 # Wed Feb 28 15:20:41 2018 -0500 # Node ID ba4ae5454659806d03b7e4ebceb7238bfe46443e # Parent f634f309bed610e84b4ff151044f320461509e78 dagop: move lines() out of annotate() diff --git a/mercurial/dagop.py

[PATCH 2 of 3] dagop: extract core algorithm of annotate() from context.py

2018-03-11 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1519849187 18000 # Wed Feb 28 15:19:47 2018 -0500 # Node ID f634f309bed610e84b4ff151044f320461509e78 # Parent 6dc3fa2f85e1ab545cfcdf9bcba7aab6aacdd322 dagop: extract core algorithm of annotate() from context.py See the

[PATCH 1 of 3] dagop: move annotateline and _annotatepair from context.py

2018-03-11 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1519848545 18000 # Wed Feb 28 15:09:05 2018 -0500 # Node ID 6dc3fa2f85e1ab545cfcdf9bcba7aab6aacdd322 # Parent ff541b8cdee0cf9b75874639388bdc8b9854ac20 dagop: move annotateline and _annotatepair from context.py The annotate

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Yuya Nishihara
On Sun, 11 Mar 2018 08:55:41 -0400, Matt Harbison wrote: > > > On Mar 11, 2018, at 5:43 AM, Yuya Nishihara wrote: > > > >> On Sun, 11 Mar 2018 00:04:45 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1520744281

D2807: remotenames: add functionality to hoist remotebookmarks

2018-03-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This patch adds the functionality to hoist remotebookmarks to the top level namespace. The peer of which bookmarks should be hoisted can be set using

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Matt Harbison
> On Mar 11, 2018, at 5:43 AM, Yuya Nishihara wrote: > >> On Sun, 11 Mar 2018 00:04:45 -0500, Matt Harbison wrote: >> # HG changeset patch >> # User Matt Harbison >> # Date 1520744281 18000 >> # Sat Mar 10 23:58:01 2018 -0500 >> # Node ID

[PATCH STABLE] amend: abort if unresolved merge conflicts found (issue5805)

2018-03-11 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1520766638 -32400 # Sun Mar 11 20:10:38 2018 +0900 # Branch stable # Node ID eeb87b24aea7f547f6d95b812dd080dc6e9ab194 # Parent 9639c433be54191b4136b48fe70fc8344d2b5db2 amend: abort if unresolved merge conflicts found

Re: [PATCH V2] forget: add --dry-run mode

2018-03-11 Thread Yuya Nishihara
On Sun, 11 Mar 2018 15:19:26 +0530, Sushil khanchi wrote: > # HG changeset patch > # User Sushil khanchi > # Date 1520665399 -19800 > # Sat Mar 10 12:33:19 2018 +0530 > # Node ID a1be8989c0158abc69ebd97ca8a0cc7dc3801be9 > # Parent

D2753: graft: check for missing revision first before scanning working copy

2018-03-11 Thread joerg.sonnenberger (Joerg Sonnenberger)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGff541b8cdee0: graft: check for missing revision first before scanning working copy (authored by joerg.sonnenberger, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH V2] forget: add --dry-run mode

2018-03-11 Thread Sushil khanchi
# HG changeset patch # User Sushil khanchi # Date 1520665399 -19800 # Sat Mar 10 12:33:19 2018 +0530 # Node ID a1be8989c0158abc69ebd97ca8a0cc7dc3801be9 # Parent 4c71a26a4009d88590c9ae3d64a5912fd556d82e forget: add --dry-run mode diff -r 4c71a26a4009 -r

Re: [PATCH] wireproto: explicitly flush stdio to prevent stalls on Windows

2018-03-11 Thread Yuya Nishihara
On Sun, 11 Mar 2018 00:04:45 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1520744281 18000 > # Sat Mar 10 23:58:01 2018 -0500 > # Node ID 1145671119a40e82932f63f83ad4049727416174 > # Parent

Re: [PATCH] hook: ensure stderr is flushed when an exception is raised, for test stability

2018-03-11 Thread Yuya Nishihara
On Sat, 10 Mar 2018 22:30:57 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1520737378 18000 > # Sat Mar 10 22:02:58 2018 -0500 > # Node ID 5dd79bb7e5a3cf33d04c00e7c6c52070f472149d > # Parent

D2806: tweakdefaults: add commands.status.verbose to tweakefaults

2018-03-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY commands.status,verbose if set to True, shows conflict information in `hg status`. It shows which unresolved state you are in, which are the unresolved files and