From 5307140c7bb2a71334522ed0d88e78efcaa210be Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 May 2019 11:26:07 +0100 Subject: dgit: rename unpack_playtree_mk_cd_work (from _mkwork) This makes the effect on cwd less confusing. No functional change. Signed-off-by: Ian Jackson --- dgit | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dgit') diff --git a/dgit b/dgit index 66b16bb..149345d 100755 --- a/dgit +++ b/dgit @@ -5850,7 +5850,7 @@ END } } -sub unpack_playtree_mkwork ($) { +sub unpack_playtree_mk_cd_work ($) { my ($headref) = @_; mkdir "work" or confess "$!"; @@ -5904,7 +5904,7 @@ sub quilt_fixup_singlepatch ($$$) { # necessary to build the source package. unpack_playtree_linkorigs($upstreamversion, sub { }); - unpack_playtree_mkwork($headref); + unpack_playtree_mk_cd_work($headref); rmtree("debian/patches"); @@ -6026,7 +6026,7 @@ sub quilt_check_splitbrain_cache ($$) { "refs/$splitbraincache", $splitbrain_cachekey; if ($cachehit) { - unpack_playtree_mkwork($headref); + unpack_playtree_mk_cd_work($headref); my $saved = maybe_split_brain_save $headref, $cachehit, "cache-hit"; if ($cachehit ne $headref) { progress f_ "dgit view: found cached (%s)", $saved; @@ -6145,7 +6145,7 @@ END changedir '..'; - unpack_playtree_mkwork($headref); + unpack_playtree_mk_cd_work($headref); my $mustdeletepc=0; if (stat_exists ".pc") { @@ -6722,7 +6722,7 @@ sub build_source { unless ($split_brain) { my $upstreamversion = upstreamversion $version; unpack_playtree_linkorigs($upstreamversion, sub { }); - unpack_playtree_mkwork($headref); + unpack_playtree_mk_cd_work($headref); changedir '..'; } } else { -- cgit v1.2.3