D6859: rust-cpython: mark PySharedState as Sync so &'PySharedState can be Send (RFC)

2019-09-16 Thread yuja (Yuya Nishihara)
yuja created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The goal is to store &'static PySharedState in $leaked struct, which allows us to move the $leaked struct out of the macro. Currently, it depends

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D6851#100690 , @idlsoft wrote: >>> Just `tracked --add-include`. A workaround to simplify the upgrade would be to change `wireprototypes.SUPPORTED_ELLIPSESCAP` to be `(ELLIPSESCAP1, )` on the server from now

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread idlsoft (Sandu Turcan)
idlsoft added a comment. >> Just `tracked --add-include`. A workaround to simplify the upgrade would be to change `wireprototypes.SUPPORTED_ELLIPSESCAP` to be `(ELLIPSESCAP1, )` on the server from now until all clients have upgraded. But that may still be annoying and error-prone for you to

D6852: tests: stabilize test-fix.t on Windows

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHGa2dffe68b4ea: tests: stabilize test-fix.t on Windows (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6852?vs=16545=16561 CHANGES SINCE

D6854: amend: prevent '\n' in the note string

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHG7e9997041781: amend: prevent \n in the note string (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6854?vs=16547=16556 CHANGES SINCE

D6858: zstandard: vendor python-zstandard 0.12

2019-09-16 Thread indygreg (Gregory Szorc)
Closed by commit rHG69de49c4e39c: zstandard: vendor python-zstandard 0.12 (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6858?vs=16552=16560 CHANGES SINCE

D6853: amend: add option to update to the current user

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHGe4803231f538: amend: add option to update to the current user (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6853?vs=16546=16555

D6857: uncommit: enable support for adding a note

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHG2da754532dd3: uncommit: enable support for adding a note (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6857?vs=16550=16559 CHANGES

D6856: amend: enable support for using the secret phase

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHGf10a0f5eedae: amend: enable support for using the secret phase (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6856?vs=16549=16558

D6855: amend: enable support for closing the branch

2019-09-16 Thread mharbison72 (Matt Harbison)
Closed by commit rHG09d46b90f6f9: amend: enable support for closing the branch (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6855?vs=16548=16557 CHANGES

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In D6851#100667 , @martinvonz wrote: > In D6851#100666 , @idlsoft wrote: > >>> @idlsoft and their company does use narrow extension. @idlsoft can you upgrade server and

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D6851#100666 , @idlsoft wrote: >> @idlsoft and their company does use narrow extension. @idlsoft can you upgrade server and client at the same time? > > I did that a little while ago to move to 5.0. It was

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread idlsoft (Sandu Turcan)
idlsoft added a comment. > @idlsoft and their company does use narrow extension. @idlsoft can you upgrade server and client at the same time? I did that a little while ago to move to 5.0. It was not fun. It's server, teamcity, clients, docker images. What operations does this affect?

Re: [PATCH] rust-cpython: add sanity check to PySharedState::decrease_leak_count()

2019-09-16 Thread Pulkit Goyal
On Sun, Sep 15, 2019 at 7:33 PM Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1568555012 -32400 > # Sun Sep 15 22:43:32 2019 +0900 > # Node ID 071b35e3f7cde53cbf411a536091153741dc4a37 > # Parent 34ed651ba7e4a4b7f0ee79c5a5442b5eed27bbad > rust-cpython: add

D6851: narrow: don't hexify paths and double-hexify known nodes on wire (BC)

2019-09-16 Thread pulkit (Pulkit Goyal)
pulkit added a comment. pulkit added subscribers: idlsoft, pulkit. > This is clearly a breaking change, but the feature is experimental and > we're not aware of anyone running a server using this command yet. @idlsoft and their company does use narrow extension. @idlsoft can you

D6857: uncommit: enable support for adding a note

2019-09-16 Thread pulkit (Pulkit Goyal)
This revision is now accepted and ready to land. pulkit added a comment. pulkit accepted this revision. > Should these note options (including on amend) be marked advanced to keep the > help text clutter level down? Maybe, I don't have strong opinion here on any of the options.

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

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