summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-11-15 22:43:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-11-15 22:43:19 +0000
commit3277df52256cfb00d32580fa8519fa2a428a9a92 (patch)
tree081f89ab7a697cf462dd2d393acd50f22619c852 /BUGS
parentacf7a65fb03114102d1d46302d9d221a3acd0c5a (diff)
downloadquilt-3277df52256cfb00d32580fa8519fa2a428a9a92.tar.gz
- Get rid of the apatch and rpatch helper scripts: Integrate them
in the push and pop commands. This should bring a small performance improvement.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUGS b/BUGS
index 0e30f43..e03c135 100644
--- a/BUGS
+++ b/BUGS
@@ -1,16 +1,6 @@
-* Patch is less sensitive to the file names in the diff headers than
- the scripts are. It tries both filenames specified and apparently
- checks if the file exists. We only look at the `+++ file ...' header,
- and ignore the other. Other than patch we cannot simply look at the
- file system to determine which one is the imput file.
-
* Patch destroys the backup files it generates if a file appears more
than once in a patch. This is the reason why we use the backup-files
utility instead.
-* quilt setup doesn't detect if the source file doesn't exist.
-
-* Blank and commented out lines in series file cause problems.
-
* rpatch should only look at .pc/applied-patches, not at the series
file.