D6709: config: add --registered flag to show all known configs

2019-08-22 Thread av6 (Anton Shestakov)
av6 added a comment. av6 accepted this revision. @marmoute did you want this flag marked as experimental or am I misremembering? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6709/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6709 To: navan

D6758: narrow: fix typo "respositories"

2019-08-22 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6758 AFFECTED FILES hgext/narrow/narrowcommands.py tests/test-na

Re: [PATCH STABLE V2] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Yuya Nishihara
On Thu, 22 Aug 2019 15:53:01 +0200, Joerg Sonnenberger wrote: > On Thu, Aug 22, 2019 at 02:57:04PM +0200, Raphaël Gomès wrote: > > diff -r 302dbc9d52be -r 450f65349bbe Makefile > > --- a/Makefile Fri Aug 16 15:41:53 2019 +0300 > > +++ b/Makefile Wed Aug 21 17:56:50 2019 +0200 > > @@ -16,6

Re: [PATCH STABLE V2] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Yuya Nishihara
On Thu, 22 Aug 2019 14:57:04 +0200, Raphaël Gomès wrote: > # HG changeset patch > # User Raphaël Gomès > # Date 1566403010 -7200 > # Wed Aug 21 17:56:50 2019 +0200 > # Branch stable > # Node ID 450f65349bbe7c7a840f7ddd275defbd9f413775 > # Parent 302dbc9d52beeb2ef677aa18b3fa005bbce2134e > mak

mercurial@42804: 57 new changesets

2019-08-22 Thread Mercurial Commits
57 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7cae6bc29ff9 changeset: 42748:7cae6bc29ff9 user:Raphaël Gomès date:Tue Jul 09 11:49:49 2019 +0200 summary: rust-parsers: switch to parse/pack_dirstate to mutate-on-loop https://www.mercurial-scm.org/r

D6755: merge: hint about using `hg resolve` for resolving conflicts

