chiark / gitweb /
dgit: git-debrebase interop: Add a missing debugcmd debugging print.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 22 Jun 2018 15:48:05 +0000 (16:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 22 Jun 2018 15:48:08 +0000 (16:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 2efcc9cc258ff13a33b61fcb0b573dc6f46cf407..8f093d445af02c1b6e0736441c79ccfe64ccd58f 100644 (file)
@@ -26,6 +26,7 @@ dgit (5.2~) unstable; urgency=medium
     Closes:#902006.
   * Print a warning to stderr on `dgit fetch sid', if your vcs-git
     remote url disagrees with what's in sid's .dsc.
+  * git-debrebase interop: Add a missing debugcmd debugging print.
 
   test suite:
   * Use nproc(1) rather than Sys::CPU.  This is more portable and does not
diff --git a/dgit b/dgit
index 2365bfce431b45869c07f650f2d398e7f01ed763..88db243261790717921deba420dea1ff3ff390cc 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5569,6 +5569,7 @@ END
                      make-patches --quiet-would-amend));
        # We tolerate soe snags that gdr wouldn't, by default.
        if (act_local()) {
+           debugcmd "+",@cmd;
            $!=0; $?=-1;
            failedcmd @cmd if system @cmd and $?!=7;
        } else {