[Monodevelop-patches-list] r1168 - trunk/md-website
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Mar 13 13:19:41 EST 2004
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 @@
<ol>
<li>Copy the file before you edit it.</li>
<li>Make the changes you want to make and save the file.</li>
- <li>On the command line type <tt>diff -u newfile.cs oldfile.cs > vardec.patch</tt>. The name of the patch should be something quick which describes what you fixed.</li>
+ <li>On the command line type <tt>diff -u oldfile.cs newfile.cs > vardec.patch</tt>. The name of the patch should be something quick which describes what you fixed.</li>
<li>Create a bug in <a href="http://bugzilla.ximian.com/">bugzilla.ximian.com</a> and attach the patch to the bug. If you're patching against a pre-existing bug, just attach to the bug.</li>
</ol>
More information about the Monodevelop-patches-list
mailing list