diff options
author | tarek <none@none> | 2009-10-15 16:49:54 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-15 16:49:54 +0200 |
commit | 96dd0c1d049d5d12374888aa4c36264ec204cef6 (patch) | |
tree | d23ae7d4896d53c764252aa8a1ce80dbdb4a6611 | |
parent | 771be6089a83bb03edf8dc87cdce60d3a4d4e595 (diff) | |
parent | 10fa5646440cf7e8d341108fa7b85216a18a7828 (diff) | |
download | external_python_setuptools-96dd0c1d049d5d12374888aa4c36264ec204cef6.tar.gz external_python_setuptools-96dd0c1d049d5d12374888aa4c36264ec204cef6.tar.bz2 external_python_setuptools-96dd0c1d049d5d12374888aa4c36264ec204cef6.zip |
merge dance0.6.5
--HG--
branch : distribute
extra : rebase_source : 0c404d4ec92191848aee4f95757a586f162790e5
-rw-r--r-- | DEVGUIDE.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt index df259473..a7968ce8 100644 --- a/DEVGUIDE.txt +++ b/DEVGUIDE.txt @@ -11,8 +11,7 @@ Grab the code at bitbucket:: 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 update 0.6-maintenance $ hg branch 0.6-maintenance |