summaryrefslogtreecommitdiff
path: root/TODO.BRANCH
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 22:01:12 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 23:05:47 +0100
commit7a0d541064203fb3db4661fc9ed265d5c8308bf5 (patch)
treee0834f44f1503108777e16348988659ab67b22ff /TODO.BRANCH
parent3a434e0ecac4387bb900a078b7d65c751b99f3bb (diff)
New import: Tidy up output from gbp pq
gbp pq import can print some warnings if it doesn't like the patches much. There is no point showing these warnings to the user of `dgit clone' or `dgit fetch'. As for the warnings in split brain mode, we will leave those, and leave them with colour enabled. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'TODO.BRANCH')
-rw-r--r--TODO.BRANCH3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.BRANCH b/TODO.BRANCH
index 0951402..ec77c73 100644
--- a/TODO.BRANCH
+++ b/TODO.BRANCH
@@ -5,9 +5,6 @@ OTHER
Honour (and strip) Gbp-Pq Topic and Gbp-Pq Name
* Provide --gpbpq[=:] options
- * When invoking gbp pq internally, use --color=off
- * When invoking gbp pq during import, redirect stderr
- and print only on failure
* Fix up README.dsc-import to describe actual algorithm as implemented