Commit fdd1a61e authored by Jason R. Coombs's avatar Jason R. Coombs

update devguide

--HG--
branch : Setuptools-Distribute merge
extra : source : 441c08cdeb3dc45ba0f34a98d3538db1c2f8532e
parent 1e8086f7
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment