From bd1dfdab48e3cda765b37efa7d61fb51ae113b4a Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 6 May 2007 12:40:06 +0000 Subject: - Mail command: when only a single patch is specified, only mail that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff | patch -p1'', anyway. - Update German translation. --- test/perms.test | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/perms.test') diff --git a/test/perms.test b/test/perms.test index 29c3cfe..db13286 100644 --- a/test/perms.test +++ b/test/perms.test @@ -56,11 +56,5 @@ the backup file. > Removing patch %{P}test2.diff > Now at patch %{P}test.diff - $ quilt revert foo - > Changes to foo in patch %{P}test.diff reverted - - $ ls -l foo | awk '{ print $1,$NF }' - > -rwx---r-- foo - $ cd .. $ rm -rf d -- cgit