mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-22 23:51:12 +00:00
Almost the entire method deals with `FileType::Normal`, so we can reduce indentation and repeated matching on the file type by doing it early and returning in the non-normal-file cases.