From c7b479354c4fbcc36e567420aada536cb810d6cf Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 23 Jul 2014 09:54:32 +0200 Subject: files: Add support for unapplied patches We already have a function to figure out which files are touched by unapplied patches. The only thing missing to let the user call "quilt files" on unapplied patches was two small spots of glue. --- test/example1.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/example1.test b/test/example1.test index 7eaa228..582530c 100644 --- a/test/example1.test +++ b/test/example1.test @@ -88,6 +88,9 @@ Or ``quilt edit Oberon.txt'' > > No patches applied + $ quilt files %{P}flower.diff + > Oberon.txt + $ sed -e "s/girls/maidens/" Oberon.txt > Oberon.new $ mv Oberon.new Oberon.txt $ quilt push -- cgit