mail-archives/monodevelop-patches-list/2004-March/000774.html

81 строка
4.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1168 - trunk/md-website
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1168%20-%20trunk/md-website&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000773.html">
<LINK REL="Next" HREF="000775.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1168 - trunk/md-website</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1168%20-%20trunk/md-website&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1168 - trunk/md-website">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Sat Mar 13 13:19:41 EST 2004</I>
<P><UL>
<LI>Previous message: <A HREF="000773.html">[Monodevelop-patches-list] r1167 - in trunk/MonoDevelop/src: AddIns/DisplayBindings/SourceEditor/CodeCompletion AddIns/DisplayBindings/SourceEditor/Gui AddIns/DisplayBindings/SourceEditor/Gui/Dialogs Libraries/MonoDevelop.Gui.Widgets Libraries/MonoDevelop.Gui.Widgets/TabLabel Main/Base/Gui/Dialogs Main/Base/Gui/Dialogs/Wizard Main/Base/Services/Tasks Main/StartUp/Dialogs
</A></li>
<LI>Next message: <A HREF="000775.html">[Monodevelop-patches-list] r1169 - trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#774">[ date ]</a>
<a href="thread.html#774">[ thread ]</a>
<a href="subject.html#774">[ subject ]</a>
<a href="author.html#774">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Author: kevinb
Date: 2004-03-13 13:19:41 -0500 (Sat, 13 Mar 2004)
New Revision: 1168
Modified:
trunk/md-website/contribute.aspx
Log:
Change the order of a diff statement
Modified: trunk/md-website/contribute.aspx
===================================================================
--- trunk/md-website/contribute.aspx 2004-03-13 09:35:35 UTC (rev 1167)
+++ trunk/md-website/contribute.aspx 2004-03-13 18:19:41 UTC (rev 1168)
@@ -27,7 +27,7 @@
&lt;ol&gt;
&lt;li&gt;Copy the file before you edit it.&lt;/li&gt;
&lt;li&gt;Make the changes you want to make and save the file.&lt;/li&gt;
- &lt;li&gt;On the command line type &lt;tt&gt;diff -u newfile.cs oldfile.cs &gt; vardec.patch&lt;/tt&gt;. The name of the patch should be something quick which describes what you fixed.&lt;/li&gt;
+ &lt;li&gt;On the command line type &lt;tt&gt;diff -u oldfile.cs newfile.cs &gt; vardec.patch&lt;/tt&gt;. The name of the patch should be something quick which describes what you fixed.&lt;/li&gt;
&lt;li&gt;Create a bug in &lt;a href=&quot;<A HREF="http://bugzilla.ximian.com/&quot;">http://bugzilla.ximian.com/&quot;</A>&gt;bugzilla.ximian.com&lt;/a&gt; and attach the patch to the bug. If you're patching against a pre-existing bug, just attach to the bug.&lt;/li&gt;
&lt;/ol&gt;
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000773.html">[Monodevelop-patches-list] r1167 - in trunk/MonoDevelop/src: AddIns/DisplayBindings/SourceEditor/CodeCompletion AddIns/DisplayBindings/SourceEditor/Gui AddIns/DisplayBindings/SourceEditor/Gui/Dialogs Libraries/MonoDevelop.Gui.Widgets Libraries/MonoDevelop.Gui.Widgets/TabLabel Main/Base/Gui/Dialogs Main/Base/Gui/Dialogs/Wizard Main/Base/Services/Tasks Main/StartUp/Dialogs
</A></li>
<LI>Next message: <A HREF="000775.html">[Monodevelop-patches-list] r1169 - trunk/MonoDevelop/src/Libraries/MonoDevelop.Gui.Widgets/FileBrowser
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#774">[ date ]</a>
<a href="thread.html#774">[ thread ]</a>
<a href="subject.html#774">[ subject ]</a>
<a href="author.html#774">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
mailing list</a><br>
</body></html>