chiark / gitweb /
Support dgit --delayed= push
[dgit.git] / dgit
diff --git a/dgit b/dgit
index efd8963498f255344944c08d13ef832fc9af208b..5f923aaaef02234c9d17cfe4425e38bfdcbf20fa 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5603,6 +5603,9 @@ sub parseopts () {
            } elsif (m/^--overwrite=(.+)$/s) {
                push @ropts, $_;
                $overwrite_version = $1;
+           } elsif (m/^--delayed=(\d+)$/s) {
+               push @ropts, $_;
+               push @dput, $_;
            } elsif (m/^--dgit-view-save=(.+)$/s) {
                push @ropts, $_;
                $split_brain_save = $1;