summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-06 14:53:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-28 12:45:38 +0100
commitf671ba1836ad04c5cf0c6bcbac9959f2aadfe4cc (patch)
tree3a0ee6cbfa8847797e359e019685ef379a73174f
parent0a65d9b91e6bb11ad6d842b3d5961320c154213b (diff)
dgit: Add a comment about a bug we are about to eliminate.
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgit b/dgit
index a902590..e940224 100755
--- a/dgit
+++ b/dgit
@@ -7575,6 +7575,8 @@ sub parseopts_late_defaults () {
}
fail __ "dgit: --include-dirty is not supported in split view quilt mode"
+ # xxx this does not actually work, because $split brain is
+ # not set this early
if $split_brain && $includedirty;
if (!defined $cleanmode) {