From 37913654d58e03354aa4d5a6aa5afb9c5aeca6b7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Oct 2016 21:02:38 +0100 Subject: [PATCH] Provide --force-unrepresentable. Signed-off-by: Ian Jackson --- debian/changelog | 1 + dgit | 4 ++-- dgit.1 | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a283b158..34ea9d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dgit (2.7~) unstable; urgency=medium * dgit(1): Reorder the options, moving more important ones earlier. * dgit(1): Some more info about --deliberately. + * Provide --force-unrepresentable. -- diff --git a/dgit b/dgit index 33306dad..5fa500c6 100755 --- a/dgit +++ b/dgit @@ -73,7 +73,7 @@ our $tagformat_want; our $tagformat; our $tagformatfn; -our %forceopts = map { $_=>0 } (); +our %forceopts = map { $_=>0 } qw(unrepresentable); our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)"); @@ -4613,7 +4613,7 @@ END if (@unrepres) { print STDERR "dgit: cannot represent change: $_->[1]: $_->[0]\n" foreach @unrepres; - fail <