summaryrefslogtreecommitdiffstats
path: root/quilt
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-03-20 17:06:08 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-03-20 17:06:08 +0000
commit726d453f8df10acb2d6cb90206644ca64f3840c6 (patch)
tree3cf8b8d0103737e76075a97d7ecf8780405eaa02 /quilt
parent9232f7ddfe86380b3aca2ce5ade1b315f7542f8e (diff)
downloadquilt-726d453f8df10acb2d6cb90206644ca64f3840c6.tar.gz
- Fix an algorithmic bug in `quilt graph --lines': Edges were
sometimes lost. - A few minor cleanups.
Diffstat (limited to 'quilt')
-rw-r--r--quilt/diff.in7
-rw-r--r--quilt/graph.in7
-rw-r--r--quilt/refresh.in7
3 files changed, 3 insertions, 18 deletions
diff --git a/quilt/diff.in b/quilt/diff.in
index 9973ed5..465c010 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -19,12 +19,7 @@ fi
usage()
{
- local redirect
- if [ x$1 != x-h ]
- then
- redirect='>&2'
- fi
- echo $"Usage: quilt diff [-p n] [-c patch|-z] [-R] [-P patch] [--snapshot] [--diff=utility] [file ...]" $redirect
+ echo $"Usage: quilt diff [-p n] [-c patch|-z] [-R] [-P patch] [--snapshot] [--diff=utility] [file ...]"
if [ x$1 = x-h ]
then
diff --git a/quilt/graph.in b/quilt/graph.in
index f38f0ea..b9a5316 100644
--- a/quilt/graph.in
+++ b/quilt/graph.in
@@ -19,12 +19,7 @@ fi
usage()
{
- local redirect
- if [ x$1 != x-h ]
- then
- redirect='>&2'
- fi
- echo $"Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] [patch]" $redirect
+ echo $"Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] [patch]"
if [ x$1 = x-h ]
then
diff --git a/quilt/refresh.in b/quilt/refresh.in
index 170cc30..8162715 100644
--- a/quilt/refresh.in
+++ b/quilt/refresh.in
@@ -19,12 +19,7 @@ fi
usage()
{
- local redirect
- if [ x$1 != x-h ]
- then
- redirect='>&2'
- fi
- echo $"Usage: quilt refresh [-p n] [-f] [patch]" $redirect
+ echo $"Usage: quilt refresh [-p n] [-f] [patch]"
if [ x$1 = x-h ]
then