From e9358173d8338dd0e6f37a6779ac863579d33b6e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Oct 2016 17:55:55 +0000 Subject: Support dgit --delayed= push (with a warning in the manpage about possible skew). Signed-off-by: Ian Jackson --- dgit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index efd8963..5f923aa 100755 --- 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; -- cgit v1.2.3