summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit8
1 files changed, 4 insertions, 4 deletions
diff --git a/dgit b/dgit
index 4cbc378..b4943a2 100755
--- a/dgit
+++ b/dgit
@@ -6199,6 +6199,10 @@ sub maybe_unapply_patches_again () {
#----- other building -----
+sub clean_tree_check () {
+ # Not yet implemented. The lack of this is part of #910705.
+}
+
sub clean_tree () {
# We always clean the tree ourselves, rather than leave it to the
# builder (dpkg-source, or soemthing which calls dpkg-source).
@@ -6225,10 +6229,6 @@ sub clean_tree () {
}
}
-sub clean_tree_check () {
- # Not yet implemented. The lack of this is part of #910705.
-}
-
sub cmd_clean () {
badusage __ "clean takes no additional arguments" if @ARGV;
notpushing();