view rust/hg-core/src/dirstate_tree.rs @ 49715:ce5f49e8d6ed

path: update `get_unique_pull_path` to point out it returns a url Unlike other functions in this module it returns a url as `bytes` and not a `path` object. Let us point it out in the doc.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 01 Dec 2022 16:53:22 +0100
parents 3d0a9c6e614d
children
line wrap: on
line source

pub mod dirstate_map;
pub mod on_disk;
pub mod owning;
pub mod path_with_basename;
pub mod status;