summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes5
-rw-r--r--test/formats.test11
2 files changed, 16 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index ecbdc9c..4151a03 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Jun 8 17:29:44 CEST 2005 - agruen@suse.de
+
+- Add testcase for diff --no-index.
+
+-------------------------------------------------------------------
Mon Jun 6 21:27:23 CEST 2005 - agruen@suse.de
- Add --no-index option to diff and refresh commands: Suppress
diff --git a/test/formats.test b/test/formats.test
index bcb6c82..af8ad4d 100644
--- a/test/formats.test
+++ b/test/formats.test
@@ -34,6 +34,17 @@
> 4
> 5
+ $ quilt diff --no-index
+ > --- d.orig/test.txt
+ > +++ d/test.txt
+ > @@ -1,5 +1,5 @@
+ > 1
+ > 2
+ > -old
+ > +new
+ > 4
+ > 5
+
$ quilt diff -R
> Index: d/test.txt
> ===================================================================