[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Problem in using quilt
From: |
Julien Sobrier |
Subject: |
[Quilt-dev] Problem in using quilt |
Date: |
Fri, 12 Jan 2007 19:40:50 -0000 |
User-agent: |
Thunderbird 1.5.0.8 (X11/20061109) |
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.
Thank you
Julien
- [Quilt-dev] Problem in using quilt,
Julien Sobrier <=