summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:29:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:29:58 -0500
commitfdd1a61ec9dc1b46c0d1486d3a5052f1ffe60d16 (patch)
treefc740dbce90c7ba896c65926cd599f993a3b973f
parent1e8086f7f574d170d946bb6cb21f56ef4064e008 (diff)
downloadpython-setuptools-git-fdd1a61ec9dc1b46c0d1486d3a5052f1ffe60d16.tar.gz
update devguide
--HG-- branch : Setuptools-Distribute merge extra : source : 441c08cdeb3dc45ba0f34a98d3538db1c2f8532e
-rw-r--r--DEVGUIDE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt
index 8dcabfd1..db556480 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/jaraco/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::