Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jj-vcs/jj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac56056fc6e67072d41b726e9c984f69df30527d
Choose a base ref
..
head repository: jj-vcs/jj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 479a5595a32c10a5eb51db67c97571a1737f71c2
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 cli/src/commands/run.rs
2 changes: 0 additions & 2 deletions cli/src/commands/run.rs
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@

//! This file contains the internal implementation of `run`.
use std::num::NonZeroUsize;

use crate::cli_util::{
resolve_multiple_nonempty_revsets, user_error, CommandError, CommandHelper, RevisionArg,
};