Mercurial > pidgin
comparison HACKING @ 2519:9d230a7ad7fd
[gaim-migrate @ 2532]
hi.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 16 Oct 2001 23:34:26 +0000 |
parents | 1c1501df2633 |
children | e9faa7435b2a |
comparison
equal
deleted
inserted
replaced
2518:e7478176e760 | 2519:9d230a7ad7fd |
---|---|
28 You'll now have your normal gaim tree with ./configure and all. (If you | 28 You'll now have your normal gaim tree with ./configure and all. (If you |
29 want to make your life really simple, learn how CVS works. CVS is your | 29 want to make your life really simple, learn how CVS works. CVS is your |
30 friend.) To make a patch, just edit the files right there in that tree | 30 friend.) To make a patch, just edit the files right there in that tree |
31 (don't bother with two trees, or even two copies of the same file). Then | 31 (don't bother with two trees, or even two copies of the same file). Then |
32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' | 32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' |
33 and send it off. | 33 and send it off; either post it on sf.net/projects/gaim in the patches |
34 section, or email it to gaim@marko.net. | |
34 | 35 |
35 This file was last modified by $Author: warmenhoven $ on | 36 This file was last modified by $Author: warmenhoven $ on |
36 $Date: 2001-09-20 04:20:32 -0400 (Thu, 20 Sep 2001) $. | 37 $Date: 2001-10-16 19:34:26 -0400 (Tue, 16 Oct 2001) $. |
37 | 38 |
38 | 39 |
39 CODING STYLE | 40 CODING STYLE |
40 ============ | 41 ============ |
41 | 42 |