mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 11:01:13 +00:00
cli: remove TODOs address by previous commit
This commit is contained in:
parent
755f4e7b6a
commit
214a32faa8
@ -507,8 +507,6 @@ fn matcher_from_values(
|
||||
values: Option<clap::Values>,
|
||||
) -> Result<Box<dyn Matcher>, CommandError> {
|
||||
if let Some(values) = values {
|
||||
// TODO: Interpret path relative to cwd (not repo root)
|
||||
// TODO: Accept backslash separator on Windows
|
||||
// TODO: Add support for matching directories (and probably globs and other
|
||||
// formats)
|
||||
let mut paths = HashSet::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user