[Bug 5840] New: Infinitepush has missing bookmark issues on Windows

2018-04-17 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5840 Bug ID: 5840 Summary: Infinitepush has missing bookmark issues on Windows Product: Mercurial Version: default branch Hardware: PC OS: Windows Status: UNCONFIRMED

mercurial@37756: 26 new changesets

2018-04-17 Thread Mercurial Commits
26 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/5471348921c1 changeset: 37731:5471348921c1 user:Jun Wu date:Mon Mar 19 04:28:30 2018 -0700 summary: patch: buffer lines for a same hunk https://www.mercurial-scm.org/repo/hg/rev/35632d392279 changeset

mercurial@37730: 20 new changesets

2018-04-17 Thread Mercurial Commits
20 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/65a23cc8e75b changeset: 37711:65a23cc8e75b user:Gregory Szorc date:Sat Apr 14 16:36:15 2018 -0700 summary: cborutil: implement support for streaming encoding, bytestring decoding https://www.mercuria

mercurial@37710: 60 new changesets

2018-04-17 Thread Mercurial Commits
60 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/950294e28136 changeset: 37651:950294e28136 user:Gregory Szorc date:Fri Apr 13 12:30:04 2018 -0700 summary: httppeer: implement command executor for version 2 peer https://www.mercurial-scm.org/repo/hg

D3404: scripts: remove code for special handling of generaldelta; r?sheehan

2018-04-17 Thread indygreg (Gregory Szorc)
indygreg abandoned this revision. indygreg added a comment. Sent this to the wrong Phabricator instance :) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3404 To: indygreg, #hg-reviewers Cc: mercurial-devel ___ Mercuri

D3404: scripts: remove code for special handling of generaldelta; r?sheehan

2018-04-17 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY generaldelta has been the default for new Mercurial repos for probably 2 years now. Setting format.generaldelta=true had no effect because it was redundant with

D3393: bundle: introduce per-engine compression level

