mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 00:44:33 +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>,
|
values: Option<clap::Values>,
|
||||||
) -> Result<Box<dyn Matcher>, CommandError> {
|
) -> Result<Box<dyn Matcher>, CommandError> {
|
||||||
if let Some(values) = values {
|
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
|
// TODO: Add support for matching directories (and probably globs and other
|
||||||
// formats)
|
// formats)
|
||||||
let mut paths = HashSet::new();
|
let mut paths = HashSet::new();
|
||||||
|
|
Loading…
Reference in a new issue