2019-08-22 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG7b80ad5af239: merge: hint about using `hg resolve` for resolving conflicts (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6755?vs=16289&

D6757: bdiff-torture: fix pyflakes warning reporting undefined name 'inst'

2019-08-22 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Looks like I got a latest version of pyflakes somehow or it's running on py3 and it spotted this. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercu

Mercurial mini-sprint in Leipzig (Germany) from September 5th to 8th

2019-08-22 Thread Manuel Jacob
Hi, In addition to the sprints that are hosted about every two minor releases, the Mercurial community organizes so called "mini-sprints" in irregular intervals. What's the goal of the mini-sprint? It's not only an opportunity for existing developers to collaborate in person. Even more imp

D6735: update: added support for --abort flag(issue4404)

2019-08-22 Thread taapas1128 (Taapas Agrawal)
taapas1128 added inline comments. taapas1128 marked an inline comment as done. INLINE COMMENTS > mharbison72 wrote in test-merge-tools.t:2092 > When you add more tests, please include some with 1 dirty subrepo, and then > another where the first subrepo is already merged/resolved, and the second

D6735: update: added support for --abort flag(issue4404)

2019-08-22 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 16294. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6735?vs=16262&id=16294 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6735/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6735 AFFECTED FI

Re: [PATCH STABLE V2] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Joerg Sonnenberger
On Thu, Aug 22, 2019 at 02:57:04PM +0200, Raphaël Gomès wrote: > diff -r 302dbc9d52be -r 450f65349bbe Makefile > --- a/MakefileFri Aug 16 15:41:53 2019 +0300 > +++ b/MakefileWed Aug 21 17:56:50 2019 +0200 > @@ -16,6 +16,7 @@ > export LC_ALL=C > TESTFLAGS ?= $(shell echo $$HGTESTFL

D6734: git: RFC of a new extension to _directly_ operate on git repositories

2019-08-22 Thread durin42 (Augie Fackler)
durin42 edited the summary of this revision. durin42 updated this revision to Diff 16293. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6734?vs=16228&id=16293 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6734/new/ REVISION DETAIL https:/

D6732: localrepo: push manifestlog and changelog construction code into store

2019-08-22 Thread durin42 (Augie Fackler)
durin42 added a comment. I think pushing it down into the store makes a reasonable amount of sense, since it's going to be pretty heavily tied to the revision storage mechanism... REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6732/new/ REVISION DETAI

D6747: hgit: fix some pyflakes and check-code warning

2019-08-22 Thread durin42 (Augie Fackler)
durin42 added a comment. Folded this and D6748 back into 6734, many thanks! REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6747/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6747 To: pulkit, #hg-reviewe

[Bug 6188] New: zstd differences on big-endian (test-repo-compengines.t fails)

2019-08-22 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6188 Bug ID: 6188 Summary: zstd differences on big-endian (test-repo-compengines.t fails) Product: Mercurial Version: unspecified Hardware: PC OS: Linux

[PATCH STABLE V2] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Raphaël Gomès
# HG changeset patch # User Raphaël Gomès # Date 1566403010 -7200 # Wed Aug 21 17:56:50 2019 +0200 # Branch stable # Node ID 450f65349bbe7c7a840f7ddd275defbd9f413775 # Parent 302dbc9d52beeb2ef677aa18b3fa005bbce2134e makefile: run Rust tests if cargo is installed While no particular minimum

Re: [PATCH] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Raphaël Gomès
That makes it easier indeed, thanks. On 8/22/19 2:50 PM, Yuya Nishihara wrote: On Thu, 22 Aug 2019 21:41:40 +0900, Yuya Nishihara wrote: On Thu, 22 Aug 2019 07:47:30 +0200, Raphaël Gomès wrote: I'm not sure I agree, checking for execute this way seems very common and looks more semantic to me.

D6756: rust-utils: add normalize_case util to mirror Python one

2019-08-22 Thread Raphaël Gomès
Alphare created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REVISION SUMMARY While we still don't handle filenames properly cross-platform, this at least sticks closer to the Python behavior. REPOSITORY rHG Mercurial R

Re: [PATCH] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Yuya Nishihara
On Thu, 22 Aug 2019 21:41:40 +0900, Yuya Nishihara wrote: > On Thu, 22 Aug 2019 07:47:30 +0200, Raphaël Gomès wrote: > > I'm not sure I agree, checking for execute this way seems very common > > and looks more semantic to me. > > [ -x path ] is valid, but why do you want to test the result of > `

Re: [PATCH] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Yuya Nishihara
On Thu, 22 Aug 2019 07:47:30 +0200, Raphaël Gomès wrote: > I'm not sure I agree, checking for execute this way seems very common > and looks more semantic to me. [ -x path ] is valid, but why do you want to test the result of `command -v cmd` again? It maybe an empty string if the cmd doesn't exi

D6731: exchange: abort on pushing bookmarks pointing to secret changesets (issue6159)

2019-08-22 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added inline comments. navaneeth.suresh marked 2 inline comments as done. INLINE COMMENTS > navaneeth.suresh wrote in exchange.py:1044 > `ctx = pushop.repo[node]` is needed to check the phase of the ctx. also, > iiuc, if i write `if a and b: pass` in python, both a and b are eva

D6731: exchange: abort on pushing bookmarks pointing to secret changesets (issue6159)

2019-08-22 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 16291. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6731?vs=16267&id=16291 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6731/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6731 AFFEC

D6709: config: add --registered flag to show all known configs

2019-08-22 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 16290. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6709?vs=16286&id=16290 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6709/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6709 AFFEC

Re: [PATCH STABLE] makefile: run Rust tests if cargo is installed

2019-08-22 Thread Joerg Sonnenberger
On Thu, Aug 22, 2019 at 08:08:07AM +0200, Raphaël Gomès wrote: > # HG changeset patch > # User Raphaël Gomès > # Date 1566403010 -7200 > # Wed Aug 21 17:56:50 2019 +0200 > # Branch stable > # Node ID 8b57d53e4b0c4d84962c945ee179e3aa6c231c9f > # Parent 302dbc9d52beeb2ef677aa18b3fa005bbce2134e