2018-04-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6a7ff5816c5f: bundle: introduce per-engine compression level (authored by joerg.sonnenberger, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3393?

D3392: bundlespec: drop externalnames flag

2018-04-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5527aa808dea: bundlespec: drop externalnames flag (authored by joerg.sonnenberger, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3392?vs=8359&id=

D3393: bundle: introduce per-engine compression level

2018-04-17 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. I'm going to queue this because it is a useful feature. But I would strongly prefer we formalize things early in the 3.7 cycle. This functionality is too important to only live behind e

D3403: revlog: make shortest() take a full binary nodeid (API)

2018-04-17 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG44d1959acb3b: revlog: make shortest() take a full binary nodeid (API) (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3403

D2938: grep: make grep search on working directory by default

2018-04-17 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 marked 2 inline comments as done. sangeet259 added a comment. @yuja > fix grep -r 'wdir()' What exactly do you mean by fixing 'grep -r wdir()' ? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2938 To: sangeet259, #hg-reviewers Cc: av6, yuja,

D3393: bundle: introduce per-engine compression level

2018-04-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger added a comment. I don't really disagree that the existing option naming is a bit stupid. There are useful points for including the compression level as part of the bundle spec, but I don't think that replaces the need for a config option for sane defaults. As I said on

D3403: revlog: make shortest() take a full binary nodeid (API)

2018-04-17 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: indygreg. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Follow-up to https://phab.mercurial-scm.org/rHG7b29556247776a86ead7eb98fd3a20dafd0c08b4 (scmutil: make shortesthexnodeidprefi

D3392: bundlespec: drop externalnames flag

2018-04-17 Thread lothiraldan (Boris Feld)
lothiraldan accepted this revision. lothiraldan added a comment. LGTM, thanks for the much needed cleanup REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3392 To: joerg.sonnenberger, #hg-reviewers, lothiraldan Cc: lothiraldan, mercurial-devel

D2934: forget: add --confirm option

2018-04-17 Thread durin42 (Augie Fackler)
durin42 added a comment. I'm fine to rename this to --interactive if we think that makes more sense, even if we do it during the freeze. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2934 To: khanchi97, #hg-reviewers, av6, pulkit, durin42 Cc: durin42, mharbiso

[PATCH] revsetlang: do not pass in non-bytes to parse()

2018-04-17 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1523969998 -32400 # Tue Apr 17 21:59:58 2018 +0900 # Node ID 235258eb2600f6d41ce9bc5c8ab5a2601b19dce8 # Parent 925707ac2855944b0607bec68986a273fb5321ae revsetlang: do not pass in non-bytes to parse() Since parse() isn't a simple function, we

D3212: patch: implement a new worddiff algorithm

2018-04-17 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. In https://phab.mercurial-scm.org/D3212#52767, @quark wrote: > F71015: 2018-04-12-193346_956x996_scrot.png 👍 for git inspired colored output. I gave a try to the dim version and it was less readable than the old

D2934: forget: add --confirm option

2018-04-17 Thread yuja (Yuya Nishihara)
yuja added a comment. The change looks good, but new behavior sounds more like `--interactive` than `--confirm`. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2934 To: khanchi97, #hg-reviewers, av6, pulkit, durin42 Cc: durin42, mharbison72, yuja, pulkit, av6,

Re: [PATCH] lfs: add the 'Authorization' property to the Batch API response, if present

2018-04-17 Thread Matt Harbison
> On Apr 17, 2018, at 7:40 AM, Yuya Nishihara wrote: > >> On Mon, 16 Apr 2018 08:22:13 -0400, Matt Harbison wrote: >> On Apr 16, 2018, at 7:58 AM, Yuya Nishihara wrote: On Sun, 15 Apr 2018 19:41:32 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison

D3402: notify: add maxdiffstat option to truncate long file lists

2018-04-17 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Large scale changes like a new GCC version can easily result in 1MB+ emails due to diffstat alone. The new maxdiffstat option truncates the list simil

Re: [PATCH] lfs: add the 'Authorization' property to the Batch API response, if present

2018-04-17 Thread Yuya Nishihara
On Mon, 16 Apr 2018 08:22:13 -0400, Matt Harbison wrote: > > > On Apr 16, 2018, at 7:58 AM, Yuya Nishihara wrote: > > > >> On Sun, 15 Apr 2018 19:41:32 -0400, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1523027627 14400 > >> # Fri Apr 06 11:13:47 20

Re: [PATCH] tests: arrange for a server in wireproto-command-capabilities.t to be killed

2018-04-17 Thread Yuya Nishihara
On Mon, 16 Apr 2018 23:41:10 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1523936370 14400 > # Mon Apr 16 23:39:30 2018 -0400 > # Node ID f31defc97cfbf6373bb756dc8af672ca3b959f1e > # Parent 886754323bede9e79da8f05335458af63c377668 > tests: arrange for a

Re: [PATCH 3 of 4 V2] diff: invoke the file prefetch hook

2018-04-17 Thread Yuya Nishihara
On Mon, 16 Apr 2018 15:07:11 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1523751087 14400 > # Sat Apr 14 20:11:27 2018 -0400 > # Node ID 317c4321147ef610a2f229dd87953829d7eebf3d > # Parent c44d4efe94b05253d30bb507dd4cca70ad1d94f0 > diff: invoke the file

Re: [PATCH 1 of 4 V2] scmutil: teach the file prefetch hook to handle multiple commits

2018-04-17 Thread Yuya Nishihara
On Mon, 16 Apr 2018 15:07:09 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1523746245 14400 > # Sat Apr 14 18:50:45 2018 -0400 > # Node ID fe6824bcc6b8228f2eb141ea96efb6797b5530d7 > # Parent 1859b9a7ddefe90971259da0793e9289fd65c63f > scmutil: teach the fi

Re: [PATCH 3 of 3 V5] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-17 Thread Yuya Nishihara
On Mon, 16 Apr 2018 19:49:43 +0200, Feld Boris wrote: > On 16/04/2018 14:24, Yuya Nishihara wrote: > > On Mon, 16 Apr 2018 08:58:31 +0200, Boris Feld wrote: > >> # HG changeset patch > >> # User Boris Feld > >> # Date 1523369212 -7200 > >> # Tue Apr 10 16:06:52 2018 +0200 > >> # Node ID 109ca

Re: [PATCH 3 of 3 V5] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-17 Thread Feld Boris
On 16/04/2018 19:49, Feld Boris wrote: On 16/04/2018 14:24, Yuya Nishihara wrote: On Mon, 16 Apr 2018 08:58:31 +0200, Boris Feld wrote: # HG changeset patch # User Boris Feld # Date 1523369212 -7200 #  Tue Apr 10 16:06:52 2018 +0200 # Node ID 109ca88347d7b531d4b48370efcbc4d6e850cf92 # Pa

[PATCH 2 of 2 V6] revset: skip legacy lookup for revspec wrapped in 'revset(…)'

2018-04-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1523369212 -7200 # Tue Apr 10 16:06:52 2018 +0200 # Node ID a8bfeca77f8e59c9f9e8552f04ec2f553d59e7fa # Parent 6501c9e162939da32371fa67da710af506f85140 # EXP-Topic noname # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 1 of 2 V6] revset: add more test to show current behaviors with label looking like revset

2018-04-17 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1519922236 18000 # Thu Mar 01 11:37:16 2018 -0500 # Node ID 6501c9e162939da32371fa67da710af506f85140 # Parent 9b3a348c9b2fa290fda8a8d1fe8afb987d2fc9e7 # EXP-Topic noname # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D2591: state: import the file to write state files from evolve extension

2018-04-17 Thread pulkit (Pulkit Goyal)
pulkit added a comment. I was unable to followup on this. Let's leave this series here for the freeze and I will send new versions once freeze ends. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2591 To: pulkit, #hg-reviewers, indygreg Cc: yuja, indygreg, mart

D2880: bundle: add the possibility to bundle bookmarks (issue5792)

2018-04-17 Thread lothiraldan (Boris Feld)
lothiraldan added inline comments. INLINE COMMENTS > martinvonz wrote in test-bundle-bookmarks.t:37-63 > I think it should be the same thing as pulling from another repo. Try putting > the same changes in another repo and pulling from it without giving the path > a name (nothing in [paths] conf