mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-14 16:37:42 +00:00
cli: remove TODOs address by previous commit
This commit is contained in:
parent
755f4e7b6a
commit
214a32faa8
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue