mercurial@42193: 3 new changesets (3 on stable)

2019-04-25 Thread Mercurial Commits
3 new changesets (3 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/ae68418cc3a1 changeset: 42191:ae68418cc3a1 branch: stable parent: 42175:cd1bede340b0 user:Antonio Muci date:Fri Apr 19 02:24:25 2019 +0200 summary: buildrpm: bump bundled Python

[PATCH] histedit: Speed up scrolling in patch view mode

2019-04-25 Thread Yu Feng
# HG changeset patch # User f...@google.com # Date 1556231440 25200 # Thu Apr 25 15:30:40 2019 -0700 # Node ID 458dc948aff9f1217718b7679f890fea510d54f7 # Parent d6d86496b7bc2c8120973e148f86a64aec75a25a histedit: Speed up scrolling in patch view mode Store patchcontents into the mode state, a

[PATCH] histedit: Show file names in multiple line format

2019-04-25 Thread Yu Feng
# HG changeset patch # User f...@google.com # Date 1556226272 25200 # Thu Apr 25 14:04:32 2019 -0700 # Node ID d6d86496b7bc2c8120973e148f86a64aec75a25a # Parent 5997eabc7b85f764a57fc55333dea099fc2ab1d4 histedit: Show file names in multiple line format. This commit tweaks the format of the th

[PATCH STABLE] hghave: deal with "rc" release

2019-04-25 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1556212622 -7200 # Thu Apr 25 19:17:02 2019 +0200 # Branch stable # Node ID fcaf2e87d89a2f4b12dfde47c29183a04436c442 # Parent ae68418cc3a1a01f7d33f9bad6a3f016d31c544c # EXP-Topic hghave # Available At https://bitbucket.org/octobus/mercuria

Re: D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread Pulkit Goyal
On Thu, 25 Apr, 2019, 21:25 idlsoft (Sandu Turcan), < phabrica...@mercurial-scm.org> wrote: > idlsoft added inline comments. > > INLINE COMMENTS > > > narrowbundle2.py:36 > > _CHANGESPECPART = 'narrow:changespec' > > +_RESSPECS = 'narrow:responsespec' > > _SPECPART = 'narrow:spec' > > I thought

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread idlsoft (Sandu Turcan)
idlsoft added inline comments. INLINE COMMENTS > narrowbundle2.py:34 > > _NARROWACL_SECTION = 'narrowhgacl' > _CHANGESPECPART = 'narrow:changespec' If we plan to change this to `narrowacl` at some point, perhaps now is the time, since it's a major version change. REPOSITORY rHG Mercurial

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread idlsoft (Sandu Turcan)
idlsoft added inline comments. INLINE COMMENTS > narrowbundle2.py:36 > _CHANGESPECPART = 'narrow:changespec' > +_RESSPECS = 'narrow:responsespec' > _SPECPART = 'narrow:spec' I thought this would have an uppercase letter to make it mandatory? REPOSITORY rHG Mercurial REVISION DETAIL https

D6282: branch: abort if closing branch from a non-branchhead cset

2019-04-25 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8d14d91584f1: branch: abort if closing branch from a non-branchhead cset (authored by khanchi97, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D62

D6038: push: added clear warning message when pushing closed branches(issue6080)

2019-04-25 Thread taapas1128 (Taapas Agrawal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5997eabc7b85: push: added clear warning message when pushing closed branches(issue6080) (authored by taapas1128, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercu

D6281: branch: add tests which shows branch can be closed from a non-branchhead cset

2019-04-25 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG258821f2d465: branch: add tests which shows branch can be closed from a non-branchhead cset (authored by khanchi97, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.me

D6300: phabricator: read more metadata from local:commits

2019-04-25 Thread Kwan (Ian Moody)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc4d96f4761d3: phabricator: read more metadata from local:commits (authored by Kwan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6300?vs=14888&i

D6299: phabricator: don't assume the existence of properties of local:commits

2019-04-25 Thread Kwan (Ian Moody)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6dd454e5b123: phabricator: don't assume the existence of properties of local:commits (authored by Kwan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.

D6297: phabricator: include branch in the diffproperty metadata

2019-04-25 Thread Kwan (Ian Moody)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd49ab47be8a6: phabricator: include branch in the diffproperty metadata (authored by Kwan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6297?vs=1

D6038: push: added clear warning message when pushing closed branches(issue6080)

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Queuing this, many thanks! REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6038 To: taapas1128, #hg-reviewers, pulkit Cc: pulkit, mharbison72, mercurial-devel ___ Mercurial-devel mailing list Mer

D6281: branch: add tests which shows branch can be closed from a non-branchhead cset

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit accepted this revision. pulkit added a comment. Queueing this, many thanks! INLINE COMMENTS > khanchi97 wrote in test-branches.t:961 > I created this patch assuming that hg should not allow to create a branch > closing commit from a cset which is not a branch head. Let me know if I am

D6281: branch: add tests which shows branch can be closed from a non-branchhead cset

2019-04-25 Thread khanchi97 (Sushil khanchi)
khanchi97 added inline comments. INLINE COMMENTS > test-branches.t:961 > + $ hg ci -m "closing branch" --close-branch > + created new head > + I created this patch assuming that hg should not allow to create a branch closing commit from a cset which is not a branch head. Let me know if I am

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Also, this patch is meant for stable branch. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6310 To: pulkit, durin42, martinvonz, #hg-reviewers Cc: indygreg, idlsoft, mercurial-devel ___ Mercuri

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread martinvonz (Martin von Zweigbergk)
martinvonz accepted this revision. martinvonz added a comment. This revision is now accepted and ready to land. This looks good to me. Greg? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6310 To: pulkit, durin42, martinvonz, #hg-reviewers Cc: indygreg, idlsoft,

D6297: phabricator: include branch in the diffproperty metadata

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit accepted this revision. pulkit added a comment. In https://phab.mercurial-scm.org/D6297#91657, @Kwan wrote: > In https://phab.mercurial-scm.org/D6297#91618, @pulkit wrote: > > > wow, does it work? > > > For future posterity, since I already replied to pulkit on IRC, this w

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D6310#91785, @indygreg wrote: > Ideally the new part would be documented in `internals.bundle2`. But other narrow parts aren't documented, so maybe we can hold off... My guess is that they are not documented because narrow

D6310: narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)

2019-04-25 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 14919. pulkit edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6310?vs=14914&id=14919 REVISION DETAIL https://phab.mercurial-scm.org/D6310 AFFECTED FILES hgext/narrow/narrowbundle

Re: [PATCH] httppeer: make sure we limit argument for older server not supporting batch

2019-04-25 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, Apr 25, 2019 at 12:58 AM Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 4/25/19 6:03 AM, Martin von Zweigbergk wrote: > > > > > > On Wed, Apr 24, 2019 at 7:25 PM Gregory Szorc > > wrote: > > > > On Wed, Apr 24, 2019 at 12:29 AM Pier

D6298: phabricator: include commit (node) and parent in the local:commits metadata

2019-04-25 Thread Kwan (Ian Moody)
Kwan added inline comments. INLINE COMMENTS > indygreg wrote in phabricator.py:403 > What about p2? I left it out since the "hg:meta" code only writes p1 (` b'parent': ctx.p1().hex(),`) and `getdiffmeta` doesn't read p2 from either "hg:meta" or "local:commits": if len(commit.get(b'parents',

Re: [PATCH 1 of 2] rust: published the three extension crates to crates.io

2019-04-25 Thread Georges Racinet
On 4/23/19 2:36 PM, Yuya Nishihara wrote: >> Besides third party dependencies to hg-core or even hg-cpython >> appearing, here's a reason for them not being purely internal: >> downstream packagers may need to rely on the crates.io version as per >> their policies or tooling capabilities. > Do we p

Re: [PATCH] httppeer: make sure we limit argument for older server not supporting batch

2019-04-25 Thread Pierre-Yves David
On 4/25/19 6:03 AM, Martin von Zweigbergk wrote: On Wed, Apr 24, 2019 at 7:25 PM Gregory Szorc > wrote: On Wed, Apr 24, 2019 at 12:29 AM Pierre-Yves David mailto:pierre-yves.da...@ens-lyon.org>> wrote: # HG changeset patch # User Pier