summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-06-08 15:31:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-06-08 15:31:19 +0000
commite661b1ad2b5289110262640ae9fb3fd0f396872f (patch)
tree6fde406c44f40896c62d1b4f6a3f290138f34581
parentaf2edcd6525bc73c69d086beb64da8daaed07c1d (diff)
downloadquilt-e661b1ad2b5289110262640ae9fb3fd0f396872f.tar.gz
- Add testcase for diff --no-index.
-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
> ===================================================================