summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4/diff.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/b4/diff.py b/b4/diff.py
index e9766c9..7ff4e47 100644
--- a/b4/diff.py
+++ b/b4/diff.py
@@ -177,7 +177,8 @@ def diff_same_thread_series(cmdargs):
lower = min(lmbx.series.keys())
if upper == lower:
- logger.critical('Could not find previous revision')
+ logger.critical('ERROR: Could not auto-find previous revision')
+ logger.critical(' Run "b4 am -T" manually, then "b4 diff -m mbx1 mbx2"')
return None, None
if upper not in lmbx.series: