summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 12 insertions, 4 deletions
diff --git a/TODO b/TODO
index f0d96ae..795a8f5 100644
--- a/TODO
+++ b/TODO
@@ -15,9 +15,6 @@ General:
- Support different diff/patch options for different patches.
(By specifying them in the series file?)
- - Syntax coloring: Allow to change the colors (for reverse video,
- ...)
-
- Add command that generates a summary (patch names + descriptions).
- Add command to extract a header.
@@ -25,6 +22,9 @@ General:
- Add more long-form options, and add some nagative options so that
defaults from .quiltrc can easily be overruled.
+ - series.conf: Allow to specify options like -R, -u, -Unum, -c,
+ -Cnum per patch.
+
Documentation:
- How to import a complete directory before doing wild changes?
@@ -41,7 +41,9 @@ quilt push:
- Add option to print the reject to stdout
- - Syntax color patch output (fuzz and rejects)
+ - If push fails, check if patch can be reversed.
+
+ - Add -l option to ignore whitespace changes.
quilt pop:
@@ -53,6 +55,8 @@ quilt diff:
- Error message when a file is specified that isn't in the
patch(es).
+ - When a directory is specified, diff all files below it.
+
quilt refresh:
- Add an -m option similar to `cvs commit -m "..."' to simplify
@@ -82,6 +86,10 @@ quit edit:
- Check for actual changes, and remove files again that haven't been
changed.
+quilt files:
+
+ - Print filenames relative to the working directory.
+
quilt mail:
- Improve recipient handling (quote special characters automatically;