aboutsummaryrefslogtreecommitdiffstats
path: root/git_deps
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-09-10 19:42:53 -0600
committerAdam Spiers <git@adamspiers.org>2018-09-10 19:42:53 -0600
commit3514ff76fcacce9b631508a53083f080d886645d (patch)
tree037ca8fad0bd3851b3de29a6d332d9a58145e82c /git_deps
parent0a0614f35b4fce95f31a06edada2ecee671f68b4 (diff)
downloadgit-deps-3514ff76fcacce9b631508a53083f080d886645d.tar.gz
clarify that the hunk gets listed later in the debug
Diffstat (limited to 'git_deps')
-rw-r--r--git_deps/detector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_deps/detector.py b/git_deps/detector.py
index e138608..429b3b1 100644
--- a/git_deps/detector.py
+++ b/git_deps/detector.py
@@ -155,7 +155,7 @@ class DependencyDetector(object):
"""
line_range_before = "-%d,%d" % (hunk.old_start, hunk.old_lines)
line_range_after = "+%d,%d" % (hunk.new_start, hunk.new_lines)
- self.logger.debug(" Blaming hunk %s @ %s" %
+ self.logger.debug(" Blaming hunk %s @ %s (listed below)" %
(line_range_before, parent.hex[:8]))
if not self.tree_lookup(path, parent):