summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/push.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/quilt/push.in b/quilt/push.in
index b23b9d5..102a702 100644
--- a/quilt/push.in
+++ b/quilt/push.in
@@ -190,7 +190,8 @@ Please pop -f the top patch and check your series file.\n" "$top" >&2
exit 1
else
- printf $"File series fully applied, ends at patch %s\n" "$top" >&2
+ printf $"File series fully applied, ends at patch %s\n" \
+ "$(print_patch $top)" >&2
exit 2
fi
fi