upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-22 14:57:45 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-22 15:00:21 +0000
commitfcad6abb95b92c36fd766ff5987e954bfcb8af62 (patch)
tree8fe90ac18724747db8e898ef59a8d4ed7cabb958 /src/sub_commands
parent350c70bf1569815534d028eafa810b34d04f1f3d (diff)
refactor: simplifed ammendments and rebases
to align with changes done to pull c5dfd1b7e509eedc33de75343de8659e3c9e0b2a also improved copy
Diffstat (limited to 'src/sub_commands')
-rw-r--r--src/sub_commands/pull.rs2
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 @@
1use anyhow::{anyhow, bail, Context, Result}; 1use anyhow::{bail, Context, Result};
2 2
3use super::list::{get_commit_id_from_patch, tag_value}; 3use super::list::{get_commit_id_from_patch, tag_value};
4#[cfg(not(test))] 4#[cfg(not(test))]