summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-23 18:27:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-23 18:27:47 +0000
commitddc509bc766fbde0eb8a5dfe9acb25fbce7b1aaf (patch)
tree720fb2072d6926500ed5beec813d485f0f26cf28 /TODO
parent0ae231e732db3af8de72ec7c846ed72a7f9c9fd3 (diff)
downloadquilt-ddc509bc766fbde0eb8a5dfe9acb25fbce7b1aaf.tar.gz
- Add color support for push command output and allow to customize
colors via the QUILT_COLORS environment variable (for reverse video, etc.).
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;