sapling/eden/scm/slides
John Reese f42333f17c Apply pyfmt to fbcode/eden
Summary:
Formats a subset of opted-in Python files in fbsource.
Black formatting was applied first, which is guaranteed
safe as the AST will not have changed during formatting.
Pyfmt was then run, which also includes import sorting.
The changes from isort were manually reviewed, and
some potentially dangerous changes were reverted,
and the  directive was added to those
files. A final run of pyfmt shows no more changes to
be applied.

Reviewed By: zertosh

Differential Revision: D24101830

fbshipit-source-id: 0f2616873117a821dbc6cfb6d8e4f64f4420312b
2020-10-04 04:51:00 -07:00
..
201808-indexedlog Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
201904-segmented-changelog Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
201910-tracing Eliminate obsolete since-last-arc-diff flag 2020-04-14 09:09:12 -07:00
README.md Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00

Related technical slides. Not part of an installation.

The slides reflect ideas at the time they were presented. They are not formal technical documentations and can be outdated. For the latest and accurate documentation, see comments in code and the formal doc, and help/internals directory.

.md format slides are rendered using Marp. Some of them use extra features added by a fork.