chiark / gitweb /
dgit: Add a comment about a bug we are about to eliminate.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 6 Jun 2019 13:53:17 +0000 (14:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 28 Jun 2019 11:45:38 +0000 (12:45 +0100)
No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index a9025906fe8c8b65827c8cc942f9f50d978d8b3f..e940224871590954d2fa7a1272ead350cb5b19fe 100755 (executable)
--- 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) {