summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index 3afaf19..517f50a 100755
--- a/dgit
+++ b/dgit
@@ -4756,6 +4756,8 @@ sub cmd_push {
dopush();
}
+our $sourcechanges;
+
sub cmd_push_source {
prep_push();
fail "dgit push-source: --include-dirty/--ignore-dirty does not make".
@@ -5062,7 +5064,6 @@ sub i_want_signed_dsc_changes {
#---------- building etc. ----------
our $version;
-our $sourcechanges;
our $dscfn;
#----- `3.0 (quilt)' handling -----