This is an archive of the discontinued Mercurial Phabricator instance.

hgcli: add stub PyOxidizer project
ClosedPublic

Authored by indygreg on Mar 31 2020, 11:29 PM.

Details

Summary

Using commit c772a1379c3026314eda1c8ea244b86c0658951d of
PyOxidizer, I ran pyoxidizer init-rust-project hgcli to
create a stub Rust project. The only modifications I made from
what that command produced are:

  • Update location of pyembed crate to PyOxidizer's Git repository.
  • Removed some trailing whitespace from pyoxidizer.bzl
  • Added auto-generated Cargo.lock file

Subsequent commits will modify the stub project to Mercurial's
needs.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Mar 31 2020, 11:29 PM
marmoute accepted this revision.Apr 1 2020, 4:11 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.