diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-10-24 01:56:08 +0200 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-10-24 01:56:08 +0200 |
commit | 2ddbb439c45e3ea3a7103cd6cfd6308a07158078 (patch) | |
tree | 2e834767815972a7c165f01506b611ff82bd238d | |
parent | 8a6435e3be9e93d3f3e2b2bb98b9c4051c2a0262 (diff) | |
download | external_python_setuptools-2ddbb439c45e3ea3a7103cd6cfd6308a07158078.tar.gz external_python_setuptools-2ddbb439c45e3ea3a7103cd6cfd6308a07158078.tar.bz2 external_python_setuptools-2ddbb439c45e3ea3a7103cd6cfd6308a07158078.zip |
Whitespace and added a note how to run the tests
--HG--
branch : distribute
extra : rebase_source : ce8146ff9d4e46e3e3b5e3a49e79debe7d260fab
-rw-r--r-- | DEVGUIDE.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt index a7968ce8..54b7f71c 100644 --- a/DEVGUIDE.txt +++ b/DEVGUIDE.txt @@ -2,17 +2,16 @@ Quick notes for contributors ============================ -Distribute is using Mercurial. +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 update 0.6-maintenance - + $ hg branch 0.6-maintenance @@ -24,4 +23,6 @@ If you make some changes, don't forget to: And remember that 0.6 is only bug fixes, and the APIs should be fully backward compatible with Setuptools. +You can run the tests via:: + $ python setup.py test |