diff options
author | Reinout van Rees <reinout@vanrees.org> | 2009-10-15 15:03:51 +0200 |
---|---|---|
committer | Reinout van Rees <reinout@vanrees.org> | 2009-10-15 15:03:51 +0200 |
commit | 10fa5646440cf7e8d341108fa7b85216a18a7828 (patch) | |
tree | 1aae227573d00a91a278e70b88e5499ec2c15a08 | |
parent | c4ba04373c08da643c5f1b9a0012857acc8e7262 (diff) | |
download | external_python_setuptools-10fa5646440cf7e8d341108fa7b85216a18a7828.tar.gz external_python_setuptools-10fa5646440cf7e8d341108fa7b85216a18a7828.tar.bz2 external_python_setuptools-10fa5646440cf7e8d341108fa7b85216a18a7828.zip |
Fixed command to switch to the branch (the old instructions were for *making*
a branch, not for switching to it).
--HG--
branch : distribute
extra : rebase_source : c073e3144648eb79ca6f24de23dfa80c6cc4dc67
-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 |