mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
This will be used in "file list" template. Option<RepoPath> type isn't needed for that, but I think it'll appear somewhere in custom diff template. The path.parent() method is added mainly for testing Option<RepoPath>. Tests will be added later.