From: Ian Jackson Date: Thu, 6 Jun 2019 13:53:17 +0000 (+0100) Subject: dgit: Add a comment about a bug we are about to eliminate. X-Git-Tag: archive/debian/9.0~125 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=f671ba1836ad04c5cf0c6bcbac9959f2aadfe4cc;p=dgit.git dgit: Add a comment about a bug we are about to eliminate. No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index a9025906..e9402248 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) {