aboutsummaryrefslogtreecommitdiffstats
path: root/DEVGUIDE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DEVGUIDE.txt')
-rw-r--r--DEVGUIDE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt
index 8dcabfd1..f96d8115 100644
--- a/DEVGUIDE.txt
+++ b/DEVGUIDE.txt
@@ -2,11 +2,11 @@
Quick notes for contributors
============================
-Distribute is using Mercurial.
+Setuptools is developed using the DVCS Mercurial.
Grab the code at bitbucket::
- $ hg clone https://bitbucket.org/tarek/distribute
+ $ hg clone https://bitbucket.org/pypa/setuptools
If you want to contribute changes, we recommend you fork the repository on
bitbucket, commit the changes to your repository, and then make a pull request
@@ -14,8 +14,8 @@ on bitbucket. If you make some changes, don't forget to:
- add a note in CHANGES.txt
-And remember that 0.6 (the only development line) is only bug fixes, and the
-APIs should be fully backward compatible with Setuptools.
+Please commit bug-fixes against the current maintenance branch and new
+features to the default branch.
You can run the tests via::