[diffoscope] 01/03: use full URL instead of bug # only: diffoscope is not a Debian only project :)

Mattia Rizzolo mattia at debian.org
Mon Jul 31 21:52:24 CEST 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit 4c24285aca6b329f59ed72def149e83e718952e4
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jul 31 18:05:53 2017 +0200

    use full URL instead of bug # only: diffoscope is not a Debian only project :)
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 diffoscope/feeders.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/diffoscope/feeders.py b/diffoscope/feeders.py
index 853fb55..5627314 100644
--- a/diffoscope/feeders.py
+++ b/diffoscope/feeders.py
@@ -51,8 +51,9 @@ def from_raw_reader(in_file, filter=lambda buf: buf):
 
             if line_count < max_lines:
                 out_file.write(out)
-                # very long lines can sometimes interact negatively with python
-                # buffering; force a flush here to avoid this, see #870049
+                # very long lines can sometimes interact negatively with
+                # python buffering; force a flush here to avoid this,
+                # see https://bugs.debian.org/870049
                 out_file.flush()
             end_nl = buf[-1] == '\n'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list