D7450: packaging: add support for PyOxidizer

2020-01-25 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D7450#118093 , @indygreg wrote: > This produces a working `hg` executable with templates support on Linux and Windows (I haven't tested macOS). I'd feel comfortable landing if it will unblock others to hack on

D7450: packaging: add support for PyOxidizer

2020-01-25 Thread indygreg (Gregory Szorc)
indygreg added a comment. This produces a working `hg` executable with templates support on Linux and Windows (I haven't tested macOS). I'd feel comfortable landing if it will unblock others to hack on things. The test harness currently has a ~25% failure rate with a PyOxidizer `hg`

D7450: packaging: add support for PyOxidizer

2020-01-25 Thread indygreg (Gregory Szorc)
indygreg edited the summary of this revision. indygreg retitled this revision from "INCOMPLETE pyoxidizer" to "packaging: add support for PyOxidizer". indygreg updated this revision to Diff 19619. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7449: rust: vendor pyembed crate

2020-01-25 Thread indygreg (Gregory Szorc)
indygreg added a comment. indygreg abandoned this revision. Modern versions of pyoxidizer don't need to vendor the `pyembed` crate. So abandoning this. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7449/new/ REVISION DETAIL

D7998: merge: replace a repo.lookup('.') by more typical repo['.'].node()

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG293cab97a766: merge: replace a repo.lookup(.) by more typical repo[.].node() (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7997: merge: drop now-unused "abort" argument from hg.merge()

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGbd4f666b55a7: merge: drop now-unused abort argument from hg.merge() (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/D7997?vs=19603=19616

D7996: merge: don't auto-pick destination with `hg merge 'wdir()'`

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG1850066f9e36: merge: dont auto-pick destination with `hg merge wdir()` (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D8001: pathauditor: drop a redundant call to bytes.lower()

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGd84420232492: pathauditor: drop a redundant call to bytes.lower() (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/D8001?vs=19592=19618

D7995: merge: call hg.abortmerge() directly and return early

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG6744859ff3ee: merge: call hg.abortmerge() directly and return early (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/D7995?vs=19586=19614

D7993: merge: use check_incompatible_arguments() for --abort

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG75c2ca094d3a: merge: use check_incompatible_arguments() for --abort (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/D7993?vs=19584=19612

D7994: merge: check that there are no conflicts after --abort

2020-01-25 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG2b6632d64328: merge: check that there are no conflicts after --abort (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/D7994?vs=19585=19613

D8006: copyright: update to 2020

2020-01-25 Thread mharbison72 (Matt Harbison)
Closed by commit rHG0ab651b5f77c: copyright: update to 2020 (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/D8006?vs=19598=19608 CHANGES SINCE LAST ACTION

D8010: phabricator: fix a crash when submitting binaries (issue6260)

2020-01-25 Thread mharbison72 (Matt Harbison)
Closed by commit rHG5d85e9ddc7b9: phabricator: fix a crash when submitting binaries (issue6260) (authored by mharbison72). This revision was automatically updated to reflect the committed changes. CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D8010?vs=19606=19607#toc REPOSITORY rHG

D8005: wix: use original version string for MSI filename

2020-01-25 Thread indygreg (Gregory Szorc)
Closed by commit rHG62111bc5ff87: wix: use original version string for MSI filename (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/D8005?vs=19597=19611

D8004: wix: always normalize version string

2020-01-25 Thread indygreg (Gregory Szorc)
Closed by commit rHG2251b6cde170: wix: always normalize version string (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/D8004?vs=19596=19610 CHANGES SINCE LAST

D8003: wix: more robust normalization of RC version components

2020-01-25 Thread indygreg (Gregory Szorc)
Closed by commit rHG8d653abed861: wix: more robust normalization of RC version components (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/D8003?vs=19595=19609

D8010: phabricator: fix a crash when submitting binaries (issue6260)

2020-01-25 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Converted line endings in `tests/phabricator/phabsend-binary.json` to unix ones in flight. REPOSITORY rHG Mercurial BRANCH stable CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8010/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8010 To:

[Bug 6261] New: Importing ABC directly from collections was removed in Python 3.9

2020-01-25 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6261 Bug ID: 6261 Summary: Importing ABC directly from collections was removed in Python 3.9 Product: Mercurial Version: unspecified Hardware: PC OS: Linux