From bdb0d8a54c693b35ccd42891fc6fa89d82b9b052 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Feb 2018 13:54:10 +0000 Subject: git-debrebase: renmae $old_upstream_update* to $old_anchor* (nfc) Signed-off-by: Ian Jackson --- git-debrebase | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/git-debrebase b/git-debrebase index 2dbfa90..dbbf51b 100755 --- a/git-debrebase +++ b/git-debrebase @@ -1064,13 +1064,13 @@ sub cmd_new_upstream_v0 () { # now we need to investigate the branch this generates the # laundered version but we don't switch to it yet my $old_head = get_head(); - my ($old_laundered_tip,$old_bw,$old_upstream_update) = walk $old_head; + my ($old_laundered_tip,$old_bw,$old_anchor) = walk $old_head; my $old_bw_cl = classify $old_bw; - my $old_upstream_update_cl = classify $old_upstream_update; - confess unless $old_upstream_update_cl->{OrigParents}; + my $old_anchor_cl = classify $old_anchor; + confess unless $old_anchor_cl->{OrigParents}; my $old_upstream = parsecommit - $old_upstream_update_cl->{OrigParents}[0]{CommitId}; + $old_anchor_cl->{OrigParents}[0]{CommitId}; $piece->('', Old => $old_upstream->{CommitId}); -- cgit v1.2.3