mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-29 23:57:51 +00:00
cli: fix typo in comment
This commit is contained in:
parent
9ea329f03f
commit
79421c6685
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ impl CommandHelper {
|
|||
/// Returns true if the current operation is considered to be the head.
|
||||
pub fn is_at_head_operation(&self) -> bool {
|
||||
// TODO: should we accept --at-op=<head_id> as the head op? or should we
|
||||
// make --at-op=@ imply --ignore-workign-copy (i.e. not at the head.)
|
||||
// make --at-op=@ imply --ignore-working-copy (i.e. not at the head.)
|
||||
matches!(
|
||||
self.data.global_args.at_operation.as_deref(),
|
||||
None | Some("@")
|
||||
|
|
Loading…
Reference in a new issue