##// END OF EJS Templates
rhg: add resolve_file_args to path_utils.rs...
rhg: add resolve_file_args to path_utils.rs Extracted logic for resolving `FILE ...` arguments from cat.rs into a new function in path_utils.rs. I plan to use this for rhg annotate. I tried to reuse hg::utils::files::canonical_path instead, but that didn't work. For example it reports a InsideDotHg error for any path containing "..".

File last commit:

r52332:e84975e4 stable
r53438:f33f37ac tip default
Show More
next
18 lines | 295 B | text/plain | TextLexer
Raphaël Gomès
relnotes: add 6.1...
r49659 = Mercurial XXX =
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == New Features ==
bookmarks: move the `mirror` option to the `paths` section...
r49056
relnode: document the move to `zstd` as default compression...
r47762 == Default Format Change ==
Raphaël Gomès
relnotes: add 6.1...
r49659 These changes affect newly created repositories (or new clones) done with
Mercurial XXX.
relnote: document the use of persistent-nodemap by default for Rust build...
r47763
Martin von Zweigbergk
copy: add experimental support for marking committed copies...
r44847 == New Experimental Features ==
Martin von Zweigbergk
revset: add a revset for parents in merge state...
r44817
Manuel Jacob
relnotes: add release notes for relevant changes I did since the 5.4 release...
r45764 == Bug Fixes ==
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Backwards Compatibility Changes ==
== Internal API Changes ==
Raphaël Gomès
relnotes: add 6.1...
r49659 == Miscellaneous ==