summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-14 14:55:45 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-14 14:55:45 +0000
commitb71c8b2a6c6dc882d73606ab42ba400c33e64aea (patch)
tree8cc91ced3960a33464cc61c571d221771e50ef6b
parent48882db70f5bb0dec0857d059238039654d28a2f (diff)
downloadquilt-b71c8b2a6c6dc882d73606ab42ba400c33e64aea.tar.gz
A little more I18N and messages stuff
-rw-r--r--quilt.changes5
-rw-r--r--quilt/push.in7
2 files changed, 12 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 6220db7..6390eaa 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Feb 14 15:53:52 CET 2003 - agruen@suse.de
+
+- A couple more I18N fixes, minor cleanups in status messages.
+
+-------------------------------------------------------------------
Fri Feb 14 14:10:39 +0100 2003 - martin.quinson@tuxfamily.org
- Implement i18n, along with the french l10n.
diff --git a/quilt/push.in b/quilt/push.in
index 921934d..3ae246d 100644
--- a/quilt/push.in
+++ b/quilt/push.in
@@ -186,6 +186,13 @@ do
fi
[ -z "$opt_quiet" ] && echo
done
+
+if [ -z "$(top_patch)" ]
+then
+ echo $"No patches applied"
+else
+ echo $"Now at patch $patch"
+fi
### Local Variables:
### mode: shell-script
### End: