handle move edgeMap diff
Dependencies
- [2]
4WO3ZJM2show untracked files' contents - [3]
QMAUTRB6refactor diff - [4]
HPSOAD4Rfix moved tracked file view - [5]
UPWS6J3Bfilter to-record changes from selection - [6]
EC3TVL4Xadd untracked files - [7]
F6O6FGOJimprove diffs encoding detection - [8]
RPCIGCNSadd replacement diff details - [9]
KWTBNTO3diffs selection and scrolling - [10]
SWWE2R6Mdisplay basic repo stuff - [11]
W4LFX7IHgroup diffs by file name - [12]
KT5UYXGKfix selection after adding file, add changed file diffs - [*]
XSZZB47Urefactor stuff into lib - [*]
23SFYK4Qbig view refactor into a new crate - [*]
MJDGPSHGWIP contents diff
Change contents
- edit in libflorescence/src/repo.rs at line 168
MoveEdge, - edit in libflorescence/src/repo.rs at line 215
ChangedFileDiff::MoveEdge => None, - replacement in libflorescence/src/repo.rs at line 1035
change::Atom::EdgeMap(_edge_map) => todo!(),change::Atom::EdgeMap(_edge_map) => {(old_path.clone(), ChangedFileDiff::MoveEdge)} - edit in libflorescence/src/diff.rs at line 68
MoveEdge, - edit in inflorescence_view/src/diff.rs at line 339
DiffWithoutContents::MoveEdge => el(text("Moved".to_string())), - edit in inflorescence/src/diff.rs at line 53
},repo::ChangedFileDiff::MoveEdge => {without.push(DiffWithoutContents::MoveEdge); - edit in inflorescence/src/diff.rs at line 160
| repo::ChangedFileDiff::MoveEdge