[PATCH 1 of 2 STABLE V2] convert: move recode() from convcmd to common

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511745478 18000 # Sun Nov 26 20:17:58 2017 -0500 # Branch stable # Node ID 7208fc36b7765c36d31d0ccddb7087081617208c # Parent 02845f7441aff30bc01975a5881cabfa922c12d4 convert: move recode() from convcmd to common The

[PATCH 2 of 2 STABLE V2] convert: avoid wrong lfconvert defaults by moving configitems to core

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511667169 18000 # Sat Nov 25 22:32:49 2017 -0500 # Branch stable # Node ID 229917a294a28a844ea08bd6729d9b5e54d86329 # Parent 7208fc36b7765c36d31d0ccddb7087081617208c convert: avoid wrong lfconvert defaults by moving

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-26 Thread Matt Harbison
On Sun, 26 Nov 2017 05:38:53 -0500, Yuya Nishihara wrote: On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: On Sat, 25 Nov 2017 02:35:04 -0500, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1511593310

Re: [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos

2017-11-26 Thread Matt Harbison
On Sun, 26 Nov 2017 05:26:24 -0500, Yuya Nishihara wrote: On Sat, 25 Nov 2017 23:37:16 -0500, Matt Harbison wrote: On Sat, 25 Nov 2017 02:35:03 -0500, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1511591374

[PATCH 5 of 5] largefiles: explicitly set the source and sink types to 'hg' for lfconvert

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511418070 18000 # Thu Nov 23 01:21:10 2017 -0500 # Node ID e251a82c7a7601ce3d7e4fcccb2b44cb7d599db5 # Parent 1dfe0c6abea0374834bbb100b5402361e9d7954a largefiles: explicitly set the source and sink types to 'hg' for

[PATCH 4 of 5] lfs: add a repo requirement for this extension when converting to lfs

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511408330 18000 # Wed Nov 22 22:38:50 2017 -0500 # Node ID 1dfe0c6abea0374834bbb100b5402361e9d7954a # Parent 652a95c77a386d6cd99480a7063d791b000229b3 lfs: add a repo requirement for this extension when converting to

[PATCH 2 of 5] convert: save an indicator of the repo type for sources and sinks

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511401741 18000 # Wed Nov 22 20:49:01 2017 -0500 # Node ID 2e7c87e0755eccfc367d12d28c1597bc18e70c27 # Parent ccc7eae771760a638f9809caa8c3eb4747f94f01 convert: save an indicator of the repo type for sources and sinks

[PATCH 3 of 5] convert: allow the sink object to be wrapped when the extension isn't loaded

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1511726379 18000 # Sun Nov 26 14:59:39 2017 -0500 # Node ID 652a95c77a386d6cd99480a7063d791b000229b3 # Parent 2e7c87e0755eccfc367d12d28c1597bc18e70c27 convert: allow the sink object to be wrapped when the extension

[PATCH 1 of 5] lfs: add a repo requirement for this extension once an lfs file is committed

2017-11-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1510807395 18000 # Wed Nov 15 23:43:15 2017 -0500 # Node ID ccc7eae771760a638f9809caa8c3eb4747f94f01 # Parent 32bb27dd52825236ba1b6c06fe60e140d6b5ea45 lfs: add a repo requirement for this extension once an lfs file is

[Bug 5748] New: Unknown exception during commit

2017-11-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5748 Bug ID: 5748 Summary: Unknown exception during commit Product: Mercurial Version: 4.4.1 Hardware: PC OS: Mac OS Status: UNCONFIRMED Severity: bug

D1506: dagop: handle IndexError when using wdir() in dag range

2017-11-26 Thread yuja (Yuya Nishihara)
yuja added a comment. In https://phab.mercurial-scm.org/D1506#25509, @ryanmce wrote: > but ideally, wouldn't this be supported? Yeah, this case, `includepath=True`, won't be difficult to handle. If reachableroots() raised WdirUnsupportedError, drop wdir revision from `y` of

Re: [PATCH] mergetools: add nbdime merge tools to default rc

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 13:34:58 +0100, Vidar Tonaas Fauske wrote: > exporting patch: > # HG changeset patch > # User Vidar Tonaas Fauske > # Date 1510750467 -3600 > # Wed Nov 15 13:54:27 2017 +0100 > # Node ID 7072463ab05996c7ae12ea4a6ccb9da305c54a53 > # Parent

Re: [PATCH] hgweb: display fate of obsolete changesets

2017-11-26 Thread Yuya Nishihara
On Tue, 21 Nov 2017 18:14:42 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1511255021 -28800 > # Tue Nov 21 17:03:41 2017 +0800 > # Node ID f8e398c42760482f02e6cfb6b8a1e6a752564c95 > # Parent

Re: [PATCH 1 of 2] obsolete: drop usage of changectx in '_computephasedivergentset'

2017-11-26 Thread Yuya Nishihara
On Fri, 24 Nov 2017 16:34:11 -0500, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1511065392 -3600 > # Sun Nov 19 05:23:12 2017 +0100 > # Node ID b76ac906d1ecea6bcac489834699d01273112fc8 > # Parent 75013952d8d9608f73cd45f68405fbd6ec112bf2 > #

Re: [PATCH 3 of 3] test-lfs: allow the test server to be killed on Windows

2017-11-26 Thread Yuya Nishihara
On Tue, 21 Nov 2017 01:31:14 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1511241849 18000 > # Tue Nov 21 00:24:09 2017 -0500 > # Node ID cdc5b2fc8d54771402773287a241924878a3aebe > # Parent

Re: [PATCH 1 of 4] paper: remove css hack that made .branchname look like .branchhead

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 16:50:38 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1511593307 -28800 > # Sat Nov 25 15:01:47 2017 +0800 > # Node ID b49cc79b7aab3a0ecae1eb8ce9cef87b17b296de > # Parent

Re: [PATCH] hgweb: show changeset age in more places (gitweb and monoblue)

2017-11-26 Thread Yuya Nishihara
On Tue, 21 Nov 2017 22:44:30 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1511267337 -28800 > # Tue Nov 21 20:28:57 2017 +0800 > # Node ID e17143d2181bb77ef8346b7dfe32b894bbf9a064 > # Parent

Re: [PATCH] hgweb: rename the main attribute of instabilities

2017-11-26 Thread Yuya Nishihara
On Sun, 26 Nov 2017 14:23:25 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1511674158 -28800 > # Sun Nov 26 13:29:18 2017 +0800 > # Node ID f38c91c7429458763f85c0ab6dd87727636417d9 > # Parent

Re: [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 23:53:45 -0500, Matt Harbison wrote: > On Sat, 25 Nov 2017 02:35:04 -0500, Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1511593310 -32400 > > # Sat Nov 25 16:01:50 2017 +0900 > > # Node ID

Re: [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 23:37:16 -0500, Matt Harbison wrote: > On Sat, 25 Nov 2017 02:35:03 -0500, Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1511591374 -32400 > > # Sat Nov 25 15:29:34 2017 +0900 > > # Node ID

Re: [PATCH STABLE] convert: avoid wrong lfconvert defaults by moving configitems to core

2017-11-26 Thread Yuya Nishihara
On Sat, 25 Nov 2017 22:51:12 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1511667169 18000 > # Sat Nov 25 22:32:49 2017 -0500 > # Branch stable > # Node ID a2a5049f83d484eafcef2372a57ce02737a398d8 > # Parent

D1506: dagop: handle IndexError when using wdir() in dag range

2017-11-26 Thread ryanmce (Ryan McElroy)
ryanmce added a comment. I understand that fixing the crash is a good first step, but ideally, wouldn't this be supported? Is there a reason it's particularly hard to support? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1506 To: swhitaker, #hg-reviewers,