diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-02-03 21:16:17 -0600 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-02-03 21:16:17 -0600 |
| commit | 85e1ea425c6d9ab2b0ac8bcc01d7d29bafa4b3ad (patch) | |
| tree | 67d45be963851b6add87896b22de06d4e6256900 /src | |
| parent | ee86cf713f45d3bcd735440f432b5b7b57a31ca8 (diff) | |
| download | vyconf-85e1ea425c6d9ab2b0ac8bcc01d7d29bafa4b3ad.tar.gz vyconf-85e1ea425c6d9ab2b0ac8bcc01d7d29bafa4b3ad.zip | |
T8232: Vytree.fold_tree_with_path now returns the second component
Diffstat (limited to 'src')
| -rw-r--r-- | src/commit.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.ml b/src/commit.ml index ec9c4ef..5db20bf 100644 --- a/src/commit.ml +++ b/src/commit.ml @@ -147,7 +147,7 @@ let get_node_data rt ct src (path, cs') t = in (path, cs) let get_commit_set rt ct src = - snd (VT.fold_tree_with_path (get_node_data rt ct src) ([], CS.empty) ct) + VT.fold_tree_with_path (get_node_data rt ct src) ([], CS.empty) ct (* for initial consistency with the legacy ordering of delete and add queues, enforce the following subtlety: if a path in the delete tree is |
