forked from mirrors/jj
revset: delete obsolete comment about ambiguous change/commit ids
Commit ids and change ids or prefixes of either are never ambiguous since we started using k-z for change ids.
This commit is contained in:
parent
9cf0440aef
commit
b11d38fdf8
1 changed files with 1 additions and 2 deletions
|
@ -1701,8 +1701,7 @@ pub fn resolve_symbol(
|
|||
return Ok(ids);
|
||||
}
|
||||
|
||||
// Try to resolve as a full commit id. We assume a full commit id is unambiguous
|
||||
// even if it's shorter than change id.
|
||||
// Try to resolve as a full commit id.
|
||||
if let Some(ids) = resolve_full_commit_id(repo, symbol)? {
|
||||
return Ok(ids);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue