On 1/13/07, Julien Sobrier <[EMAIL PROTECTED]> wrote:
Hello, my patch looks like this: Index: /usr/local/src/test/src/..../Test.cs =================================================================== --- src/..../Test.cs (revision 1972) +++ src/..../Test.cs (working copy) @@ -77,7 +77,8 @@message_label = new EllipsizeLabel(); progress_bar = new ProgressBar(); icon = new Image(); - + + progress_bar.Name="TestActiveEvent"; cancel_button = new Button(); cancel_button.Add(new Image("gtk-cancel", IconSize.Menu)); cancel_button.Clicked += delegate { It was not created with quilt, but with diff- u When I want to apply the patch with quilt push, I get this message: The topmost patch /home/...../test.patch needs to be refreshed first. But if I do quilt refresh: Nothing in patch /home/...../test.patch I guess I'm doing something wrong there, but I cannot figure out what.
Try starting with a clean src directory, and executing: $ quilt import /home/...../test.patch This will copy the patch into the quilt queue as the next patch $ quilt push The imported patch should now be applied. $ quilt refresh -- John _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
