hi,
quilt does not show the usefull "+" and "-" in front of each file from
the quilt files -v output
the following one-liner fixes that
Index: quilt/quilt/files.in
===================================================================
--- quilt.orig/quilt/files.in
+++ quilt/quilt/files.in
@@ -142,7 +142,7 @@ list_files_in_patch()
echo "$file"
else
status=" "
- if [ -s $(backup_file_name $patch $file) ]
+ if ! [ -s $(backup_file_name $patch $file) ]
then
if ! [ -s $file ]
then
_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev