replacement in libpijul/src/tests/unrecord.rs at line 275
[2.49]→[3.258398:258473](∅→∅),
[3.258398]→[3.258398:258473](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "file"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "file"),
replacement in libpijul/src/tests/unrecord.rs at line 340
[3.260745]→[3.260745:260815](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b"),
replacement in libpijul/src/tests/unrecord.rs at line 344
[3.260886]→[3.260886:260958](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b/c"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b/c"),
edit in libpijul/src/tests/file_conflicts.rs at line 939
+ changes: Vec::new(),
+ inode: [Position::ROOT],
edit in libpijul/src/tests/file_conflicts.rs at line 944
+ changes: Vec::new(),
+ inode: [Position::ROOT],
edit in libpijul/src/tests/file_conflicts.rs at line 949
+ changes: Vec::new(),
+ inode: [Position::ROOT],
edit in libpijul/src/tests/file_conflicts.rs at line 955
+ changes: Vec::new(),
+ inode_vertex: [Position::ROOT],
+ id: 0,
replacement in libpijul/src/tests/file_conflicts.rs at line 1111
[2.554]→[3.341439:341517](∅→∅),
[3.341439]→[3.341439:341517](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b/c/alice"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b/c/alice"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1196
[2.600]→[3.6103:6181](∅→∅),
[3.6103]→[3.6103:6181](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b/c/alice"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b/c/alice"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1216
[2.646]→[3.345044:345145](∅→∅),
[3.345044]→[3.345044:345145](∅→∅) − Conflict::ZombieFile { ref path } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
+ Conflict::ZombieFile { ref path, .. } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1236
[2.692]→[3.345602:345703](∅→∅),
[3.345602]→[3.345602:345703](∅→∅) − Conflict::ZombieFile { ref path } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
+ Conflict::ZombieFile { ref path, .. } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1308
[2.738]→[3.348030:348107](∅→∅),
[3.348030]→[3.348030:348107](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "alice/file"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "alice/file"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1352
[2.784]→[3.349305:349382](∅→∅),
[3.349305]→[3.349305:349382](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "alice/file"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "alice/file"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1542
[2.830]→[3.355630:355700](∅→∅),
[3.355630]→[3.355630:355700](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "dir"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "dir"),
replacement in libpijul/src/tests/file_conflicts.rs at line 1580
[2.876]→[3.356699:356769](∅→∅),
[3.356699]→[3.356699:356769](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "dir"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "dir"),
replacement in libpijul/src/tests/add_file.rs at line 570
[2.1094]→[3.472621:472693](∅→∅),
[3.472621]→[3.472621:472693](∅→∅) − Conflict::ZombieFile { ref path } => assert_eq!(path, "a"),
+ Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a"),