Update
authorMiguel de Icaza <miguel@gnome.org>
Sun, 25 May 2003 13:13:23 +0000 (13:13 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 25 May 2003 13:13:23 +0000 (13:13 -0000)
svn path=/trunk/mono/; revision=14860

doc/ccvs
web/ccvs

index 0363baa368de4de5a7329b285a2aaddde3a07681..41fdbb0afe6dcb86ee82511e9296a809588eccfb 100644 (file)
--- a/doc/ccvs
+++ b/doc/ccvs
        applying patches.  You want to avoid commiting conflicting
        work to someone else's code.
 
+       Before commiting code, you might find it useful to review your
+       patch:  Sometimes text editors change the formatting of a file,
+       and it is also good practice to check before hand.  To do so, run the
+       `cvs diff -u' command.
+
        Please do not commit code that would break the compile to the
        CVS, because that normally wastes everybody's time.  Two things 
        are important in this step: trying to build your sources and making 
index 0363baa368de4de5a7329b285a2aaddde3a07681..41fdbb0afe6dcb86ee82511e9296a809588eccfb 100644 (file)
--- a/web/ccvs
+++ b/web/ccvs
        applying patches.  You want to avoid commiting conflicting
        work to someone else's code.
 
+       Before commiting code, you might find it useful to review your
+       patch:  Sometimes text editors change the formatting of a file,
+       and it is also good practice to check before hand.  To do so, run the
+       `cvs diff -u' command.
+
        Please do not commit code that would break the compile to the
        CVS, because that normally wastes everybody's time.  Two things 
        are important in this step: trying to build your sources and making