diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 14:57:45 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-22 15:00:21 +0000 |
| commit | fcad6abb95b92c36fd766ff5987e954bfcb8af62 (patch) | |
| tree | 8fe90ac18724747db8e898ef59a8d4ed7cabb958 /src/sub_commands/pull.rs | |
| parent | 350c70bf1569815534d028eafa810b34d04f1f3d (diff) | |
refactor: simplifed ammendments and rebases
to align with changes done to pull
c5dfd1b7e509eedc33de75343de8659e3c9e0b2a
also improved copy
Diffstat (limited to 'src/sub_commands/pull.rs')
| -rw-r--r-- | src/sub_commands/pull.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index 1e60a90..5c8407e 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | use anyhow::{anyhow, bail, Context, Result}; | 1 | use anyhow::{bail, Context, Result}; |
| 2 | 2 | ||
| 3 | use super::list::{get_commit_id_from_patch, tag_value}; | 3 | use super::list::{get_commit_id_from_patch, tag_value}; |
| 4 | #[cfg(not(test))] | 4 | #[cfg(not(test))] |