summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit5
1 files changed, 3 insertions, 2 deletions
diff --git a/dgit b/dgit
index 51bd648..26a8bf0 100755
--- a/dgit
+++ b/dgit
@@ -4854,7 +4854,7 @@ sub cmd_pull {
if (do_split_brain()) {
my ($format, $fopts) = get_source_format();
madformat($format) and fail f_ <<END, $quilt_mode
-dgit pull not yet supported in split view mode (--quilt=%s)
+dgit pull not yet supported in split view mode (including with view-splitting quilt modes)
END
}
pull();
@@ -6388,7 +6388,8 @@ sub build_or_push_prep_early () {
sub build_or_push_prep_modes () {
determine_whether_split_brain();
- fail __ "dgit: --include-dirty is not supported in split view quilt mode"
+ fail __ "dgit: --include-dirty is not supported with split view".
+ " (including with view-splitting quilt modes)"
if do_split_brain() && $includedirty;
}