Commit Graph

2 Commits

Author SHA1 Message Date
Jun Wu
e54da0c3fa phabricator: fix compatibility
Summary:
Fix various issues so `phabsend` and `phabread` work.
- Tags are gone. Do not use tags to track what commit is sent to what diff.
- Repoview (unfiltered) is gone.
- Use mutation to track commit rewrites.
- `diffui` takes `ctx` not `node`.
- Amend to include the Differential Revision URL unconditionally.
- Smartsets require `repo`.
- `memoryview` no longer works for `str`.
- Some obvious HTTP client fixes. The code seems unused elsewhere. I don't know if the fixes are complete though, since I tested using curlcmd.

Reviewed By: zzl0

Differential Revision: D41514972

fbshipit-source-id: 289701ae5c89080ed694f77d0143841a31ebe5c7
2022-11-28 16:23:10 -08:00
Muir Manders
44343769f8 collapse edenscm.mercurial package into edenscm
Summary:
We want to rename away from "mercurial". Rather than rename the "mercurial" Python package, we opted to just collapse it into the parent "edenscm" package. This is also a step towards further organizing we want to do around the new project name.

To ease the transition wrt hotfixes, we now replace "edenscm.mercurial" with "mercurial" to fix imports within base64-python extensions.

Reviewed By: sggutier

Differential Revision: D38943169

fbshipit-source-id: 03fa18079c51e2f7fac05d65b127095da3ab7c99
2022-08-24 13:45:53 -07:00