summaryrefslogblamecommitdiffstats
path: root/TODO
blob: f0d96ae3cad1a180786b09941ea88dea7b4cfa11 (plain) (tree)
1
2
3
4
5
6
        
 



                                                                        







                                                                       


                                                                     









                                                                            

              
























                                                                       
 



                                                                       




                                                                       
 








                                                                        
            


                                                                         
 



                                                                            








                                                                             
General:

	- Abstract backup operations to/from the .pc/ directory, so that
	  optionally something like rcs can be used instead of
	  lib/backup-files?

	- Add something similar to cvs diff, which scans all files for
	  changes that have not been folded back into their patches,
	  similar to:
	  `for p in $(quilt series); do quilt diff -z $p; done'?
	
	- Allow to add a directory? Then we could detect also new files
	  in the directory, without having to add them individually.

	- 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.

	- Add more long-form options, and add some nagative options so that
	  defaults from .quiltrc can easily be overruled.

Documentation:

	- How to import a complete directory before doing wild changes?

	- Describe how to work with hard-linked trees

	- /etc/quilt.quiltrc and ~/.quiltrc

	- diff/refresh: C -c -N -n options

	- Subdirectory support

quilt push:
	
	- Add option to print the reject to stdout

	- Syntax color patch output (fuzz and rejects)

quilt pop:
	
	- The timestamp comparison logic is broken; need to track
	  last-known timestamps per file.

quilt diff:
	
	- Error message when a file is specified that isn't in the
	  patch(es).

quilt refresh:

	- Add an -m option similar to `cvs commit -m "..."' to simplify
	  keeping a change log in the patch documentation?
	
	- Add option to log the updates of each patch (e.g., append the
	  output of ``quilt diff -zR'' to patch.log on each update).

	- Remove existing diffstat if --diffstat is not specified?

quilt import:

	- Add option to replace the currently applied patch with a new
	  one, by backing out the topmost patch first.

	- Diff -u the documentation of the old and new file, unless one
	  of them is empty. Let the user decide whether to keep the left
	  or the right documentation, or to merge them both. (-d{ona}?)

quilt setup:

	- Also recognize other uses of tar and patch (with options in the
	  command line), etc.

quit edit:

	- Check for actual changes, and remove files again that haven't been
	  changed.

quilt mail:

	- Improve recipient handling (quote special characters automatically;
	  encode 8-bit characters).

	- Character set handling is missing, too.

	- Too many passes of edmail make it a bit slow.