diff options
| author | tarek <none@none> | 2009-09-26 00:46:43 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-26 00:46:43 +0200 |
| commit | c7799d0af7ea2926821097e27baa730d5582c26c (patch) | |
| tree | a3a4ac066e3046e705d43323873b9071c35179c5 | |
| parent | 5730c613a0e6c6581145d508203446f11a0cb4a9 (diff) | |
| download | python-setuptools-git-c7799d0af7ea2926821097e27baa730d5582c26c.tar.gz | |
started a dev guide for contributors
--HG--
branch : distribute
extra : rebase_source : 9592be3b368bdc8765c15f5030fff4e69de46e6b
| -rw-r--r-- | DEVGUIDE.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt new file mode 100644 index 00000000..df259473 --- /dev/null +++ b/DEVGUIDE.txt @@ -0,0 +1,28 @@ +============================ +Quick notes for contributors +============================ + +Distribute is using Mercurial. + +Grab the code at bitbucket:: + + + $ hg clone https://tarek@bitbucket.org/tarek/distribute distribute + +If you want to work in the 0.6 branch, you have to switch to it:: + + $ hg branch 0.6-maintenance + marked working directory as branch 0.6-maintenance + + $ hg branch + 0.6-maintenance + +If you make some changes, don't forget to: + +- backport it to the 0.7 branch +- add a note in CHANGES.txt + +And remember that 0.6 is only bug fixes, and the APIs should +be fully backward compatible with Setuptools. + + |
