summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index 517f50a..b3c95c7 100755
--- a/dgit
+++ b/dgit
@@ -6411,7 +6411,8 @@ sub cmd_git_build { cmd_gbp_build(); } # compatibility with <= 1.0
sub build_source_for_push {
build_source();
- maybe_unapply_patches_again();
+ die "er, patches are applied dirtily but shouldn't be.."
+ if $patches_applied_dirtily;
$changesfile = $sourcechanges;
}